Message ID | 20241213154843.27592-2-twoerner@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-rockchip,v2,1/4] u-boot: switch to upstream SRCREV for rk-u-boot-env | expand |
On 12/13/24 4:48 PM, Trevor Woerner via lists.yoctoproject.org wrote: > Upstream U-Boot 2024.10 (the latest release supported by Yocto) has support > for radxa-zero-3{e|w}. Therefore switch away from the fork where the initial > U-Boot development for this board had been added. > > Signed-off-by: Trevor Woerner<twoerner@gmail.com> If this patch is the next version ofhttps://lore.kernel.org/yocto-patches/20241212195718.25203-1-twoerner@gmail.com/T/#t then Reported-by tag disappeared. ( it is not critical for me, feel free not to add it ) Checked on my side and LGTM: Reviewed-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>. Thanks. Best regards, Oleksii > --- > changes from v1: > - add [meta-rockchip] to subject > --- > recipes-bsp/u-boot/u-boot_%.bbappend | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend > index 06ba6d54de8e..08e1730b5d3d 100644 > --- a/recipes-bsp/u-boot/u-boot_%.bbappend > +++ b/recipes-bsp/u-boot/u-boot_%.bbappend > @@ -2,10 +2,6 @@ require u-boot-rockchip.inc > > FILESEXTRAPATHS:prepend := "${THISDIR}/files:" > > -SRC_URI:radxa-zero-3 = "git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo" > -SRCREV:radxa-zero-3 = "8cdf606e616baa36751f3b4adcfaefc781126c8c" > -SRCREV:radxa-zero-3:rk-u-boot-env = "8cdf606e616baa36751f3b4adcfaefc781126c8c" > - > SRC_URI:append:rk-u-boot-env =" file://rockchip-enable-environment-mmc.cfg" > > DEPENDS:append:rk3308 = " u-boot-tools-native"
On Sun 2024-12-15 @ 06:28:15 PM, Oleksii Kurochko via lists.yoctoproject.org wrote: > > On 12/13/24 4:48 PM, Trevor Woerner via lists.yoctoproject.org wrote: > > Upstream U-Boot 2024.10 (the latest release supported by Yocto) has support > > for radxa-zero-3{e|w}. Therefore switch away from the fork where the initial > > U-Boot development for this board had been added. > > > > Signed-off-by: Trevor Woerner<twoerner@gmail.com> > > If this patch is the next version ofhttps://lore.kernel.org/yocto-patches/20241212195718.25203-1-twoerner@gmail.com/T/#t > > then Reported-by tag disappeared. ( it is not critical for me, feel free not to add it ) > > Checked on my side and LGTM: Reviewed-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>. > > Thanks. Yes, apologies for this and the other one too. The tags will be in the commits. Thanks for reporting and for your review! > Best regards, > > Oleksii > > > --- > > changes from v1: > > - add [meta-rockchip] to subject > > --- > > recipes-bsp/u-boot/u-boot_%.bbappend | 4 ---- > > 1 file changed, 4 deletions(-) > > > > diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend > > index 06ba6d54de8e..08e1730b5d3d 100644 > > --- a/recipes-bsp/u-boot/u-boot_%.bbappend > > +++ b/recipes-bsp/u-boot/u-boot_%.bbappend > > @@ -2,10 +2,6 @@ require u-boot-rockchip.inc > > FILESEXTRAPATHS:prepend := "${THISDIR}/files:" > > -SRC_URI:radxa-zero-3 = "git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo" > > -SRCREV:radxa-zero-3 = "8cdf606e616baa36751f3b4adcfaefc781126c8c" > > -SRCREV:radxa-zero-3:rk-u-boot-env = "8cdf606e616baa36751f3b4adcfaefc781126c8c" > > - > > SRC_URI:append:rk-u-boot-env =" file://rockchip-enable-environment-mmc.cfg" > > DEPENDS:append:rk3308 = " u-boot-tools-native" > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#914): https://lists.yoctoproject.org/g/yocto-patches/message/914 > Mute This Topic: https://lists.yoctoproject.org/mt/110099067/900817 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13168745/900817/63955952/xyzzy [twoerner@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index 06ba6d54de8e..08e1730b5d3d 100644 --- a/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend @@ -2,10 +2,6 @@ require u-boot-rockchip.inc FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI:radxa-zero-3 = "git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo" -SRCREV:radxa-zero-3 = "8cdf606e616baa36751f3b4adcfaefc781126c8c" -SRCREV:radxa-zero-3:rk-u-boot-env = "8cdf606e616baa36751f3b4adcfaefc781126c8c" - SRC_URI:append:rk-u-boot-env = " file://rockchip-enable-environment-mmc.cfg" DEPENDS:append:rk3308 = " u-boot-tools-native"
Upstream U-Boot 2024.10 (the latest release supported by Yocto) has support for radxa-zero-3{e|w}. Therefore switch away from the fork where the initial U-Boot development for this board had been added. Signed-off-by: Trevor Woerner <twoerner@gmail.com> --- changes from v1: - add [meta-rockchip] to subject --- recipes-bsp/u-boot/u-boot_%.bbappend | 4 ---- 1 file changed, 4 deletions(-)