commit | ab6de74f7df8de02fbc3cd92cbfa241d9b70dd1c | [log] [tgz] |
---|---|---|
author | Mike Garrett <mike.garrett@hpe.com> | Tue Aug 24 17:56:32 2021 -0500 |
committer | Mike Garrett <mike.garrett@hpe.com> | Wed Aug 25 13:24:40 2021 +0000 |
tree | e7e696e21e1b1f3baecfbbeed0c6b539c4c8a7e9 | |
parent | ada9e0f89e9ae7d9d70716ffa1306243a2afa5ca [diff] |
meta-hpe: Changes to support Yocto syntax Changes to support Yocto syntax changes and latest 'honister' release Signed-off-by: Mike Garrett <mike.garrett@hpe.com> Change-Id: I9cc4eb78b90d9b73bcd0440e6f6f6334fe459481
diff --git a/meta-hpe/meta-gxp/conf/layer.conf b/meta-hpe/meta-gxp/conf/layer.conf index 4612c22..7a9a110 100644 --- a/meta-hpe/meta-gxp/conf/layer.conf +++ b/meta-hpe/meta-gxp/conf/layer.conf
@@ -7,6 +7,6 @@ BBFILE_COLLECTIONS += "gxp-layer" BBFILE_PATTERN_gxp-layer = "^${LAYERDIR}/" LAYERVERSION_gxp-layer = "1" -LAYERSERIES_COMPAT_gxp-layer = "hardknott" +LAYERSERIES_COMPAT_gxp-layer = "hardknott honister" GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'
diff --git a/meta-hpe/meta-gxp/recipes-core/udev/udev-gxp-mtd-partitions.bb b/meta-hpe/meta-gxp/recipes-core/udev/udev-gxp-mtd-partitions.bb index 9954b63..4321a39 100644 --- a/meta-hpe/meta-gxp/recipes-core/udev/udev-gxp-mtd-partitions.bb +++ b/meta-hpe/meta-gxp/recipes-core/udev/udev-gxp-mtd-partitions.bb
@@ -7,7 +7,7 @@ S = "${WORKDIR}" SRC_URI += "file://76-gxp-mtd-partitions.rules" -RDEPENDS_${PN} += "udev" +RDEPENDS:${PN} += "udev" do_install() { install -d ${D}/${nonarch_base_libdir}/udev/rules.d
diff --git a/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc.inc b/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc.inc index 40de352..5c172b1 100644 --- a/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc.inc +++ b/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc.inc
@@ -10,7 +10,7 @@ SRC_URI = "${KSRC}" SRC_URI += " file://defconfig" -FILESEXTRAPATHS_prepend_linux-obmc := "${THISDIR}/linux-obmc:" +FILESEXTRAPATHS:prepend_linux-obmc := "${THISDIR}/linux-obmc:" LINUX_VERSION_EXTENSION ?= "-${SRCREV}"