summaryrefslogtreecommitdiff
path: root/meta/conf/distro/poky.conf
AgeCommit message (Collapse)AuthorFiles
2010-11-22utility-tasks.bbclass: Move distro related tasks to distrodata.bbclassDongxiao Xu1
Most of the d.keys() used in file parsing are variables in distro_tracking_fields.inc, which are not used in normal build. Therefore remove the inclusion of distro_tracking_fields.inc from poky.conf. Besides, move distro related tasks to distrodata.bbclass, which includes that tracking field file. By this change, the file parsing time could save about 25%. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-21poky.conf: add "virtual:native:" to BB_HASHTASK_WHITELISTKevin Tian1
native signatures are not counted in dependency chain as they're bound to build system. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-11-14base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checkingSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10poky.conf: Default Locale GenerationSaul Wold1
Add en-us and POSIX to default locale generation Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10poky.conf: Change default locale to POSIXSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-07poky.conf: add PWD to BB_HASHBASE_WHITELISTKevin Tian1
Without doing this I can't reuse prebuilts generated from one directory in another build directory which is really not comfortable for developers. Due to difference on PWD variable, base hash becomes different for every sstate package. So here PWD is added to the hase base whitelist, which makes most prebuilts reusable now in a different build directory. However there still remains one issue about do_populate_sysroot sstate package. Absolute path is encoded in this task which then blocks reuse on them. Perhaps we need some redesign for do_populate_sysroot into two stages, with all absolute path related operations moved to the 2nd stage. This way then the 1st stage can be reused. Partially fix [BUGID #522] Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-10-27Poky -> Yocto name changeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15poky.conf: Add qemu-config dependency for qemux86-64Richard Purdie1
After booting qemux86-64 sato image, there is no icon for shutdown on the desktop which is caused by missing the qemu-config package on this machine. [BUGID #458] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-08gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold1
Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages which have potential license implications opt in through options in poky/local.conf. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-08base.bbclass: add support for commercial license checkSaul Wold1
This addresses [BUGID #410], require implict action by someone to enable functionality that may have license implications. By default this diables mp3 and mpeg decoding Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30poky.conf: Add BB_HASHBASE_WHITELIST to ignore variables which don't ↵Richard Purdie1
influence sstate packages (Initial Population) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-21poky.conf: use eglibc rather than glibcDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-03poky.conf: Set hash policyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-20base.bbclass: Initial work to add GPLv2 Only Build with Whitelist for GPLv3 ↵Saul Wold1
Native tools [tweaks from Richard Purdie] Signed-off-by: Saul Wold <Saul.Wold@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19Rename packaged-staging2 -> sstate and remove the old empty classRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-19Start sstateRichard Purdie1
Add pre clean hook Add sstate_installpkg sstate: Tie all pieces together with a setscene function Use pythonic functions rather than os.system() Implement sstate_clean function package_ipk: clean shared state in prestate packaged-staging2: implement fetching packages from mirror Copy add staging_fetch() from packaged-staging.bbclass packaged-staging2: make the output slightly friendlier packaged-staging2: handle directories in the shared state Add directories to the manifest when installing and remove them if empty when cleaning. Move most of the sstate code into the class itself removing the need for heavy boilderplate packaged-staging2: Programatically ensure directories are last in the manifest packaged-staging2: add cleanall packaged-staging2.bbclass: Connect in cleanall function to do_clean We want to ensure that directories appear at the end of the manifest so that when we test to see if they should be deleted any contents added by the task will have been removed first. pstage2: Use oe.path.copytree packaged-staging2: support lockfiles and plaindirs Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-12prelink: Enable image wide prelinkingMark Hatle1
Add the ability to specify user level classes via the local.conf. Use this new capability to add an image-prelink class that does an image wide cross-prelink activity. Signed-off-by: Mark Hatle <mhatle@windriver.com>
2010-07-22poky.conf: gcc 2.95 died a long time ago, thankfullyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-19linux-libc-headers: create a libc-headers based on Wind River kernelBruce Ashfield1
Put PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers-wrs" in your configuration, and this package will be used to generate a set of kernel headers from the -standard branch of the Wind River kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-07-08utility-tasks.bbclass: add automatic version check for GIT/SVN protoKevin Tian1
both git/svn supports remote information query: 'git ls-remote', and 'svn info'. With them, now upstream version will be automatically checked for git/svn packages. In the meantime, manual latest version tagged in distro tracking fields are also compared as one alternative if upstream check fails. Also such check is one indicator whether tracking field is missing. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-02meta-toolchain: Improve layoutRichard Purdie1
* Switch from /usr/local/poky to /opt/poky * Use a sysroots directory for both the "native" sdk binaries and the target * Drop the meta-toolchain extras packages. These are replaced with packaged-staging. * Change the nativesdk layout to match our usual filesystem layout * Clean up various hardcoded prefix references Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-01poky.conf: define PREFERRED_PROVIDER_opkg-nativesdk to silence a warningJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-11Update version after Green releaseJoshua Lock1
2010-02-10distros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserverJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-04conf: remove references to SRC_TARBALL_STASHJoshua Lock1
SRC_TARBALL_STASH is deprecated, the same functionality can be acheived with PREMIRRORS, so remove references to it from configuration files. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-28conf/distro/poky: Rename poky-eabi to poky-default to make more senseRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-15distros: fix mistake in opkg-native PREFERRED_PROVIDERJoshua Lock1
PREFERRED_PROVIDER for opkg-native should be a native package... Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-15distros: Fix some warnings by setting PREFERRED_PROVIDER'sJoshua Lock1
opkg-native needs a PREFERRED_PROVIDER for moblin and poky Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-11-26distro/poky: Set EXTRAOPKGCONFIGRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-28poky.conf: Update source tarball stash url and variable nameRichard Purdie1
2009-09-18Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow ↵Richard Purdie1
environmental variable control Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17poky/moblin: Update SDKPATH and SDK_NAME to use SDK_ARCH and remove ↵Richard Purdie1
pointless path addition Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-10bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-03poky.conf: Set SDK_NAME to include BUILD_ARCH, not HOST_ARCHRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-17poky.conf: Switch from libx11-diet to libx11-trim for less headachesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-02base.bbclass: Add metadata revision handling for git (from OE)Richard Purdie1
2008-12-30distro/poky.conf: Disable svn revision handling since svn is obsolete and no ↵Richard Purdie1
git revision handling function is present yet
2008-11-05task-base: Removed RDEPEND on task-poky-bootJoshua Lock1
It is now neccesarry for each distro to specify a POKY_EXTRA_RDEPENDS for a relevant boot task. This has been added in poky and moblin distros.
2008-10-29Merge branch 'pli1/X11-rework' of git@moblin-mdi.jf.intel.com:poky-staging ↵Richard Purdie1
into master-dev
2008-10-29xf86-video-intel-dri2: update PVPeng Li1
PV should be "2.4.97+git${SRCREV}" according to upstream tag poky.conf: small typo fix
2008-10-28conf/distro: Create a moblin distro config file based on the Poky oneRichard Purdie1
Also refactor various data into common include files.
2008-10-20poky.conf: Fix world excludes typoRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5549 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20poky.conf: Exclude linsync from world buildsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5547 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20poky.conf: Update libopensync world exclude listRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5546 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-13Adds support for GEM + DRI2Robert Bragg1
DRI2 is disabled by default though since running with metacity-clutter seems to cause a lock up. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-07poky.conf: added RPM feeds exampleMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5435 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02poky.conf: matchbox-wm PREFERRED_PROVIDER is not neededRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5401 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-01poky: added pci to distro featuresMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5375 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-01Rename FEED_URIS -> IPK_FEED_URISRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5373 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30poky.conf: Add packaged-staging by default nowRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5338 311d38ba-8fff-0310-9ca6-ca027cbcb966