STM32MP-G0: Update github information and clean up

Change-Id: I8a87a0ef5ea56a72957006b81f379e53120c8f25
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
This commit is contained in:
Lionel VITTE 2022-06-10 09:01:35 +02:00 committed by bernard PUEL
parent 48713aae88
commit 77aa6a49ae
3 changed files with 4 additions and 6 deletions

View File

@ -8,13 +8,13 @@ LICENSE = " \
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 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" S = "${WORKDIR}/git"

View File

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