I haven't seen the original patch on the list and nothing is in Patchwork: https://patchwork.yoctoproject.org/project/ti/list/
On Wed, Mar 15, 2023 at 06:42:21PM -0500, praneeth via lists.yoctoproject.org wrote: > On 3/15/2023 6:40 PM, Praneeth Bajjuri wrote: > >upgrade to 2023.01 and make 2021.01 recipe as not > >default version. > > build and sanity boot tested bootloader on am62xx gp. What about other platforms? > >Signed-off-by: Praneeth Bajjuri <[email protected]> > >--- > > .../recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 2 ++ > > .../recipes-bsp/u-boot/u-boot-ti-staging_2023.01.bb | 9 +++++++++ > > 2 files changed, 11 insertions(+) > > create mode 100644 > > meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.01.bb > > > >diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb > >b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb > >index 1640d042..df428dfa 100644 > >--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb > >+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb > >@@ -7,3 +7,5 @@ PR = "r33" > > BRANCH = "ti-u-boot-2021.01" > > SRCREV = "78a217ca9ea687ee5c3e7dd3a339a1f7d136e93d" > >+ > >+DEFAULT_PREFERENCE = "-1" You don't need to do this - by default bitbake prefers any higher/newer version available. > >diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.01.bb > >b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.01.bb > >new file mode 100644 > >index 00000000..f1867e73 > >--- /dev/null > >+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.01.bb > >@@ -0,0 +1,9 @@ > >+require u-boot-ti.inc > >+ > >+LIC_FILES_CHKSUM = > >"file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" > >+ > >+PR = "r0" > >+ > >+BRANCH = "ti-u-boot-2023.01" > >+ > >+SRCREV = "62e2ad1ceafbfdf2c44d3dc1b6efc81e768a96b9"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15986): https://lists.yoctoproject.org/g/meta-ti/message/15986 Mute This Topic: https://lists.yoctoproject.org/mt/97640376/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
