diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-28 15:15:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 15:05:55 +0100 |
commit | 0a57bd226cdb8332707fa0f46fcf0b067f03701a (patch) | |
tree | 99a1cdcdaf132f6c2d15e351b8892a5135d7359e /meta/conf/layer.conf | |
parent | 413e7e5a5d6db45a6fbca5044246d6696d9d5711 (diff) | |
download | openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.gz openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.bz2 openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.zip |
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 37e5d99c1b..5287417717 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -19,5 +19,3 @@ PATH := "${PATH}:${COREBASE}/scripts" QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests" -require conf/distro/include/poky-default-revisions.inc - |