summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-12-16 12:04:24 -0300
committerGitHub <noreply@github.com>2022-12-16 12:04:24 -0300
commitff311ff0cd65616055b2f3c030b65a567a76dcd5 (patch)
treec56c87a8c09056edc6799767f079079ae5857937
parentf5e016f5220d0cf2b3364725e4706a4766d7073a (diff)
parent44a2fde7c13b161229a14d6ac66b32fcc6600eb1 (diff)
downloadmeta-freescale-ff311ff0cd65616055b2f3c030b65a567a76dcd5.tar.gz
Merge pull request #1335 from junzhuimx/master
Update rcw/tsntool/qoriq-cst to the latest version
-rw-r--r--recipes-bsp/rcw/rcw_git.bb3
-rw-r--r--recipes-devtools/qoriq-cst/qoriq-cst_git.bb2
-rw-r--r--recipes-extended/tsntool/tsntool_git.bb2
3 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 37ef7dea..901fed5d 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "tcl-native"
8inherit deploy siteinfo 8inherit deploy siteinfo
9 9
10SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1"
11SRCREV = "1f431891c7f0e7d4f52327f1fe19504a284491c4" 11SRCREV = "a4db86818de35d0168a48d3f17878ec68fb1cf6d"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -20,6 +20,7 @@ BOARD_TARGETS="${M}"
20BOARD_TARGETS:ls2088ardb="${M} ${M}_rev1.1" 20BOARD_TARGETS:ls2088ardb="${M} ${M}_rev1.1"
21BOARD_TARGETS:ls1088ardb-pb="ls1088ardb" 21BOARD_TARGETS:ls1088ardb-pb="ls1088ardb"
22BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2" 22BOARD_TARGETS:lx2160ardb = "${M} ${M}_rev2"
23BOARD_TARGETS:lx2160ardb-rev2 = "lx2160ardb_rev2"
23 24
24do_compile () { 25do_compile () {
25 oe_runmake BOARDS="${BOARD_TARGETS}" DESTDIR=${D}/boot/rcw/ 26 oe_runmake BOARDS="${BOARD_TARGETS}" DESTDIR=${D}/boot/rcw/
diff --git a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb
index a7a51f7c..8d345836 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
19SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ 19SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \
20 file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ 20 file://0001-tools-Mark-struct-input_field-file_field-extern.patch \
21" 21"
22SRCREV = "dfe30d3f05cfe281896482839e57ed49c52f2088" 22SRCREV = "af56e6c5c66dd2bc86a83b0bee8cb61b88d2120c"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb
index 82021dd5..6d1eb69c 100644
--- a/recipes-extended/tsntool/tsntool_git.bb
+++ b/recipes-extended/tsntool/tsntool_git.bb
@@ -8,7 +8,7 @@ DEPENDS = "cjson libnl readline"
8inherit pkgconfig 8inherit pkgconfig
9 9
10SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1"
11SRCREV = "b767c260b851aac94828ed26c6a9a327e4e98334" 11SRCREV = "a0769e23304957a22f0cbeee6d1f547b20c3c21e"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14