From 82206cb7d31e3f637f40fc24fbf04cf81b1956be Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Fri, 16 Dec 2022 22:15:56 +0800 Subject: rcw: Update to commit a4db868 - Include the Errata A-050426 Signed-off-by: Jun Zhu --- recipes-bsp/rcw/rcw_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 37ef7dea0..901fed5de 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb @@ -8,7 +8,7 @@ DEPENDS += "tcl-native" inherit deploy siteinfo SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1" -SRCREV = "1f431891c7f0e7d4f52327f1fe19504a284491c4" +SRCREV = "a4db86818de35d0168a48d3f17878ec68fb1cf6d" S = "${WORKDIR}/git" @@ -20,6 +20,7 @@ BOARD_TARGETS="${M}" BOARD_TARGETS:ls2088ardb="${M} ${M}_rev1.1" BOARD_TARGETS:ls1088ardb-pb="ls1088ardb" BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" +BOARD_TARGETS:lx2160ardb-rev2 = "lx2160ardb_rev2" do_compile () { oe_runmake BOARDS="${BOARD_TARGETS}" DESTDIR=${D}/boot/rcw/ -- cgit v1.2.3-54-g00ecf From 7fc3f179a3dec9148d7112787f98c98548a81047 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Fri, 16 Dec 2022 22:17:48 +0800 Subject: tsntool: update to commit a0769e2 Signed-off-by: Jun Zhu --- recipes-extended/tsntool/tsntool_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index 82021dd5a..6d1eb69c2 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb @@ -8,7 +8,7 @@ DEPENDS = "cjson libnl readline" inherit pkgconfig SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1" -SRCREV = "b767c260b851aac94828ed26c6a9a327e4e98334" +SRCREV = "a0769e23304957a22f0cbeee6d1f547b20c3c21e" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf From 44a2fde7c13b161229a14d6ac66b32fcc6600eb1 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Fri, 16 Dec 2022 22:42:35 +0800 Subject: qoriq-cst: Update to commit af56e6c New commits: af56e6c LS2088/LS1088: DDR Memory Address Change Signed-off-by: Jun Zhu --- recipes-devtools/qoriq-cst/qoriq-cst_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb index a7a51f7c9..8d3458363 100644 --- a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb +++ b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb @@ -19,7 +19,7 @@ inherit kernel-arch SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ " -SRCREV = "dfe30d3f05cfe281896482839e57ed49c52f2088" +SRCREV = "af56e6c5c66dd2bc86a83b0bee8cb61b88d2120c" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf