From fe20f42de2aec8499e80dff2e64f0dbe612b2a18 Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Mon, 6 Jun 2022 15:28:23 +0200 Subject: [PATCH] KIRKSTONE: MISC Signed-off-by: Christophe Priouzeau Change-Id: Iac36e380554b7f94ec6e202292aa5788f23abe15 --- recipes-connectivity/bluetooth/bluetooth-suspend.bb | 2 +- recipes-extended/m4coredump/m4fwcoredump.bb | 2 +- .../make-mod-scripts/make-mod-scripts_%.bbappend | 8 ++++++++ recipes-kernel/perf/perf.bbappend | 1 + recipes-st/packagegroups/packagegroup-st-demo.bb | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend create mode 100644 recipes-kernel/perf/perf.bbappend diff --git a/recipes-connectivity/bluetooth/bluetooth-suspend.bb b/recipes-connectivity/bluetooth/bluetooth-suspend.bb index e9f1492..2f4318e 100644 --- a/recipes-connectivity/bluetooth/bluetooth-suspend.bb +++ b/recipes-connectivity/bluetooth/bluetooth-suspend.bb @@ -1,6 +1,6 @@ # Copyright (C) 2020, STMicroelectronics - All Rights Reserved -DESCRIPTION = "Systemd service to suspend/resume correctly bluetooth" +SUMMARY = "Systemd service to suspend/resume correctly bluetooth" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" diff --git a/recipes-extended/m4coredump/m4fwcoredump.bb b/recipes-extended/m4coredump/m4fwcoredump.bb index bf1a0fc..53f6291 100644 --- a/recipes-extended/m4coredump/m4fwcoredump.bb +++ b/recipes-extended/m4coredump/m4fwcoredump.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Script to manage coredump of cortexM4" +SUMMARY = "Script to manage coredump of cortexM4" HOMEPAGE = "www.st.com" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" diff --git a/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend b/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend new file mode 100644 index 0000000..049d7c1 --- /dev/null +++ b/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend @@ -0,0 +1,8 @@ +do_configure:prepend:stm32mpcommon() { + PLUGIN_PATH=$(${CC} -print-file-name=plugin) + if [ -e "${PLUGIN_PATH}/include/plugin-version.h" ]; then + bbnote "Will remove ${PLUGIN_PATH}/include/plugin-version.h" + rm -f ${PLUGIN_PATH}/include/plugin-version.h + fi +} + diff --git a/recipes-kernel/perf/perf.bbappend b/recipes-kernel/perf/perf.bbappend new file mode 100644 index 0000000..c530fe9 --- /dev/null +++ b/recipes-kernel/perf/perf.bbappend @@ -0,0 +1 @@ +RDEPENDS:${PN}-tests =+ "bash" diff --git a/recipes-st/packagegroups/packagegroup-st-demo.bb b/recipes-st/packagegroups/packagegroup-st-demo.bb index c176064..59f26d7 100644 --- a/recipes-st/packagegroups/packagegroup-st-demo.bb +++ b/recipes-st/packagegroups/packagegroup-st-demo.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "List of package to install on Userfs (with potential dependency)" +SUMMARY = "List of package to install on Userfs (with potential dependency)" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"