diff options
author | Ong Boon Leong <boon.leong.ong@intel.com> | 2014-06-18 04:09:39 +0800 |
---|---|---|
committer | Brendan Le Foll <brendan.le.foll@intel.com> | 2014-11-10 15:07:23 +0000 |
commit | acd9303d78aad76f0f4332d1eecf91b61b55f283 (patch) | |
tree | f94fe6f370430ac601fca38baf0f3092486ee3b4 | |
parent | ebc6a0af9759bd39ab3e7ce32849f6ca219099fb (diff) | |
download | meta-intel-quark-acd9303d78aad76f0f4332d1eecf91b61b55f283.tar.gz meta-intel-quark-acd9303d78aad76f0f4332d1eecf91b61b55f283.tar.bz2 meta-intel-quark-acd9303d78aad76f0f4332d1eecf91b61b55f283.zip |
meta-quark-bsp: rename layer to be quark-bsp
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
-rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 7891979..7f30fa7 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -5,7 +5,7 @@ BBPATH := "${BBPATH}:${LAYERDIR}" BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "clanton-bsp" -BBFILE_PATTERN_clanton-bsp := "^${LAYERDIR}/" -BBFILE_PRIORITY_clanton-bsp = "6" +BBFILE_COLLECTIONS += "quark-bsp" +BBFILE_PATTERN_quark-bsp := "^${LAYERDIR}/" +BBFILE_PRIORITY_quark-bsp = "6" |