diff options
author | Brad Bishop <bradleyb@us.ibm.com> | 2015-10-22 15:38:02 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@us.ibm.com> | 2015-10-22 15:54:25 -0500 |
commit | 0af63e47da6811a4741d88dabff19bc2b310d794 (patch) | |
tree | 2e6f90e87c5d7a651496d67fc5c7d12a4b06d272 /meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf | |
parent | bd72703f310c7deb0f7c36a29fe9e8cc02a8195d (diff) | |
download | talos-openbmc-0af63e47da6811a4741d88dabff19bc2b310d794.tar.gz talos-openbmc-0af63e47da6811a4741d88dabff19bc2b310d794.zip |
Move Aspeed kernel/U-Boot appends to ast2400 layer
Part 1 of 2 (meta-openbmc-bsp, meta-openbmc-machines)
Diffstat (limited to 'meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf')
-rw-r--r-- | meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf index a12e3f4bb..a24ac97da 100644 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf +++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf @@ -1,5 +1,10 @@ # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_PATTERN_ast2400 = "^${LAYERDIR}/" BBFILE_COLLECTIONS += "ast2400" -BBFILE_PATTERN_ast2400 = "" +LAYERVERSION_ast2400 = "1" |