Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-06-18 | madwifi-ng: new snapshot | Dmitry Eremin-Solenikov | 2 | |
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-06-18 | checksums.ini: follow the change of madwifi-ng SRC_URI | Dmitry Eremin-Solenikov | 1 | |
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-06-18 | madwifi-ng: update the SRC_URI for snapshots | Dmitry Eremin-Solenikov | 1 | |
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-06-18 | libnl: fix compilation with new toolchain | Dmitry Eremin-Solenikov | 2 | |
netlink-local.h demands limits.h to define several constants. Include it. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-06-18 | libgles-omap3: add recipe for .08 release | Koen Kooi | 2 | |
* the vrfb fixes aren't in this release, so remove the initscript that fixes those up | ||||
2009-06-18 | tslib: update SRCREV to 77. (Closes: #518) | Rolf Leggewie | 1 | |
2009-06-18 | checksums.ini: follow kexecboot SRC_URI changes | Andrea Adami | 1 | |
2009-06-18 | kexecboot: new SRC_URI | Andrea Adami | 2 | |
2009-06-17 | base.bbclass: set PATH when calling git for metadata scm bits. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-06-17 | base.bbclass: make git fail silently in the metadata scm bits. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-06-17 | task.bbclass: add missing 'import bb'. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-06-17 | rootfs_ipk.bbclass: add log_check for "Cannot satisfy the following ↵ | Chris Larson | 1 | |
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-17 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 1 | |
into org.openembedded.dev | ||||
2009-06-17 | e-wm config angstrom: add support for more flavours | Koen Kooi | 25 | |
* also automagically package flavours | ||||
2009-06-17 | image.bbclass: remove tmp/rootfs after image creation unless you set a variable | Chris Larson | 1 | |
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-17 | Angstrom: fix OESTATS_SERVER host | Koen Kooi | 1 | |
2009-06-17 | linux-mini2440: Improve bad kernel configration a little bit. Makes wifi ↵ | Florian Boor | 2 | |
(WN321G) and vfat work. | ||||
2009-06-17 | micro2440.conf, mini2440.conf: Set u-boot entry point currectly. | Florian Boor | 2 | |
2009-06-17 | mini2440.conf, micro2440.conf: Pull wifi firmware into images. | Florian Boor | 2 | |
2009-06-17 | linux-mini2440: Update kernel recipes (merged from mini2440 OE git) | Florian Boor | 2 | |
2009-06-17 | linux-mini2440: update defconfig, enable wifi driver | Florian Boor | 1 | |
2009-06-17 | busybox: fix up some recipes with custom SRC_URIs | Phil Blundell | 4 | |
2009-06-17 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 11 | |
into org.openembedded.dev | ||||
2009-06-17 | kernel.bbclass: don't add dependency on update-modules if not doing O_P_M | Phil Blundell | 1 | |
2009-06-17 | kernel.bbclass: remove not used 'pr' variable - spotten by Koen | Marcin Juszkiewicz | 1 | |
2009-06-17 | siteinfo.bbclass: add support for via C3 host | Rolf Leggewie | 1 | |
2009-06-17 | checksums.ini: added connman 0.18 and connman-gnome 0.5 | Marcin Juszkiewicz | 1 | |
2009-06-17 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 12 | |
into org.openembedded.dev | ||||
2009-06-17 | fix for MACHINE_KERNEL_PR stuff | Marcin Juszkiewicz | 2 | |
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-17 | fbprogress: make it work better | Marcin Juszkiewicz | 1 | |
- 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-17 | uim: remove S definition from native recipe | Rolf Leggewie | 1 | |
* as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN | ||||
2009-06-17 | kakasi: remove S definition from native recipe | Rolf Leggewie | 1 | |
* as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN | ||||
2009-06-17 | preferred-xorg-versions-X11R7.4.inc: pin xextproto-native and xtrans-native | Rolf Leggewie | 1 | |
* xextproto-native: 7.0.3 * xtrans: 1.2.1 | ||||
2009-06-17 | busybox: make udhcpc script work in absence of legacy net-tools | Phil Blundell | 2 | |
2009-06-17 | gnome-bluetooth: bump SRCREV | Koen Kooi | 1 | |
2009-06-17 | gnote: add 0.5.0 | Koen Kooi | 2 | |
2009-06-17 | libpcre: fix staging and packaging | Koen Kooi | 1 | |
2009-06-17 | sysvinit: make sure /sys is mounted at bootup | Phil Blundell | 2 | |
2009-06-17 | base-files: add /sys for micro | Phil Blundell | 1 | |
2009-06-17 | udev: fix confusion in naming of subpackage RDEPENDS | Phil Blundell | 1 | |
2009-06-16 | angstrom feed buider: add dialog and unzip | Koen Kooi | 1 | |
2009-06-16 | angstrom 2009.X: switch to glibc 2.9 | Koen Kooi | 1 | |
* runtime testing on beagleboard, sheevaplug and om-gta01 reveals 2.9 to be as stable as 2.6.1 | ||||
2009-06-16 | dropbear: last micro change was a bad idea, revert it | Phil Blundell | 1 | |
2009-06-16 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 72 | |
into org.openembedded.dev | ||||
2009-06-16 | busybox: fix typo in defconfig for micro | Phil Blundell | 1 | |
2009-06-16 | libgles-omap3: add support files for .08 release | Koen Kooi | 17 | |
* actual .08 recipe will follow later | ||||
2009-06-16 | clutter 0.9: update SRCREV, fix gtk-doc properly | Koen Kooi | 4 | |
2009-06-16 | checksums: add more checksums | Koen Kooi | 1 | |
2009-06-16 | enlightenment: bump SRCREV to latest rev before soname change | Koen Kooi | 1 | |
* This gets us up to date with the latest snapshot release * runtime tested on beagleboard/angstrom | ||||
2009-06-16 | image.bbclass: unbreak postinst status in the install_lingua method | Koen Kooi | 1 | |