From 23266ea6fbdb52f373c70b19b1982cf61e840852 Mon Sep 17 00:00:00 2001 From: Mohamed Omar Asaker Date: Fri, 9 Sep 2022 14:41:11 +0100 Subject: [PATCH] arm-bsp/n1sdp-board-firmware: upgrade to N1SDP-2022.06.22 Signed-off-by: Mohamed Omar Asaker Signed-off-by: Jon Mason --- ...ware_2021.10.12.bb => n1sdp-board-firmware_2022.06.22.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-arm-bsp/recipes-bsp/images/{n1sdp-board-firmware_2021.10.12.bb => n1sdp-board-firmware_2022.06.22.bb} (79%) diff --git a/meta-arm-bsp/recipes-bsp/images/n1sdp-board-firmware_2021.10.12.bb b/meta-arm-bsp/recipes-bsp/images/n1sdp-board-firmware_2022.06.22.bb similarity index 79% rename from meta-arm-bsp/recipes-bsp/images/n1sdp-board-firmware_2021.10.12.bb rename to meta-arm-bsp/recipes-bsp/images/n1sdp-board-firmware_2022.06.22.bb index dda99e74..ef7a4fca 100644 --- a/meta-arm-bsp/recipes-bsp/images/n1sdp-board-firmware_2021.10.12.bb +++ b/meta-arm-bsp/recipes-bsp/images/n1sdp-board-firmware_2022.06.22.bb @@ -2,7 +2,7 @@ SUMMARY = "Board Firmware binaries for N1SDP" SECTION = "firmware" LICENSE = "STM-SLA0044-Rev5" -LIC_FILES_CHKSUM = "file://LICENSES/STM.TXT;md5=cd18335eff80d0a690a650f0e6748baf" +LIC_FILES_CHKSUM = "file://LICENSES/MB/STM.TXT;md5=1b74d8c842307d03c116f2d71cbf868a" inherit deploy @@ -13,7 +13,7 @@ COMPATIBLE_MACHINE = "n1sdp" SRC_URI = "git://git.gitlab.arm.com/arm-reference-solutions/board-firmware.git;protocol=https;branch=n1sdp" -SRCREV = "e6cd91c7a9733e501bc3b57ff6f9eb2461ffee54" +SRCREV = "6d5253584a9c2fdc2edbdc39bf6f2436215d1382" S = "${WORKDIR}/git" @@ -25,6 +25,7 @@ do_install() { cp -Rp --no-preserve=ownership ${S}/* ${D}${INSTALL_DIR} } +FILES:${PN}-staticdev += " ${INSTALL_DIR}/LIB/sensor.a" FILES:${PN} = "${INSTALL_DIR}" SYSROOT_DIRS += "${INSTALL_DIR}"