summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pinky 3.1.2 Releasepinky-3.1.2pinkyRichard Purdie2009-11-121-1/+1
|
* poky-image.bbclass: Add missing trailing ; (from master)Richard Purdie2009-11-121-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* icu: Add patch to fix issue with #elif and recent gcc versionsRichard Purdie2009-11-054-2/+18
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky: add support for changing bootsplash applicationMarcin Juszkiewicz2009-11-051-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_unpackRichard Purdie2009-11-031-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 buildMarcin Juszkiewicz2009-11-022-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 Purdie2009-11-021-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 Juszkiewicz2009-10-292-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 Gregory2009-10-222-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 valuesMarcin Juszkiewicz2009-08-121-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.04Marcin Juszkiewicz2009-08-061-1/+1
|
* binutils-cross-sdk: disable -Werror to make it build on Ubuntu 9.04Marcin Juszkiewicz2009-08-062-2/+3
|
* e2fsprogs: fix build on Ubuntu 9.04Marcin Juszkiewicz2009-07-312-1/+15
|
* cache.py: missed patch for Python 2.6Marcin Juszkiewicz2009-07-291-5/+5
|
* task-base: Remove sets usage, deprecated in pythonRichard Purdie2009-07-281-3/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarningMarcin Juszkiewicz2009-07-281-2/+10
|
* bitbake: Update to work without warnings with python 2.6Richard Purdie2009-07-285-13/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bintuils-cross.inc: Merge improvements from OE.devRichard Purdie2009-07-281-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 Lock2009-07-284-3/+17
| | | | Chenglan Huang
* package bbclass: add an 'allow_links' param to get symlinks packaged, ↵Koen Kooi2009-03-111-2/+2
| | | | usefull for splitting out libraries
* base.bbclass: Add subdir feature to SRC_URI entries (from OE)Robert Schuster2009-03-111-0/+11
|
* libice-native: added 1.0.3Marcin Juszkiewicz2009-03-101-0/+8
|
* libxt-native: added 1.0.5Marcin Juszkiewicz2009-03-101-0/+8
|
* libsm-native: added 1.0.3Marcin Juszkiewicz2009-03-101-0/+7
|
* libxdmcp-native: fix PROVIDES to empty value (from trunk)Marcin Juszkiewicz2009-03-061-0/+1
|
* libx11-native: fix PROVIDES to empty value (from trunk)Marcin Juszkiewicz2009-03-061-0/+1
|
* mtd-utils: fix building with glibc 2.7+ (backported from upstream git)Marcin Juszkiewicz2009-02-262-2/+67
|
* qemu: unbreak also on Ubuntu 8.04Marcin Juszkiewicz2009-02-242-5/+6
|
* qemu: unbreak building with linux-libc-headers 2.6.28Marcin Juszkiewicz2009-02-242-1/+23
|
* ldconfig-native: set $S to proper valueMarcin Juszkiewicz2009-02-231-0/+2
|
* checksums.ini: merge with trunkMarcin Juszkiewicz2009-02-231-0/+1048
|
* checksums.ini: merge entries from BUG LinuxMarcin Juszkiewicz2009-02-201-0/+136
|
* dbus-native: fix build on few systems (error: storage size of 'cr' isn't known)Marcin Juszkiewicz2009-02-202-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 Juszkiewicz2009-02-201-1/+1
| | | | <poky@openedhand.com>" (from trunk)
* base.bbclass, bitbake.conf: add support for BP/BPN variables (backported ↵Marcin Juszkiewicz2009-02-202-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.bbclassMarcin Juszkiewicz2009-02-111-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 Juszkiewicz2009-02-101-1/+1
|
* eds-dbus: force using libsoup-2.2 (from r683 of eds-dbus)Marcin Juszkiewicz2009-02-102-1/+23
|
* base.bbclass: fixed typoRobert Schuster2009-01-271-1/+1
|
* Merge branch 'marcin/pinky' of ↵Richard Purdie2009-01-231-0/+1
|\ | | | | | | ssh://gitserver@git.pokylinux.org/poky-contrib into pinky
| * bitbake.conf: add IMAGE_ROOTFS_SIZE (from OE)Marcin Juszkiewicz2009-01-231-0/+1
| |
* | exmap-console: Backport DEPENDS fix from trunk (from hrw)Richard Purdie2009-01-231-1/+1
|/
* distutils.py: Backport fixes from elroy/trunk to allow more recent python ↵Richard Purdie2009-01-231-0/+8
| | | | modules to build (from hrw)
* bitbake.conf/image.bbclass: Backport the magic rootfs sizing code from trunk ↵Richard Purdie2009-01-232-4/+7
| | | | (from hrw)
* kernel.bbclass: kernel-modules do not have to depend on kernel-vmlinux ↵Richard Purdie2008-12-041-1/+1
| | | | (backport from trunk)
* gmp: update to 4.2.2 - this will unbreak Pinky on distibutions with gcc 4.3 ↵Marcin Juszkiewicz2008-06-206-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_URIMarcin Juszkiewicz2008-06-191-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 upstreamRichard Purdie2008-06-177-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 trunkRichard Purdie2008-06-041-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4582 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Fix SRC_URIRichard Purdie2008-05-291-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4564 311d38ba-8fff-0310-9ca6-ca027cbcb966