summaryrefslogtreecommitdiff
path: root/packages/images
AgeCommit message (Collapse)AuthorFiles
2008-12-06opie-xqtlauncher: added recipeBernhard Guillon1
2008-12-05beagleboard demo image: move stuff to a tasks to prevent entries in ↵Koen Kooi1
IMAGE_INSTALL getting dropped
2008-12-02initramfs-bootmenu-debug-image: A version of initramfs-bootmenu-image with ↵Paul Sokolovsky1
dropbear included.
2008-12-02initramfs-bootmenu-image: busybox' modprobe is broken, so pull klibc's.Paul Sokolovsky1
2008-12-01beagleboard demo image: include more linguasKoen Kooi1
2008-12-01illume image: start cleaningKoen Kooi1
* use IMAGE_LINGUAS to get linguas into the image instead of hardcoding "glibc-binary-locale*" which breaks things when not using qemu * remove postprocess step that can be done with a package MUCH more cleanup is needed, but this should stop the worst from getting copy/pasted by people
2008-11-28beagleboard-demo-image: add en-usKoen Kooi2
2008-11-26beagleboard-demo-image: ship more LINGUASKoen Kooi1
2008-11-20udumpty-image: add back a \Koen Kooi1
2008-11-20udumpty-image: add gnome-sessionKoen Kooi1
2008-11-20beagleboard demo image: fix typoKoen Kooi1
2008-11-20udumpty image: WIP image to mimic a well known gnome-desktopKoen Kooi1
2008-11-20illume-image: Add rxvt-unicode and gpe-terminalStefan Schmidt1
2008-11-20illume-image: add some packagesCarsten Haitzler (Raster1
add some extra packages for testing
2008-11-20illume-image: disable prelink. very slow first boot.Carsten Haitzler (Raster1
2008-11-20beagleboard demo image: fix parse errorKoen Kooi1
2008-11-20beagleboard demo image: add e-wm-config-standard, e-wm-config-defaultKoen Kooi1
2008-11-20illume-image: new recipe. Rasterman's own illume-image (WIP, needs refactoring)Michael 'Mickey' Lauer1
2008-11-18beagleboard-demo-image: use angstrom-gnome-icon-theme-enableKoen Kooi1
2008-11-18fso-[illume-]image: bring back gst-plugin-sid from the ENTERPRISE_DISTRO ↵Michael 'Mickey' Lauer2
nirvana :)
2008-11-17sugar-image: remove x11-image remnantsKoen Kooi1
2008-11-17Initial sucrose buildBernie Innocenti1
Initial sucrose build
2008-11-16Merge branch 'holger/openmoko-merges' into org.openembedded.devHolger Hans Peter Freyther2
Conflicts: packages/tasks/task-openmoko-feed.bb
2008-11-15openmoko: Change name of image from openmoko-bare to openmoko-baseJulian_chu2
They don't like the name, openmoko-bare-image. Change it to openmoko-base-image. Also change the task from task-openmoko-bare to task-openmoko-basic.
2008-11-15openmoko: Add openmoko-bare-imageJulian_chu1
This is a minimal image plus Window Manager (e-wm) and Om-settings, Om-installer.
2008-11-15fsu-[illume-]image: ship tango icon theme and activate itMichael 'Mickey' Lauer2
2008-11-15fso-illume-image: Make fso-illume-image build with ENTERPRISE_DISTRO=1Daniel Willmann1
2008-11-12fso-image: ship vala-terminalMichael 'Mickey' Lauer1
2008-11-11x11-sato-image: use correct package names instead of ttf-liberationDmitry Baryshkov1
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-09fso-image.bb: Replace xterm with gpe-terminalDaniel Willmann1
They seem to look the same, but gpe-teminal includes a .desktop file
2008-11-07fso-image-nox: a small no-x11 fso image for the GTA01 and GTA02Mike Westerhof1
(suitable for use as a rootfs for Qtopia or Qt Extended)
2008-11-08fso-image: Use the correct name for the fso illume themeStefan Schmidt1
2008-11-04fso-illume-image: new recipe; An fso-compliant bare illume image as a ↵Michael 'Mickey' Lauer1
starting point for X-based applications
2008-11-03Merge branch 'org.openembedded.dev' of ↵Holger Hans Peter Freyther2
git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev Conflicts: packages/images/fso-image.bb
2008-11-03Merge branch 'holger/enterprise' into org.openembedded.devHolger Hans Peter Freyther1
2008-11-03fso-[console-]image: WIP towards using more tasksMichael 'Mickey' Lauer2
2008-11-01beagleboard demo image: include synergy and x11vncKoen Kooi1
2008-10-29bluemchen wiese: Allow to disable certain ugly packages globallyHolger Hans Peter Freyther1
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages.
2008-10-27asu: Create ASU/Om2008.8 task and image (to ease removing Qtopia from it) ↵Holger Hans Peter Freyther1
Create a separate task-openmoko-asu and openmoko-asu-image. The image is installing task-openmoko-asu and task-openmoko-qtopia-x11. It should be fairly easy to remove Qtopia for the people that want that.
2008-10-26Revert "[asu] Create ASU/Om2008.8 task and image (to ease removing Qtopia ↵Koen Kooi1
from it)" This reverts commit ce64e15ce07e21e4ae5501537ecceee4a30a01ad.
2008-10-26[asu] Create ASU/Om2008.8 task and image (to ease removing Qtopia from it)Holger Hans Peter Freyther1
Create a separate task-openmoko-asu and openmoko-asu-image. The image is installing task-openmoko-asu and task-openmoko-qtopia-x11. It should be fairly easy to remove Qtopia for the people that want that.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther3
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther3
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-09-29fso-image: add a chinese font for gta02 (gta01 has not enough flash)Jan Lübbe1
2008-09-25beagleboard demo image: ship stalone tray so things like ↵Koen Kooi1
networkmanager-applet, connman-gnome and bluez-gnome stand a chance of working with e-wm
2008-09-24fso-image: no longer ship tangogps-fsoMichael Lauer1
2008-09-19fso-image: fixed typoRod Whitby1
2008-09-18fso-image: ship some appsMichael Lauer1
2008-09-16jalimo-beagleboard-demo-image: New recipe.Robert Schuster1