summaryrefslogtreecommitdiffstats
path: root/recipes/images
AgeCommit message (Collapse)Author
2010-09-01initramfs-bootmenu-debug-image.bb,initramfs-bootmenu-image.bb: Rename ↵Khem Raj
klibc-utils-static-modprobe->klibc-static-utils-modprobe Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-01recipes: Move some recipes to nonworking for getting bitbake world.Khem Raj
* If a recipes has DEPENDS on another recipe which is nonworking then move the recipe in question to nonworking too. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-23e-wm: use illume2 instead of illume1, fix illume-keyboard paths and locales ↵Martin Jansa
packaging * illume2 and illume1 shouldn't be compiled both anymore http://trac.enlightenment.org/e/changeset/50884 keep only illume2 as it's preferred by upstream * separate illume2 (illume-home) to new package e-wm-config-illume2 and make it default * remove illume-keyboard-default_svn.bb recipe and create illume keyboard packages from e-wm build directly (otherwise installed twice) * update KEYBOARD_DIR in illume-keyboards-shr * don't include all locales in FILES_${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-19beagleboard-test-image: add g_ether kernel moduleJason Kridner
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-16beagleboard-test-image: add dsplinkJason Kridner
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-16u-boot/angstrom-uboot-scripts/beagleboard-test-image: increase ramdiskJason Kridner
* add initramfs image * move to 128MB ramdisk until I can get initramfs working Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-09beagleboard-test-image: add devmem2Jason Kridner
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-09beagleboard-test-image: add additional packagesJason Kridner
Add sox for audio testing. Add kernel-module-mt9t112 for camera testing. Add u-boot-mkimage for editing the boot.scr and user.scr files. Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-06Remove redundant dependencies upon opkg and opkg-collateral.Graham Gower
rootfs_ipk.bbclass already pulls these in, so avoid some confusion. This is totally untested. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-05beagleboard-test-image: add cpuburn-neonjkridner@beagleboard.org
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-04beagleboard-test-image: added ramdiskjkridner@beagleboard.org
Simply adding 'ext2.gz' to the IMAGE_FSTYPES to produce a default sized ramdisk image whenever this image is built. Uses 'IMAGE_FSTYPES +=' syntax to add a compressed ext2 image to use as a ramdisk for BeagleBoard validation. No space is required in the string per link provided by Paul Menzel. [1] [1] http://docs.openembedded.org/usermanual/usermanual.html Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-03opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.Graham Gower
None of the distros in OE appear to want/need gpg or curl support in opkg; so have opkg.inc remove them by default. This diff makes things more consistent across all distros/tasks/images. The slugos recipe is kept intact and further divided from the more modern recipes. The opkg-native recipe is the sane-srcrev version even when building slugos, which should allow for changes to opkg related bbclasses without breaking the slugos build. Build tested for qemumipsel/minimal-image and nslu2/slugos-image. minimal-image builds 10% quicker in my setup and is 1mb smaller. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-24beagleboard-test-image: contents for test ramdiskJason Kridner
* Used standard mplayer (avoid creation of a limited function mplayer). * Included cpufrequtils. * Updated by Koen's feedback * Build x-load, u-boot, and the kernel with every image.
2010-07-24base-image: switch to IPKG_VARIANTKoen Kooi
2010-07-20angstrom-gnome-image: switch to psplashKoen Kooi
2010-07-05initramfs-kexecboot-image: remove a commented, obsolete entry.Andrea Adami
2010-07-05initramfs-kexecboot-image: remove explicit dependency on lzma-native.Andrea Adami
* already in bitbake.conf (IMAGE_DEPENDS_cpio.lzma = "lzma-native").
2010-06-25shr-images: removed udev, use shadow as login managerMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-04gtk-demo-image: newPhil Blundell
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-27imote2-image: Remove ibrdtnd from the default install.Stefan Schmidt
Thinking about it twice it makes not much sense in the image. It is not needed for the board and people who are interested in delay tolerant networking can just install the package.
2010-05-25imote2-image: The main ibrdtn package is now called ibrdtnd.Stefan Schmidt
The new version is split into different modules. To drag everything in we want we include ibrdtnd now.
2010-05-12beagleboard-linuxtag2010-demo-image: add all kernel modulesKoen Kooi
2010-05-11beagleboard-linuxtag2010-demo-image: add some more stuffKoen Kooi
2010-05-11beagleboard-linuxtag2010-demo-image: add image to show at Linuxtag 2010Koen Kooi
2010-05-03shr-lite-image: don't set IMAGE_LINGUAS hereMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-30shr-image: drop all tweaksMartin Jansa
* they should really be applied in recipes where they belong * one of reasons why reflashed image can behave different than older after opkg upgrade Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-29illume-image: fix compilation and desktop icons issueDenis 'GNUtoo' Carikli
*adding e-wm-menu fix the issue where your couldn't add icons on the desktop. the icon you add during the first setup now appear on the desktop *removing elementary-alarm fixes compilation issue: elementary-alarm depends on waker which does not compile: for more informations on waker and elementary-alarm(from #oe): <mickey|office> GNUtoo: lets remove waker * robtow (~rob@64.62.142.114) has joined #oe <mickey|office> noone is using it <GNUtoo> ok thanks a lot <mickey|office> np * HopsNBarley (~hops@nslu2-linux/HopsNBarley) has joined #oe <mickey|office> all the swisscom stuff is in limbo atm. <woglinde> hi mickeyl <mickey|office> or rather abandoned <mickey|office> hi woglinde <GNUtoo> ok <mickey|office> when Openmoko dropped the ball, all their budget for openmoko stuff was frozen <mickey|office> then later reassigned
2010-04-19angstrom-gnome-image-big: add "big" GNOME image that includes more appsKoen Kooi
Comparing it to the 'regular' GNOME images gives: 324M images/beagleboard/Angstrom-GNOME-image-big-glibc-ipk-2010.4-test-20100419-beagleboard.rootfs.tar.bz2 260M images/beagleboard/Angstrom-GNOME-image-glibc-ipk-2010.4-test-20100419-beagleboard.rootfs.tar.bz2
2010-04-14imote2-image.bb: Add imote2 image with lowpan-tools and ibrdtnStefan Schmidt
Based on Angstrom minimalist image.
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12ti-codec-engine-test-image: Replace dsplink-test-imageRoger Monk
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-07fso2-demo-image: install iptables and some alsa utilsMichael 'Mickey' Lauer
2010-04-03fso-image.inc: do not search for .desktop filesDenis 'GNUtoo' Carikli
We do not ship .desktop files in the image,so if we search for them we end up with this: ++ find ./usr/share/applications -name '*.desktop' find: `./usr/share/applications': No such file or directory + desktop= in do_rootfs and it fails. So commenting that part fixes it Thanks mickeyl for telling me(#openmoko-cdevel in Freenode) how to fix(so I didn't have to dig into it,and fixed quicker): Apr 02 14:55:49 <mickeyl> just comment this line out PR was not bumped because for mickeyl told me(also #openmoko-cdevel in Freenode) that it was not necessary for images: Apr 02 14:59:45 <GNUtoo> should I INC_PR the file? Apr 02 14:59:53 <mickeyl> not necessary Apr 02 14:59:59 <mickeyl> image files will be reread Apr 02 15:00:06 <mickeyl> every time you build
2010-04-01base-files: move profile for SHR from shr-image.inc to base-filesThomas Zimmermann
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-19shr-image: use install_linguasMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-18fso2-demo-image: new image recipe; FSO-compliant image w/ zhone2 as ↵Michael 'Mickey' Lauer
smartphone application
2010-03-17fso-image.inc: remove unconditional autostart of bluetooth, avahi, connman. ↵Michael 'Mickey' Lauer
FSO uses dbus system activation for that
2010-02-27shr-image: add missing task-shr-minimal-fso to IMAGE_INSTALLMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-26shr-image: add all needed deps to task-shr-minimal, remove /boot from ↵Martin Jansa
jffs2/ubi/ubifs Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-22task-cli-tools: add mterm2 and remove from task-fso2-complianceMichael 'Mickey' Lauer
2010-02-17Revert "recipes/images/console-base-image.bb: factor out Angstrom-specific bits"Koen Kooi
This violates the principal of least surprise and invalidates documentation. If you're touching a recipe at least make sure the creator/maintainer agrees with your changes. Which I don't, as I've already stated This reverts commit 80db39feb76a6afaf1eb2c4dd8311fc21e4c2d6f.
2010-02-17recipes/images/console-base-image.bb: factor out Angstrom-specific bitsRolf Leggewie
* factor out Angstrom-specific bits into a separate recipe * I hope this should keep all participants in the ML-discussion happy http://thread.gmane.org/gmane.comp.handhelds.openembedded/29679 * the generic recipe now uses the IMAGE_EXTRA_INSTALL variable in favor of ANGSTROM_EXTRA_INSTALL to include additional packages in the image.
2010-02-17altboot: drop altboot in favor of kexecboot to avoid confusionRolf Leggewie
* altboot is no longer supported * Thanks Coredump for your work, it certainly filled a niche at its time * drop related images as well
2010-02-16initramfs-kexecboot-image: standardize image (remove PR, reorder)Andrea Adami
2010-02-16initramfs-kexecboot-image: move to recipes/imagesAndrea Adami
2010-02-15xfce46-image: xorg stuff moved to its proper place in eee701.conf and ↵Koen Kooi
xfce4-session RDEPENDS
2010-02-14xfce46-image added some missing packagesFrans Meulenbroeks
added xinit and dbus-x11 as these are missing and required to start Xorg Maybe there is a better place for this, but for now this will do (and if someone knows a better place, feel free to modify) Also added Xorg extension packages as they are needed for KMS (which in turn is used by the latest intel driver) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-13illume-image: comment additional phone functionality(zhone already commented)Denis 'Gnutoo' Carikli
Phone functionality is already commented in this line: # ${ZHONE_INSTALL} \ So I commented the remaining phone applications that couldn't work or were useless without ZHONE_INSTALL Moreover the image name suggest that the image would be general: <JaMa> GNUtoo: I agree, with name like this it should stay as general as posible