summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-06-19checksums: add some more checksumsKoen Kooi1
2009-06-19Make package_update_index_ipk proper task with lockingRoman I Khimov5
Parallel image builds race in package_update_index_ipk, so locking is needed and for a proper lock package_update_index_ipk needs to be a proper task. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-18Revert "linux-2.6.29: add a default kernel for tqm8540"Koen Kooi9
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
2009-06-18ffmpeg git: lower default pref now that 0.5 covers arm and avr32 decently ↵Koen Kooi1
(go mru!)
2009-06-18e-wm config angstrom: add PACKAGES_DYNAMICKoen Kooi1
2009-06-18util-linux-ng: fix packaging for prefix=''Phil Blundell1
2009-06-18task-beagleboard-demo: add more e-wm configsKoen Kooi1
2009-06-18e-wm config angstrom: add config for touchscreen devices (illume based)Koen Kooi17
2009-06-18e-wm config angstrom: update widescreen configKoen Kooi3
2009-06-18linux-2.6.29: add a default kernel for tqm8540Dmitry Eremin-Solenikov9
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-18madwifi-ng: new snapshotDmitry Eremin-Solenikov2
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-18checksums.ini: follow the change of madwifi-ng SRC_URIDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-18madwifi-ng: update the SRC_URI for snapshotsDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-18libnl: fix compilation with new toolchainDmitry Eremin-Solenikov2
netlink-local.h demands limits.h to define several constants. Include it. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-18libgles-omap3: add recipe for .08 releaseKoen Kooi2
* the vrfb fixes aren't in this release, so remove the initscript that fixes those up
2009-06-18tslib: update SRCREV to 77. (Closes: #518)Rolf Leggewie1
2009-06-18checksums.ini: follow kexecboot SRC_URI changesAndrea Adami1
2009-06-18kexecboot: new SRC_URIAndrea Adami2
2009-06-17base.bbclass: set PATH when calling git for metadata scm bits.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-17base.bbclass: make git fail silently in the metadata scm bits.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-17task.bbclass: add missing 'import bb'.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-17rootfs_ipk.bbclass: add log_check for "Cannot satisfy the following ↵Chris Larson1
dependencies". Fixes a bug pointed out where a missing rdepends of a package installed into an image wasn't resulting in a failure in the do_rootfs task. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-17Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-06-17e-wm config angstrom: add support for more flavoursKoen Kooi25
* also automagically package flavours
2009-06-17image.bbclass: remove tmp/rootfs after image creation unless you set a variableChris Larson1
Set IMAGE_KEEPROOTFS to something other than the empty string to keep tmp/rootfs around after image creation, otherwise it will be removed, as it's not a fully functional filesystem, and causes much confusion among users as a result. Signed-off-by: Chris Larson <clarson@mvista.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-06-17Angstrom: fix OESTATS_SERVER hostKoen Kooi1
2009-06-17linux-mini2440: Improve bad kernel configration a little bit. Makes wifi ↵Florian Boor2
(WN321G) and vfat work.
2009-06-17micro2440.conf, mini2440.conf: Set u-boot entry point currectly.Florian Boor2
2009-06-17mini2440.conf, micro2440.conf: Pull wifi firmware into images.Florian Boor2
2009-06-17linux-mini2440: Update kernel recipes (merged from mini2440 OE git)Florian Boor2
2009-06-17linux-mini2440: update defconfig, enable wifi driverFlorian Boor1
2009-06-17busybox: fix up some recipes with custom SRC_URIsPhil Blundell4
2009-06-17Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell11
into org.openembedded.dev
2009-06-17kernel.bbclass: don't add dependency on update-modules if not doing O_P_MPhil Blundell1
2009-06-17kernel.bbclass: remove not used 'pr' variable - spotten by KoenMarcin Juszkiewicz1
2009-06-17siteinfo.bbclass: add support for via C3 hostRolf Leggewie1
2009-06-17checksums.ini: added connman 0.18 and connman-gnome 0.5Marcin Juszkiewicz1
2009-06-17Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi12
into org.openembedded.dev
2009-06-17fix for MACHINE_KERNEL_PR stuffMarcin Juszkiewicz2
This patch unbreaks current behaviour which was introduced by MACHINE_KERNEL_PR variable. As most of target machines do not use it they have PR with broken value (set to "r0" instead of value in recipe). I took other way which makes both types of users happy -- those with MACHINE_KERNEL_PR in use and those without it. By default we set M_K_PR to empty string instead of "r0" - this allows to check is it set at all or not. If it is set then we set PR to this value. Otherwise we ignore existance of that variable and use PR from recipe. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-06-17fbprogress: make it work betterMarcin Juszkiewicz1
- images are kept in /usr/share/fbprogress - proper framebuffer is used - include paths and libraries to link with are given in recipe instead of makefile Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2009-06-17uim: remove S definition from native recipeRolf Leggewie1
* as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN
2009-06-17kakasi: remove S definition from native recipeRolf Leggewie1
* as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN
2009-06-17preferred-xorg-versions-X11R7.4.inc: pin xextproto-native and xtrans-nativeRolf Leggewie1
* xextproto-native: 7.0.3 * xtrans: 1.2.1
2009-06-17busybox: make udhcpc script work in absence of legacy net-toolsPhil Blundell2
2009-06-17gnome-bluetooth: bump SRCREVKoen Kooi1
2009-06-17gnote: add 0.5.0Koen Kooi2
2009-06-17libpcre: fix staging and packagingKoen Kooi1
2009-06-17sysvinit: make sure /sys is mounted at bootupPhil Blundell2
2009-06-17base-files: add /sys for microPhil Blundell1
2009-06-17udev: fix confusion in naming of subpackage RDEPENDSPhil Blundell1