From ffe6d597d9e3d4407cf8062b5d6505a80ce08f41 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Tue, 28 Sep 2021 12:04:51 -0700 Subject: Update to internal 0.75 Signed-off-by: Jason M. Bills --- meta-openbmc-mods/meta-common-small/conf/layer.conf | 2 +- .../meta-common-small/recipes-core/systemd/systemd_%.bbappend | 8 ++++---- .../recipes-devtools/python/python-pycryptodomex.inc | 6 +++--- .../recipes-devtools/qemu/qemu-system-native_%.bbappend | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'meta-openbmc-mods/meta-common-small') diff --git a/meta-openbmc-mods/meta-common-small/conf/layer.conf b/meta-openbmc-mods/meta-common-small/conf/layer.conf index bd30de5f8..a8c66a9da 100644 --- a/meta-openbmc-mods/meta-common-small/conf/layer.conf +++ b/meta-openbmc-mods/meta-common-small/conf/layer.conf @@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "common-small" BBFILE_PATTERN_common-small = "^${LAYERDIR}/" BBFILE_PRIORITY_common-small = "9" -LAYERSERIES_COMPAT_common-small = "gatesgarth hardknott" +LAYERSERIES_COMPAT_common-small = "gatesgarth hardknott honister" diff --git a/meta-openbmc-mods/meta-common-small/recipes-core/systemd/systemd_%.bbappend b/meta-openbmc-mods/meta-common-small/recipes-core/systemd/systemd_%.bbappend index 12cb9fd48..547b6ae30 100644 --- a/meta-openbmc-mods/meta-common-small/recipes-core/systemd/systemd_%.bbappend +++ b/meta-openbmc-mods/meta-common-small/recipes-core/systemd/systemd_%.bbappend @@ -2,13 +2,13 @@ LICENSE = "GPL-2.0" -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" # Disable udev hwdb -RRECOMMENDS_${PN}_remove += "udev-hwdb" -PACKAGES_remove += "udev-hwdb" +RRECOMMENDS:${PN}:remove += "udev-hwdb" +PACKAGES:remove += "udev-hwdb" -do_install_append() { +do_install:append() { rm -rf ${D}${rootlibexecdir}/udev/hwdb.d rm -f ${D}${sysconfdir}/udev/hwdb.bin } diff --git a/meta-openbmc-mods/meta-common-small/recipes-devtools/python/python-pycryptodomex.inc b/meta-openbmc-mods/meta-common-small/recipes-devtools/python/python-pycryptodomex.inc index fa88defc1..83aa4bcd8 100644 --- a/meta-openbmc-mods/meta-common-small/recipes-devtools/python/python-pycryptodomex.inc +++ b/meta-openbmc-mods/meta-common-small/recipes-devtools/python/python-pycryptodomex.inc @@ -10,18 +10,18 @@ SRC_URI[sha256sum] = "22d970cee5c096b9123415e183ae03702b2cd4d3ba3f0ced25c4e1aba3 inherit pypi -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-io \ ${PYTHON_PN}-math \ " -RDEPENDS_${PN}-tests += " \ +RDEPENDS:${PN}-tests += " \ ${PYTHON_PN}-unittest \ " PACKAGES =+ "${PN}-tests" -FILES_${PN}-tests += " \ +FILES:${PN}-tests += " \ ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ " diff --git a/meta-openbmc-mods/meta-common-small/recipes-devtools/qemu/qemu-system-native_%.bbappend b/meta-openbmc-mods/meta-common-small/recipes-devtools/qemu/qemu-system-native_%.bbappend index 680eccc2c..1bc423139 100644 --- a/meta-openbmc-mods/meta-common-small/recipes-devtools/qemu/qemu-system-native_%.bbappend +++ b/meta-openbmc-mods/meta-common-small/recipes-devtools/qemu/qemu-system-native_%.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI += "file://0001-hw-arm-aspeed-Add-an-intel-ast2500-machine-type.patch \ file://0002-hw-arm-aspeed-Add-an-intel-ast2600-machine-type.patch \ file://0003-Remove-clearing-aspeed-GPIO-registers.patch" -- cgit v1.2.3