EXAMPLES: Update to v1.2.0.rc2

Change-Id: I2339377beb8ca81ead8fcc118d74ceb26abb8ad4
Signed-off-by: Priouzeau Christophe <christophe.priouzeau@st.com>
This commit is contained in:
Priouzeau Christophe 2020-02-03 15:01:24 +01:00 committed by Christophe Priouzeau
parent 0fb88e1abc
commit bec6d14ff4
2 changed files with 6 additions and 2 deletions

View File

@ -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() {

View File

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