summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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
2009-06-16angstrom feed buider: add dialog and unzipKoen Kooi1
2009-06-16angstrom 2009.X: switch to glibc 2.9Koen Kooi1
* runtime testing on beagleboard, sheevaplug and om-gta01 reveals 2.9 to be as stable as 2.6.1
2009-06-16dropbear: last micro change was a bad idea, revert itPhil Blundell1
2009-06-16Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell72
into org.openembedded.dev
2009-06-16busybox: fix typo in defconfig for microPhil Blundell1
2009-06-16libgles-omap3: add support files for .08 releaseKoen Kooi17
* actual .08 recipe will follow later
2009-06-16clutter 0.9: update SRCREV, fix gtk-doc properlyKoen Kooi4
2009-06-16checksums: add more checksumsKoen Kooi1
2009-06-16enlightenment: bump SRCREV to latest rev before soname changeKoen Kooi1
* This gets us up to date with the latest snapshot release * runtime tested on beagleboard/angstrom
2009-06-16image.bbclass: unbreak postinst status in the install_lingua methodKoen Kooi1
2009-06-16iputils 20071127: touch up debian patchesKoen Kooi2
2009-06-16dvsdk: sync with TI overlay ↵Koen Kooi42
(http://arago-project.org/git/people/?p=brijesh/arago-dvsdk.git;a=summary) * cleanups will follow later
2009-06-16Angstrom: build with -ggdb3 by defaultKoen Kooi4
"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-16Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell2
into org.openembedded.dev
2009-06-16binutils, irda-utils, libxcb: remove extraneous hashes that were disrupting ↵Phil Blundell3
Laibsch's activities
2009-06-15gnuradio : Fixes for usrp support files packaging.Philip Balister2
2009-06-15Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell1
into org.openembedded.dev
2009-06-15micro-base-image: new imagePhil Blundell1
2009-06-15alsa-utils: fix linking against host libc.so/libm.soDenys Dmytriyenko1
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-15rootfs_ipk: move "mkdir /etc/opkg" inside ONLINE_PACKAGE_MANAGEMENT conditionalPhil Blundell1
2009-06-15busybox: add less bloated defconfig for microPhil Blundell1
2009-06-15Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell3
into org.openembedded.dev
2009-06-15binutils: note that uclibc-segfault.patch is already upstreamPhil Blundell1
2009-06-15xcb: note that this patch isn't wanted upstreamPhil Blundell1
2009-06-15irda-utils: note that this patch isn't wanted upstreamPhil Blundell1