Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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 | |
2009-06-16 | iputils 20071127: touch up debian patches | Koen Kooi | 2 | |
2009-06-16 | dvsdk: sync with TI overlay ↵ | Koen Kooi | 42 | |
(http://arago-project.org/git/people/?p=brijesh/arago-dvsdk.git;a=summary) * cleanups will follow later | ||||
2009-06-16 | Angstrom: build with -ggdb3 by default | Koen Kooi | 4 | |
"Level 3 includes extra information, such as all the macro definitions present in the program. GDB supports macro expansion when you use `-gdb3'." | ||||
2009-06-16 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 2 | |
into org.openembedded.dev | ||||
2009-06-16 | binutils, irda-utils, libxcb: remove extraneous hashes that were disrupting ↵ | Phil Blundell | 3 | |
Laibsch's activities | ||||
2009-06-15 | gnuradio : Fixes for usrp support files packaging. | Philip Balister | 2 | |
2009-06-15 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 1 | |
into org.openembedded.dev | ||||
2009-06-15 | micro-base-image: new image | Phil Blundell | 1 | |
2009-06-15 | alsa-utils: fix linking against host libc.so/libm.so | Denys Dmytriyenko | 1 | |
Caused by expecting ncurses library in /usr/lib. For some people it's just a warning: ld: warning: library search path "/usr/lib" is unsafe for cross-compilation ld: skipping incompatible /usr/lib/libm.so when searching for -lm And for some people it breaks the build: ld: warning: library search path "/usr/lib" is unsafe for cross-compilation /usr/lib/libm.so: file not recognized: File format not recognized Signed-off-by: Denys Dmytriyenko <denis@denix.org> | ||||
2009-06-15 | rootfs_ipk: move "mkdir /etc/opkg" inside ONLINE_PACKAGE_MANAGEMENT conditional | Phil Blundell | 1 | |
2009-06-15 | busybox: add less bloated defconfig for micro | Phil Blundell | 1 | |
2009-06-15 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 3 | |
into org.openembedded.dev | ||||
2009-06-15 | binutils: note that uclibc-segfault.patch is already upstream | Phil Blundell | 1 | |
2009-06-15 | xcb: note that this patch isn't wanted upstream | Phil Blundell | 1 | |
2009-06-15 | irda-utils: note that this patch isn't wanted upstream | Phil Blundell | 1 | |