STM32WRAPPER4DBG: rework recipes to use only one
Change-Id: I902877afcb384a721ee7db0c2b18503827c51f68 Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
This commit is contained in:
parent
e3c7e01a15
commit
e89318bdd6
|
|
@ -1,6 +0,0 @@
|
||||||
SUMMARY = "Wrapper for FSBL to debug TF-A U-Boot and bare metal on MP1"
|
|
||||||
LICENSE = "GPLv2+ | BSD-3-Clause"
|
|
||||||
|
|
||||||
require stm32wrapper4dbg_${PV}.inc
|
|
||||||
|
|
||||||
inherit nativesdk
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
SUMMARY = "Wrapper for FSBL to debug TF-A U-Boot and bare metal on MP1"
|
|
||||||
LICENSE = "GPLv2+ | BSD-3-Clause"
|
|
||||||
|
|
||||||
require stm32wrapper4dbg_${PV}.inc
|
|
||||||
|
|
||||||
inherit native
|
|
||||||
|
|
@ -1,4 +1,16 @@
|
||||||
SUMMARY = "Wrapper for FSBL to debug TF-A U-Boot and bare metal on MP1"
|
SUMMARY = "Wrapper for FSBL to debug TF-A U-Boot and bare metal on STM32MP1"
|
||||||
|
SECTION = "devel"
|
||||||
LICENSE = "GPLv2+ | BSD-3-Clause"
|
LICENSE = "GPLv2+ | BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7c996e24cb10a869efb08b521b20242f"
|
||||||
|
|
||||||
require stm32wrapper4dbg_${PV}.inc
|
SRC_URI = "git://github.com/STMicroelectronics/stm32wrapper4dbg;protocol=https;branch=master"
|
||||||
|
SRCREV = "3ee9fa433bd9ee5f167ec969c91e00a55bb06c4b"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
BBCLASSEXTEND += "native nativesdk"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
install -d ${D}${bindir}
|
||||||
|
install -m 0755 ${S}/stm32wrapper4dbg -t ${D}${bindir}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
SUMMARY = "Wrapper for FSBL to debug TF-A U-Boot and bare metal on STM32MP1"
|
|
||||||
LICENSE = "GPLv2+ | BSD-3-Clause"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7c996e24cb10a869efb08b521b20242f"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/STMicroelectronics/stm32wrapper4dbg;protocol=https;branch=master"
|
|
||||||
SRCREV = "3ee9fa433bd9ee5f167ec969c91e00a55bb06c4b"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
SECTION = "devel"
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
install -d ${D}${bindir}
|
|
||||||
install -m 0755 ${S}/stm32wrapper4dbg -t ${D}${bindir}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue