aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
AgeCommit message (Collapse)Author
2015-10-31layer.conf: change OPIE_GIT to point to new github URLPaul Eggleton
Gitorious is dead, long live Github. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-05-05layer.conf: add layer dependenciesDmitry Eremin-Solenikov
opie layer depends on oe-core, meta-oe and meta-networking. Add respecive dependencies via LAYERDEPENDS. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
2013-03-25layer.conf: use ??= to set variablesPaul Eggleton
If these variables are set with = or ?= then the ?= setting in conf/distro/include/preferred-opie-git-versions.inc will not be used. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-01-22layer.conf: fix parse errors in some git recipes when not using git versionPaul Eggleton
Fixes errors during parsing certain recipes (eg. opie_mediaplayer1) when user hasn't "require"d conf/distro/include/preferred-opie-git-versions.inc Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-01-22layer.conf: fix parsing with recent change to meta-systemdPaul Eggleton
Fixes parsing errors which is appearing after the following commit: http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e Without this change, you get "NameError: name 'base_contains' is not defined". Based upon a patch by Khem Raj <raj.khem@gmail.com>, the only change being prepending to BBPATH as was done previously. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-02-25Set a default OPIE_GIT_PV to avoid parse errorsPaul Eggleton
If the user has not included the Opie git versions inc file (conf/distro/include/preferred-opie-git-versions.inc) then we need to set a default value for OPIE_GIT_PV to avoid parsing errors. (If the user has neglected to include any file from conf/distro/include then they will get a warning during parsing from libqpe/libqpe-opie.inc.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30layer.conf: add OPIE_GIT_DIRPaul Eggleton
Define OPIE_GIT_DIR (in OE-dev this was in bitbake.conf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30initial commit of meta-opiePaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>