summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
Commit message (Collapse)AuthorAgeFilesLines
* Set release to correct version: poky.conflaverne-4.0.1Beth Flanagan2011-02-041-1/+1
| | | | | | Correcting release version in poky.conf Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* Setting Yocto rev number to 4.1: poky.confBeth Flanagan2011-02-031-1/+1
| | | | | | | Found just prior to mirror push. Modified poky.conf to use the correct version. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* Yocto Project 0.9 - Poky Laverne 4.0 ReleaseSaul Wold2010-10-211-2/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* poky.conf: Update DISTRO_NAME and DISTRO_VERSION for the Yocto Project ReleaseSaul Wold2010-10-181-3/+3
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* poky.conf: Add qemu-config dependency for qemux86-64Richard Purdie2010-10-151-0/+1
| | | | | | | | | 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>
* gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold2010-10-081-1/+8
| | | | | | | | 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>
* base.bbclass: add support for commercial license checkSaul Wold2010-10-081-0/+5
| | | | | | | | | 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>
* poky.conf: Add BB_HASHBASE_WHITELIST to ignore variables which don't ↵Richard Purdie2010-09-301-1/+1
| | | | | | influence sstate packages (Initial Population) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky.conf: use eglibc rather than glibcDexuan Cui2010-09-211-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* poky.conf: Set hash policyRichard Purdie2010-09-031-0/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base.bbclass: Initial work to add GPLv2 Only Build with Whitelist for GPLv3 ↵Saul Wold2010-08-201-0/+6
| | | | | | | | | Native tools [tweaks from Richard Purdie] Signed-off-by: Saul Wold <Saul.Wold@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Rename packaged-staging2 -> sstate and remove the old empty classRichard Purdie2010-08-191-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Start sstateRichard Purdie2010-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* prelink: Enable image wide prelinkingMark Hatle2010-08-121-1/+3
| | | | | | | | | 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>
* poky.conf: gcc 2.95 died a long time ago, thankfullyRichard Purdie2010-07-221-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-libc-headers: create a libc-headers based on Wind River kernelBruce Ashfield2010-07-191-0/+1
| | | | | | | | 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>
* utility-tasks.bbclass: add automatic version check for GIT/SVN protoKevin Tian2010-07-081-1/+1
| | | | | | | | | | | | 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>
* meta-toolchain: Improve layoutRichard Purdie2010-07-021-2/+2
| | | | | | | | | | * 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>
* poky.conf: define PREFERRED_PROVIDER_opkg-nativesdk to silence a warningJoshua Lock2010-07-011-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Update version after Green releaseJoshua Lock2010-06-111-1/+1
|
* distros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserverJoshua Lock2010-02-101-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* conf: remove references to SRC_TARBALL_STASHJoshua Lock2010-02-041-2/+0
| | | | | | | 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>
* conf/distro/poky: Rename poky-eabi to poky-default to make more senseRichard Purdie2010-01-281-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* distros: fix mistake in opkg-native PREFERRED_PROVIDERJoshua Lock2010-01-151-1/+1
| | | | | | | PREFERRED_PROVIDER for opkg-native should be a native package... Signed-off-by: Joshua Lock <josh@linux.intel.com>
* distros: Fix some warnings by setting PREFERRED_PROVIDER'sJoshua Lock2010-01-151-0/+1
| | | | | | opkg-native needs a PREFERRED_PROVIDER for moblin and poky Signed-off-by: Joshua Lock <josh@linux.intel.com>
* distro/poky: Set EXTRAOPKGCONFIGRichard Purdie2009-11-261-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky.conf: Update source tarball stash url and variable nameRichard Purdie2009-10-281-1/+1
|
* Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow ↵Richard Purdie2009-09-181-1/+1
| | | | | | environmental variable control Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky/moblin: Update SDKPATH and SDK_NAME to use SDK_ARCH and remove ↵Richard Purdie2009-09-171-2/+2
| | | | | | pointless path addition Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie2009-09-101-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky.conf: Set SDK_NAME to include BUILD_ARCH, not HOST_ARCHRichard Purdie2009-09-031-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky.conf: Switch from libx11-diet to libx11-trim for less headachesRichard Purdie2009-05-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base.bbclass: Add metadata revision handling for git (from OE)Richard Purdie2009-01-021-4/+0
|
* distro/poky.conf: Disable svn revision handling since svn is obsolete and no ↵Richard Purdie2008-12-301-2/+3
| | | | git revision handling function is present yet
* task-base: Removed RDEPEND on task-poky-bootJoshua Lock2008-11-051-1/+1
| | | | 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.
* Merge branch 'pli1/X11-rework' of git@moblin-mdi.jf.intel.com:poky-staging ↵Richard Purdie2008-10-291-1/+1
|\ | | | | | | into master-dev
| * xf86-video-intel-dri2: update PVPeng Li2008-10-291-1/+1
| | | | | | | | | | PV should be "2.4.97+git${SRCREV}" according to upstream tag poky.conf: small typo fix
* | conf/distro: Create a moblin distro config file based on the Poky oneRichard Purdie2008-10-281-29/+1
|/ | | | Also refactor various data into common include files.
* poky.conf: Fix world excludes typoRichard Purdie2008-10-201-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5549 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Exclude linsync from world buildsRichard Purdie2008-10-201-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5547 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Update libopensync world exclude listRichard Purdie2008-10-201-2/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5546 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Adds support for GEM + DRI2Robert Bragg2008-10-131-0/+1
| | | | | | | | 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
* poky.conf: added RPM feeds exampleMarcin Juszkiewicz2008-10-071-0/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5435 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: matchbox-wm PREFERRED_PROVIDER is not neededRichard Purdie2008-10-021-1/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5401 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky: added pci to distro featuresMarcin Juszkiewicz2008-10-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5375 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename FEED_URIS -> IPK_FEED_URISRichard Purdie2008-10-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5373 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Add packaged-staging by default nowRichard Purdie2008-09-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5338 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf/preferred-xorg-versions.inc: Catch up with libx11 changesRichard Purdie2008-09-291-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5324 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Remove bogus EXCLUDE_FROM_WORLDRichard Purdie2008-09-291-2/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5319 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Add mesa-dri to EXCLUDE_FROM_WORLDRichard Purdie2008-09-291-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5317 311d38ba-8fff-0310-9ca6-ca027cbcb966