From bec6d14ff44be9429f617a5f74b29928390bc5be Mon Sep 17 00:00:00 2001 From: Priouzeau Christophe Date: Mon, 3 Feb 2020 15:01:24 +0100 Subject: [PATCH] EXAMPLES: Update to v1.2.0.rc2 Change-Id: I2339377beb8ca81ead8fcc118d74ceb26abb8ad4 Signed-off-by: Priouzeau Christophe --- recipes-extended/linux-examples/linux-examples-stm32mp1.bb | 4 ++++ recipes-extended/m4projects/m4projects-stm32mp1.bb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-extended/linux-examples/linux-examples-stm32mp1.bb b/recipes-extended/linux-examples/linux-examples-stm32mp1.bb index 68ad61c..83971ac 100644 --- a/recipes-extended/linux-examples/linux-examples-stm32mp1.bb +++ b/recipes-extended/linux-examples/linux-examples-stm32mp1.bb @@ -15,6 +15,10 @@ S = "${WORKDIR}/git" PACKAGES += "${PN}-userfs" +# Package -dev and -dbg are empty so don't generate them +ALLOW_EMPTY_${PN}-dev = "0" +ALLOW_EMPTY_${PN}-dbg = "0" + FILES_${PN}-userfs = "${prefix}/local/Linux-A7-examples" do_install() { diff --git a/recipes-extended/m4projects/m4projects-stm32mp1.bb b/recipes-extended/m4projects/m4projects-stm32mp1.bb index 60fa20e..1127148 100644 --- a/recipes-extended/m4projects/m4projects-stm32mp1.bb +++ b/recipes-extended/m4projects/m4projects-stm32mp1.bb @@ -7,9 +7,9 @@ LICENSE = " \ LIC_FILES_CHKSUM = "file://License.md;md5=5272d12bc1c2e29908b787134d73dae9" SRC_URI = "git://github.com/STMicroelectronics/STM32CubeMP1.git;protocol=https;branch=master" -SRCREV = "3739122ec3281ffe18356774ffc06a7fbcf6df98" +SRCREV = "c604fa0965c73e430eebd5fa780180beb9a71b44" -PV = "1.1.0" +PV = "1.2.0" S = "${WORKDIR}/git"