diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2016-09-16 15:56:09 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-09-16 15:56:09 -0500 |
commit | 21fb4dec73377b310071980748428f42ac1ebcc4 (patch) | |
tree | 832124b92b452ae0011c4807dff2201045785f7a /meta-openbmc-bsp/meta-aspeed/conf | |
parent | 4d2c595e7c241f398bc55853f76117d4ddf538f6 (diff) | |
download | talos-openbmc-21fb4dec73377b310071980748428f42ac1ebcc4.tar.gz talos-openbmc-21fb4dec73377b310071980748428f42ac1ebcc4.zip |
meta-aspeed: Enable common recipes
Change-Id: I945d5bc50490193d31c24cf1a691c26377aff625
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-openbmc-bsp/meta-aspeed/conf')
-rw-r--r-- | meta-openbmc-bsp/meta-aspeed/conf/layer.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/conf/layer.conf b/meta-openbmc-bsp/meta-aspeed/conf/layer.conf index cc0460af6..9e7bd1884 100644 --- a/meta-openbmc-bsp/meta-aspeed/conf/layer.conf +++ b/meta-openbmc-bsp/meta-aspeed/conf/layer.conf @@ -1,5 +1,9 @@ # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" +BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ + ${LAYERDIR}/common/recipes-*/*/*.bbappend" + BBFILE_COLLECTIONS += "aspeed" BBFILE_PATTERN_aspeed = "" +LAYERVERSION_aspeed = "1" |