aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
AgeCommit message (Collapse)Author
2011-03-17*beagleboard-validation: collection of tasks iand images to serve as basis ↵Koen Kooi
for beagleboard.org validation effort Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-01New machine pcm043 Phytec phyCORE-i.MX35Jan Kobler
The new machine pcm043 is the board Phytec phyCORE-i.MX35. The machine name pcm043 is chosen, because it is already used in the linux kernel for this board. BSP is derived from BSP of machine mx31ads. Linux kernel is based on Phytec Linux BSP for phyCORE-i.MX35 PD 10.1.1 Vendor page: http://www.phytec.com/products/rdk/ARM-XScale/phyCORE-ARM11-i.MX35.html Tutorial: http://en.gentoo-wiki.com/wiki/Phytec_phyCORE-iMX35/Openembedded Signed-off-by: Jan Kobler <eng1@koblersystems.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23beagleboard NAND image: new image and matching taskKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-18bug-image-production: Add back bash-sh packageStefan Schmidt
2011-02-15qt4e-demo-image: Switch to using task-qt4e.bbTom Rini
In task-qt4e.bb put the xmlpatterns bits in RRECOMMENDS for QT 4.6.x Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12Add basic at91 image with Wi-Fi supportUlf Samuelsson
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12Add custom init dropbear script and image for Visstrim_M10.Javier Martin
Custom init script is needed since "/" is mounted as read-only but "/etc" is mounted as read-write in Visstrim_M10 boards. This case is not supported by default init script. Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-09bug-x11-image: Add X11 buglabs imageStefan Schmidt
2011-02-03bug-image-production.bb: Add BugLabs production image shipped on our devices.Stefan Schmidt
2011-02-03bug-ramdisk: Add ramdisk image for QA testingStefan Schmidt
2011-01-28shr-image: use default IMAGE_DEV_MANAGER and not devtmpfsSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-22SlugOS: slugos images - add machine name to the image nameMike Westerhof
This change is required to enable SlugOS to be built for multiple machines in the same tmpdir.
2011-01-18neuros-osd-base-image.bb, task-openprotium.bb: Replace DISTRO_DEV_MANAGER ↵Khem Raj
with IMAGE_DEV_MANAGER Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-15shr-image: we use devtmpfs on palmpre machine - so no dev manager!Simon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2010-12-28SlugOS: fix module loading problem and image size problems:Mike Westerhof
- add explicit dependency so that cross depmod will at image creation - switch to busybox 1.18.0 and add defconfig for SlugOS - remove cpio from image (experiment with busybox version) - remove sysvinit-pidof and dependencies from image - clean up syntax and add qemuarm for compatible machines
2010-12-26james-image: update for cwiid splitFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-07muffinman-image: Remove IMAGE_DEVICE_TABLES definition.Alex Ferguson
Removed IMAGE_DEVICE_TABLES definition which was used to override the default device_tables-minimal file, solving some issues while creating others. This hack is no longer needed with kernel 2.6.36. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-29add task-qt4-x11 and qt4-x11 base & demo imagesEric Bénard
these are images integrating qt4-x11-free librarie and its demo applications running using Xorg. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-11-24Remove use of ipkg{,-collateral,-link}.Graham Gower
No one should be using these any longer. * Opkg conflicts with ipkg. * There is opkg, opkg-collateral and ipkg-utils contains ipkg-link. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-17james-image: image for the james, a home entertainment solutionFrans Meulenbroeks
see http://www.elinux.org/BeagleBoard/James for outdated doc will be updated (and maybe relocated) in the future Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-11-11ossie-image : Obsolete image.Philip Balister
2010-11-04shr-image: remove /boot from jffs2/ubi/ubifs images only on om-gta01Martin Jansa
* om-gta02 has usually enough space on NAND * qi-bootmenu can use those kernels and supports only om-gta02 now * also make sure -boot is empty before moving /boot there * move /boot back even when last command mkfs.ubifs/ubinize/mkfs.jffs2 fails (no && here) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-03qt4e: add 2 imagesEric Bénard
- qt4e-base-image : contains qt4 embedded libraries and can be used as a base rootfs when developping using the sdk - qt4e-demo-image : contains qt-base-image + qt-demo + a script to launch qt-demo at boot, this image can be used to quickly setup a demonstration of qt capabilities on a machine using qtdemo - qt-demo-init : recipe creating the package which provides the init script to lauch qtdemo. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-03images: Remove redundant PACKAGE_FORCE_INSTALL variable from muffinman-image.Alex Ferguson
PACKAGE_FORCE_INSTALL was a custom option that is no longer required, as all custom files that required such an option have been moved to their respective recipes. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03images: Add muffinman-image and accompanying task-muffinman.Alex Ferguson
These were derived from xfce-image and task-xfce. Mostly for use with ben-nanonote, but should work for any MACHINE. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-10-28illume-image: Remove obsoleted and commented out recipesStefan Schmidt
2010-10-27shr-image: remove IMAGE_DEV_MANAGER only for om-gta0[12]Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-21initramfs-kexecboot-klibc-image: klibc variant of initramfs-kexecboot-imageAndrea Adami
2010-10-19openmoko: obsolete tasks and images, openmoko as distribution was obsoleted ↵Martin Jansa
on Aug 10, 2010. Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19fso-image: remove obsoleted openmoko stuffMartin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-17Add X11 images with more multimedia support (mplayer etc.)Ulf Samuelsson
2010-10-10shr-image.inc: override DEV_MANGER for nokia900 to get udevKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-10initramfs-image: Make intiramfs images cpio.gzKelvie Wong
The kernel doesn't recognize anything else, anyways. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-03paroli: move to nonworking, paroli seems unmaintained for a whileMartin Jansa
* now also the web and git repo on paroli-project.org is gone Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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