commit | 3d7ad8148df537994c5e32546c702c8d9ccf1f12 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Tue Oct 06 01:53:40 2015 -0400 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Tue Oct 06 01:53:40 2015 -0400 |
tree | a6dc5872ae2d24094be1b24901adf6627bbac252 | |
parent | 5fa83b34ee519221592fae7831ff59f248977dac [diff] |
Move Palmetto specific metadata to Palmetto layer
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/layer.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/layer.conf index ac8a2a2..b34e780 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/layer.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/layer.conf
@@ -1,5 +1,9 @@ # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" +# We have a recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + BBFILE_COLLECTIONS += "palmetto" BBFILE_PATTERN_palmetto = ""
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf index f846787..82a9b1c 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf
@@ -19,6 +19,8 @@ " # UBOOT_MACHINE_${MACHINE} = "${MACHINE}_config +KMACHINE = "aspeed" +KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" require conf/machine/include/ast2400.inc require conf/machine/include/obmc-bsp-common.inc