From ac7284629ea572cf27d69949dc4014b3b226f14f Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sat, 24 Mar 2018 01:42:56 -0400 Subject: Rename and move kernel recipe Rename linux-obmc to linux-aspeed and move to the Aspeed layer. Like recipes for u-boot forks, recipes for kernel forks in support of different SOCs are typically provided in the BSP supporting the SOC. Moved a number of phosphor-isms out of the kernel recipe and put those in a bbappend in aspeed-layer/bbappend. Removed COMPATIBLE_MACHINE setting. We simply use PREFERRED_PROVIDER in machine configuration files to set the default kernel recipe. Tested: Booted spoon/palmetto images using QEMU Change-Id: I7dc73629cad4789dcd5aeb0f7b6214fe064c6adc Signed-off-by: Brad Bishop --- meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf') 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 2ce719c7f..5757afeb4 100644 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf +++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf @@ -1,10 +1,6 @@ # 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-layer = "^${LAYERDIR}/" +BBFILE_PATTERN_ast2400-layer = "" BBFILE_COLLECTIONS += "ast2400-layer" LAYERVERSION_ast2400-layer = "1" -- cgit v1.2.3