diff --git a/recipes-extended/stm32mp-g0/stm32mp-g0.bb b/recipes-extended/stm32mp-g0/stm32mp-g0.bb index 220fb00..ad34dea 100644 --- a/recipes-extended/stm32mp-g0/stm32mp-g0.bb +++ b/recipes-extended/stm32mp-g0/stm32mp-g0.bb @@ -8,13 +8,13 @@ LICENSE = " \ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=f772aa2a812cebaa73f598d19990c9a1" +LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=57d9005898cfafdad212456569f8397e" -SRC_URI = "git://github.com/STMicroelectronics/STM32CubeG0.git;protocol=ssh;branch=master" +SRC_URI = "git://github.com/STMicroelectronics/x-cube-ucsi.git;protocol=https;branch=main" -SRCREV = "03cb8e9ec0cbefad623caebe47359df0bab1d05e" +SRCREV = "43ee1ab68a8573f618417e91eb9b2380fbee2e4d" -PV = "1.0-${SRCPV}" +PV = "1.0.0-rc6" S = "${WORKDIR}/git" diff --git a/recipes-extended/stm32mp-g0/stm32mp-g0.bbappend b/recipes-extended/stm32mp-g0/stm32mp-g0.bbappend deleted file mode 100644 index 11d1d1c..0000000 --- a/recipes-extended/stm32mp-g0/stm32mp-g0.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -# Add STM32MP G0 firmware -SRC_URI:append = " file://${STM32MP_G0_FW};subdir=git/Projects/STM32MP135F-DK/Applications/USB_PD/UCSI_DRP/Binary " diff --git a/recipes-extended/stm32mp-g0/stm32mp-g0/stm32g0-ucsi.mp135f-dk.fw b/recipes-extended/stm32mp-g0/stm32mp-g0/stm32g0-ucsi.mp135f-dk.fw deleted file mode 100644 index dedcb8d..0000000 Binary files a/recipes-extended/stm32mp-g0/stm32mp-g0/stm32g0-ucsi.mp135f-dk.fw and /dev/null differ