summaryrefslogtreecommitdiff
path: root/meta/classes
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* packaged-staging.bbclass: Fix install race, improve staging cleaning functions.Richard Purdie2008-04-281-16/+48
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4358 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Remove unneeded importsRichard Purdie2008-04-271-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4356 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add checkuri/checkuriall tasks to check validity of upstream ↵Richard Purdie2008-04-271-0/+39
| | | | | | source URLs git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4353 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add setscene task to handle preparing the work area at the ↵Richard Purdie2008-04-272-11/+24
| | | | | | start of a given task, fixing the handling of the rebuild task. This task removes the need for do_prepackaged_stage in packaged-staging.bbclass. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4351 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Prefer gcc 3.4.6/7 over 3.4Richard Purdie2008-04-251-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4341 311d38ba-8fff-0310-9ca6-ca027cbcb966
* packaged-staging: Make sure the task is part of the default tasks chainRichard Purdie2008-04-231-1/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4314 311d38ba-8fff-0310-9ca6-ca027cbcb966
* insane.bbclass: Drop pointless QA_LOG variable, add QA_LOGFILE so QA errors ↵Richard Purdie2008-04-221-7/+41
| | | | | | can optionally end up logged in one place for ease of reference. Add sanity check searching for tmpdir references within built packages, not fatal at present. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4309 311d38ba-8fff-0310-9ca6-ca027cbcb966
* classes: Add packaged-staging.bbclass (from OE.dev)Richard Purdie2008-04-221-0/+322
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4308 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Fix dependency_libs libtool mangling regexpRichard Purdie2008-04-221-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4306 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sanity.bbclass: Add a check for dash as /bin/sh and error if foundRichard Purdie2008-04-211-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4298 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: unbreakMarcin Juszkiewicz2008-04-111-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4242 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Add patch to try and handle dynamic librbary dependencies ↵Richard Purdie2008-04-111-18/+82
| | | | | | on darwin through libtool git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4237 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: Run runtime_mapping_rename over PACKAGE_INSTALL so debian ↵Richard Purdie2008-04-081-0/+2
| | | | | | renaming doesn't break the variable git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4211 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel-arch.bbclass: Sync with OE.devRichard Purdie2008-04-081-1/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4210 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: Use INHIBIT_DEFAULT_DEPS to drop virtual/libc dependency ↵Richard Purdie2008-04-081-1/+4
| | | | | | since the kernel doesn't need it git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4209 311d38ba-8fff-0310-9ca6-ca027cbcb966
* insane.bbclass: use 'desktop-file-validate' from staging not from host systemMarcin Juszkiewicz2008-04-031-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4159 311d38ba-8fff-0310-9ca6-ca027cbcb966
* cpan.bbclass: remove bashismsMarcin Juszkiewicz2008-04-011-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4153 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: use u-boot-mkimage-native for uImage kernels (from linux.inc)Marcin Juszkiewicz2008-03-251-1/+13
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4116 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Drop enable-maintainer-mode until such times as its been ↵Richard Purdie2008-03-211-1/+0
| | | | | | tested properly git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4109 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk.bbclass: new update-alternatives script use OPKG_OFFLINE_ROOT ↵Marcin Juszkiewicz2008-03-201-0/+2
| | | | | | (from OE) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4108 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: fix typo in --enable-maintainer-modeRoss Burton2008-03-201-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4107 311d38ba-8fff-0310-9ca6-ca027cbcb966
* kernel.bbclass: Add staging hooksRichard Purdie2008-03-201-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4100 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Add autotools_stage_dir to help staging directories and ↵Richard Purdie2008-03-201-19/+19
| | | | | | increase list of directories to stage (include base_sbin, base_bin and libexec) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4098 311d38ba-8fff-0310-9ca6-ca027cbcb966
* native.bbclass: fix do_stage (s/"]/" ]/) - taken from OEMarcin Juszkiewicz2008-03-201-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4096 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Some further tweaks to autotools_stage_allRichard Purdie2008-03-191-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4080 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Fix typosRichard Purdie2008-03-191-3/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4079 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Handle case where is an empty directoryRichard Purdie2008-03-191-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4078 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: autotools_stage_all - improve handling of datadirRichard Purdie2008-03-191-4/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4077 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass: Add handling binary staging capability to ↵Richard Purdie2008-03-191-0/+12
| | | | | | autotools_stage_all for compatible binaries fixing various -native package issues git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4075 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Sync with OE.devRichard Purdie2008-03-191-0/+19
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4064 311d38ba-8fff-0310-9ca6-ca027cbcb966
* cpan.bbclass: Fix native staging functions (sync with OE.dev)Richard Purdie2008-03-191-2/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4063 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package.bbclass: Sync with OE.devRichard Purdie2008-03-191-8/+49
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4062 311d38ba-8fff-0310-9ca6-ca027cbcb966
* insane.bbclass: Sync with OE.devRichard Purdie2008-03-191-91/+92
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4060 311d38ba-8fff-0310-9ca6-ca027cbcb966
* autotools.bbclass/native.bbclass: Use autotools_stage_all instead of ↵Richard Purdie2008-03-192-3/+9
| | | | | | oe_runmake install for staging autotooled native packages (from OE.dev) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4056 311d38ba-8fff-0310-9ca6-ca027cbcb966
* insane.bbclass: find desktop-file-validate on the path, so it can be added ↵Ross Burton2008-03-191-2/+1
| | | | | | to ASSUME_PROVIDED git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4053 311d38ba-8fff-0310-9ca6-ca027cbcb966
* image.bbclass: s/ipkg/opkg/ - spotten by Koen KooiMarcin Juszkiewicz2008-03-181-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4044 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_deb.bbclass: s/ipkg/opkg/ - spotten by Koen KooiMarcin Juszkiewicz2008-03-181-6/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4043 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk/image.bbclass: removing of opkg lists data to rootfs_ipk class ↵Marcin Juszkiewicz2008-03-172-2/+2
| | | | | | | | | where it should belong Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com> git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4028 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk.bbclass: switched to opkgMarcin Juszkiewicz2008-03-171-12/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4026 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package_ipk.bbclass: switched to opkgMarcin Juszkiewicz2008-03-171-6/+5
| | | | | | | Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com> git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4025 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bootimg.bbclass: removed bootsplash task support - we do not have such oneMarcin Juszkiewicz2008-03-111-4/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3989 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Let unpack task remove S beforehand which fixes clean ↵Richard Purdie2008-03-101-4/+7
| | | | | | handling. Optimise some expand and getVar calls git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3982 311d38ba-8fff-0310-9ca6-ca027cbcb966
* debian.bbclass: merge DEBIANNAME support from OEMarcin Juszkiewicz2008-03-041-1/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3904 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Sync with OERichard Purdie2008-03-031-23/+38
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3894 311d38ba-8fff-0310-9ca6-ca027cbcb966