KIRKSTONE: MISC
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com> Change-Id: Iac36e380554b7f94ec6e202292aa5788f23abe15
This commit is contained in:
parent
4a3fff0d44
commit
fe20f42de2
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright (C) 2020, STMicroelectronics - All Rights Reserved
|
# 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"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
DESCRIPTION = "Script to manage coredump of cortexM4"
|
SUMMARY = "Script to manage coredump of cortexM4"
|
||||||
HOMEPAGE = "www.st.com"
|
HOMEPAGE = "www.st.com"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
RDEPENDS:${PN}-tests =+ "bash"
|
||||||
|
|
@ -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"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue