summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* runqueue.py: Fix default whitelist variable valueRichard Purdie2008-05-051-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4413 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky-qemu-internal: give 128M for qemux86 - otherwise generating of locales ↵Marcin Juszkiewicz2008-05-051-1/+9
| | | | | | fails git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4412 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake: Sync with 1.8 branch upstream for PREFERRED_PROVIDERS message ↵Richard Purdie2008-05-043-3/+31
| | | | | | improvements and BB_STAMP_WHITELIST functionality git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4411 311d38ba-8fff-0310-9ca6-ca027cbcb966
* packaged-staging.bbclass: Set BB_STAMP_WHITELIST with packaged-staging ↵Richard Purdie2008-05-041-11/+11
| | | | | | tasks, update package location code to deal with packaged which don't exist, preserve stamp timestamps when copying them git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4410 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libx11-sdk: Add xproto-native to DEPENDSRichard Purdie2008-05-021-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4408 311d38ba-8fff-0310-9ca6-ca027cbcb966
* zlib-sdk: Make sure STAGING_INCDIR existsRichard Purdie2008-05-021-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4407 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sdk.bbclass: Instead of changing HOST_VENDOR which badly affects gcc ↵Richard Purdie2008-05-021-2/+3
| | | | | | compilation, modify STAGING_DIR_HOST. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4406 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libtool-2.2.2: Add fix for patch from upstreamRichard Purdie2008-05-023-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4405 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libtool-2.2.2: Cleanup patchesRichard Purdie2008-05-0111-129/+135
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4403 311d38ba-8fff-0310-9ca6-ca027cbcb966
* packaged-staging.bbclass: Fixup do_prepackaged_stage referencesRichard Purdie2008-05-011-3/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4402 311d38ba-8fff-0310-9ca6-ca027cbcb966
* clutter: Update to latest trunkRichard Purdie2008-05-012-35/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4401 311d38ba-8fff-0310-9ca6-ca027cbcb966
* clutter: Fix configure with trunkRichard Purdie2008-05-012-1/+50
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4399 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/pokyABConfig.py: Change darwin builds back to full instead of ↵Richard Purdie2008-05-011-1/+1
| | | | | | incremental git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4398 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild: Correctly update the extra meta-darwin checkoutRichard Purdie2008-05-011-6/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4397 311d38ba-8fff-0310-9ca6-ca027cbcb966
* cairo: Add 1.4.14 back for nowRichard Purdie2008-05-012-0/+77
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4394 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libx11: Add xproto-native to DEPENDSRichard Purdie2008-05-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4393 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libx11: Fix command orderingRichard Purdie2008-05-011-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4392 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libx11: Fix do_compile hack to use native headers and allow do_compile to ↵Richard Purdie2008-05-011-1/+2
| | | | | | run more than once git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4391 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libtool-2.2.2: Add fixes for darwin, drop uclibc patch as it should no ↵Richard Purdie2008-05-013-3/+20
| | | | | | longer be needed git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4390 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: only depend on shasum-native if we don't have hashlibRoss Burton2008-05-011-4/+22
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4389 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.bbclass: we don't use the md5sum binary any more, remove itRoss Burton2008-05-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4388 311d38ba-8fff-0310-9ca6-ca027cbcb966
* When checksuming tarballs use bb.utils.*_sum instead of calling commands ↵Ross Burton2008-05-011-15/+15
| | | | | | directly git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4387 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Use bb.utils.md5_file isntead of calling md5sumRoss Burton2008-05-011-8/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4386 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add md5_file and sha256_file checksum methods which use the builtin Python ↵Ross Burton2008-05-011-0/+31
| | | | | | checksum code git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4385 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/pokyABConfig.py: Make darwin autobuild incremental temporarilyRichard Purdie2008-05-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4384 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gtk+: fix a warning when creating the file chooserRoss Burton2008-05-012-8/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4383 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild: Fix quotingRichard Purdie2008-05-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4382 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild: Fix darwin code to append, not overwriteRichard Purdie2008-05-011-6/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4381 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts: Add meta-darwin build to the autobuilderRichard Purdie2008-05-012-1/+37
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4380 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild: Really fix return valueRichard Purdie2008-05-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4379 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gypsy: bump SRCREV to 147Marcin Juszkiewicz2008-04-303-11/+16
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4378 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gmp-native: Fix PVRichard Purdie2008-04-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4377 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gmp: 4.2.1 -> 4.2.2Richard Purdie2008-04-305-25/+25
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4376 311d38ba-8fff-0310-9ca6-ca027cbcb966
* packaged-staging.bbclass: Fix variable name typoRichard Purdie2008-04-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4375 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild: Preserve exit codeRichard Purdie2008-04-301-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4374 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pokyABConfig.py: Fix typoRichard Purdie2008-04-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4373 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/pokyABConfig.py: Add checkuriall test for qemuarm worldRichard Purdie2008-04-291-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4372 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky-autobuild: Attempt to clean up scripts slightlyRichard Purdie2008-04-292-31/+43
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4371 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts: Allow passing multiple parameters to the autobuilderRichard Purdie2008-04-292-10/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4370 311d38ba-8fff-0310-9ca6-ca027cbcb966
* uclibc-initial: Add ncurses-native to DEPENDS (from OE)Richard Purdie2008-04-291-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4369 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild-postprocess: Ignore chmod failuresRichard Purdie2008-04-281-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4368 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild-postprocess: Don't clean the destination directoryRichard Purdie2008-04-281-4/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4367 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild-postprocess: Remove paths from scriptRichard Purdie2008-04-281-54/+54
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4366 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild-postprocess: Fix typoRichard Purdie2008-04-281-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4365 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild: Further path fixesRichard Purdie2008-04-281-5/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4364 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild: Fix directory expectations of the postprocess scriptsRichard Purdie2008-04-281-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4363 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild: Fix orderingRichard Purdie2008-04-281-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4362 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/poky-autobuild: Source the environmental setup script earlierRichard Purdie2008-04-281-2/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4361 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts: Update autobuilder scripts to run postprocess after each task completesRichard Purdie2008-04-282-19/+28
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4360 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts: Add extra autobuilder configRichard Purdie2008-04-282-0/+267
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4359 311d38ba-8fff-0310-9ca6-ca027cbcb966