KIRKSTONE: MISC

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
Change-Id: Iac36e380554b7f94ec6e202292aa5788f23abe15
This commit is contained in:
Christophe Priouzeau
2022-06-06 15:28:23 +02:00
committed by bernard PUEL
parent 4a3fff0d44
commit fe20f42de2
5 changed files with 12 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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
}

View File

@ -0,0 +1 @@
RDEPENDS:${PN}-tests =+ "bash"

View File

@ -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"