Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | icu: Add patch to fix issue with #elif and recent gcc versions | Richard Purdie | 2009-11-05 | 4 | -2/+18 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | poky: add support for changing bootsplash application | Marcin Juszkiewicz | 2009-11-05 | 1 | -2/+3 |
| | | | | | | | SPLASH variable contains name of package which handles bootprogress display. By default psplash is used. Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net> | ||||
* | base.bbclass: Use subprocess rather than os.system for do_unpack | Richard Purdie | 2009-11-03 | 1 | -2/+10 |
| | | | | | | | | | | | gzip reports broken pipe errors with do_unpack on Fedora with certain builds of gzip and bash. By avoding python's SIGPIPE handler we can work correctly on these distributions. Patch based on a patch from the OE-devel mailing list, thanks to Khem Raj <raj.khem@gmail.com> and Holger Freyther <zecke@selfish.org> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | gcc 3.4.4: fixed Ubuntu 9.10 build | Marcin Juszkiewicz | 2009-11-02 | 2 | -2/+16 |
| | | | | | | open() require 3 arguments now. Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net> | ||||
* | unifdef: rename getline function to avoid conflicts with stdio.h definitions ↵ | Richard Purdie | 2009-11-02 | 1 | -3/+3 |
| | | | | | | from glibc Signed-off-by: Richard Purdie <richard@ted.(none)> | ||||
* | ipkg-collateral: fix 'lists' variable so feeds information will be stored in ↵ | Marcin Juszkiewicz | 2009-10-29 | 2 | -2/+2 |
| | | | | /var/lib/ipkg not in PWD/ext dir | ||||
* | linux-libc-headers_2.6.20.bb : more modern glibc expose getline from stdio.h ↵ | Graeme Gregory | 2009-10-22 | 2 | -2/+34 |
| | | | | | | rename the function so not to cause a clash Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net> | ||||
* | sanity.bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr values | Marcin Juszkiewicz | 2009-08-12 | 1 | -0/+6 |
| | | | | | | | | commit 4293a82a6425a2baa39e26d18c1285b092c31254 Author: Richard Purdie <rpurdie@rpsys.net> Date: Wed May 7 09:39:08 2008 +0000 sanity.bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr values | ||||
* | gdb: disable -Werror to make it build under Ubuntu 9.04 | Marcin Juszkiewicz | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | binutils-cross-sdk: disable -Werror to make it build on Ubuntu 9.04 | Marcin Juszkiewicz | 2009-08-06 | 2 | -2/+3 |
| | |||||
* | e2fsprogs: fix build on Ubuntu 9.04 | Marcin Juszkiewicz | 2009-07-31 | 2 | -1/+15 |
| | |||||
* | cache.py: missed patch for Python 2.6 | Marcin Juszkiewicz | 2009-07-29 | 1 | -5/+5 |
| | |||||
* | task-base: Remove sets usage, deprecated in python | Richard Purdie | 2009-07-28 | 1 | -3/+0 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarning | Marcin Juszkiewicz | 2009-07-28 | 1 | -2/+10 |
| | |||||
* | bitbake: Update to work without warnings with python 2.6 | Richard Purdie | 2009-07-28 | 5 | -13/+9 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bintuils-cross.inc: Merge improvements from OE.dev | Richard Purdie | 2009-07-28 | 1 | -3/+9 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4093 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | libxml2: Fix a compilation error when using -D_FORTIFY_SOURCE=2 thanks ↵ | Joshua Lock | 2009-07-28 | 4 | -3/+17 |
| | | | | Chenglan Huang | ||||
* | package bbclass: add an 'allow_links' param to get symlinks packaged, ↵ | Koen Kooi | 2009-03-11 | 1 | -2/+2 |
| | | | | usefull for splitting out libraries | ||||
* | base.bbclass: Add subdir feature to SRC_URI entries (from OE) | Robert Schuster | 2009-03-11 | 1 | -0/+11 |
| | |||||
* | libice-native: added 1.0.3 | Marcin Juszkiewicz | 2009-03-10 | 1 | -0/+8 |
| | |||||
* | libxt-native: added 1.0.5 | Marcin Juszkiewicz | 2009-03-10 | 1 | -0/+8 |
| | |||||
* | libsm-native: added 1.0.3 | Marcin Juszkiewicz | 2009-03-10 | 1 | -0/+7 |
| | |||||
* | libxdmcp-native: fix PROVIDES to empty value (from trunk) | Marcin Juszkiewicz | 2009-03-06 | 1 | -0/+1 |
| | |||||
* | libx11-native: fix PROVIDES to empty value (from trunk) | Marcin Juszkiewicz | 2009-03-06 | 1 | -0/+1 |
| | |||||
* | mtd-utils: fix building with glibc 2.7+ (backported from upstream git) | Marcin Juszkiewicz | 2009-02-26 | 2 | -2/+67 |
| | |||||
* | qemu: unbreak also on Ubuntu 8.04 | Marcin Juszkiewicz | 2009-02-24 | 2 | -5/+6 |
| | |||||
* | qemu: unbreak building with linux-libc-headers 2.6.28 | Marcin Juszkiewicz | 2009-02-24 | 2 | -1/+23 |
| | |||||
* | ldconfig-native: set $S to proper value | Marcin Juszkiewicz | 2009-02-23 | 1 | -0/+2 |
| | |||||
* | checksums.ini: merge with trunk | Marcin Juszkiewicz | 2009-02-23 | 1 | -0/+1048 |
| | |||||
* | checksums.ini: merge entries from BUG Linux | Marcin Juszkiewicz | 2009-02-20 | 1 | -0/+136 |
| | |||||
* | dbus-native: fix build on few systems (error: storage size of 'cr' isn't known) | Marcin Juszkiewicz | 2009-02-20 | 2 | -1/+26 |
| | | | | | | | | | Bug was reported in OE bugtracker: http://bugs.openembedded.net/show_bug.cgi?id=4334 | dbus-sysdeps-unix.c: In function '_dbus_read_credentials_unix_socket': | dbus-sysdeps-unix.c:1002: error: storage size of 'cr' isn't known | dbus-sysdeps-unix.c:1005: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness | dbus-sysdeps-unix.c:1002: warning: unused variable 'cr' | ||||
* | bitbake.conf: update Poky Maintainer name to "Poky Team ↵ | Marcin Juszkiewicz | 2009-02-20 | 1 | -1/+1 |
| | | | | <poky@openedhand.com>" (from trunk) | ||||
* | base.bbclass, bitbake.conf: add support for BP/BPN variables (backported ↵ | Marcin Juszkiewicz | 2009-02-20 | 2 | -2/+17 |
| | | | | | | | | | | | | from trunk) commit 94c895aad5ad286f172b04bc33ba670220d5eba8 Author: Richard Purdie <rpurdie@linux.intel.com> Date: Fri Jan 2 10:15:45 2009 +0000 bitbake.conf: Create BPN variable containing the pruned version of PN with various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code | ||||
* | libsoup: stage libsoup-2.2.pc without using pkgconfig.bbclass | Marcin Juszkiewicz | 2009-02-11 | 1 | -3/+4 |
| | | | | | pkgconfig.bbclass was staging libsoup.pc which made builds unusable if 2.2 and 2.4 versions were used (one overwrote other). | ||||
* | libsoup: do not remove all libsoup pkg-config files (conflicts with 2.4) | Marcin Juszkiewicz | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | eds-dbus: force using libsoup-2.2 (from r683 of eds-dbus) | Marcin Juszkiewicz | 2009-02-10 | 2 | -1/+23 |
| | |||||
* | base.bbclass: fixed typo | Robert Schuster | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'marcin/pinky' of ↵ | Richard Purdie | 2009-01-23 | 1 | -0/+1 |
|\ | | | | | | | ssh://gitserver@git.pokylinux.org/poky-contrib into pinky | ||||
| * | bitbake.conf: add IMAGE_ROOTFS_SIZE (from OE) | Marcin Juszkiewicz | 2009-01-23 | 1 | -0/+1 |
| | | |||||
* | | exmap-console: Backport DEPENDS fix from trunk (from hrw) | Richard Purdie | 2009-01-23 | 1 | -1/+1 |
|/ | |||||
* | distutils.py: Backport fixes from elroy/trunk to allow more recent python ↵ | Richard Purdie | 2009-01-23 | 1 | -0/+8 |
| | | | | modules to build (from hrw) | ||||
* | bitbake.conf/image.bbclass: Backport the magic rootfs sizing code from trunk ↵ | Richard Purdie | 2009-01-23 | 2 | -4/+7 |
| | | | | (from hrw) | ||||
* | kernel.bbclass: kernel-modules do not have to depend on kernel-vmlinux ↵ | Richard Purdie | 2008-12-04 | 1 | -1/+1 |
| | | | | (backport from trunk) | ||||
* | gmp: update to 4.2.2 - this will unbreak Pinky on distibutions with gcc 4.3 ↵ | Marcin Juszkiewicz | 2008-06-20 | 6 | -26/+28 |
| | | | | | | (from trunk) git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4716 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | qemu: fix SRC_URI | Marcin Juszkiewicz | 2008-06-19 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4706 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | opensync/syncml: Sync with changes in layout upstream | Richard Purdie | 2008-06-17 | 7 | -20/+10 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4685 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | dbus: Add missing DEPENDS on libsm, backported from trunk | Richard Purdie | 2008-06-04 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4582 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | qemu: Fix SRC_URI | Richard Purdie | 2008-05-29 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4564 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_deb.bbclass: Backport architecture fix so x86 builds work in pinky | Richard Purdie | 2008-05-21 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4521 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | poky.bbclass: Fix mirror URLs | Richard Purdie | 2008-05-05 | 1 | -2/+2 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4415 311d38ba-8fff-0310-9ca6-ca027cbcb966 |