ls-rcw: bump to LSDK-21.08
authorMartin Schiller <ms@dev.tdt.de>
Mon, 11 Oct 2021 10:46:38 +0000 (12:46 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 13 Dec 2021 21:25:28 +0000 (22:25 +0100)
Update ls-rcw to latest LSDK-21.08.
Drop patch 0001 since it had been integrated.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
package/firmware/layerscape/ls-rcw/Makefile
package/firmware/layerscape/ls-rcw/patches/0001-Remove-tclsh-checking.patch [deleted file]

index fdc5c0ce24ca619e632ee0193e744bc84b877a6b..b9a6059d0df579bada18bb2efaeafad45af25c36 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ls-rcw
-PKG_VERSION:=LSDK-20.04-update-290520
+PKG_VERSION:=LSDK-21.08
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/rcw
-PKG_SOURCE_VERSION:=e0fab6d9b61003caef577f7474c2fac61e6ba2ff
-PKG_MIRROR_HASH:=b6bc66e27b7c6db31101fdc2e6be7255181861bd38d8f25eb5eb80c468983eb2
+PKG_SOURCE_VERSION:=LSDK-21.08
+PKG_MIRROR_HASH:=c0202d07223bb5ab43d0c0145c0d83e2b8c34c559bba0ec3c2c2aa562623f546
 
 PKG_FLAGS:=nonshared
 
diff --git a/package/firmware/layerscape/ls-rcw/patches/0001-Remove-tclsh-checking.patch b/package/firmware/layerscape/ls-rcw/patches/0001-Remove-tclsh-checking.patch
deleted file mode 100644 (file)
index 069686a..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-From 786d501c32b9341d381b3371234213f92d948b66 Mon Sep 17 00:00:00 2001
-From: Yangbo Lu <yangbo.lu@nxp.com>
-Date: Fri, 13 Mar 2020 18:15:36 +0800
-Subject: [PATCH] Remove tclsh checking
-
-The tclsh is no longer needed for byte swapping.
-
-Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
----
- Makefile | 6 ------
- 1 file changed, 6 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 9183e19..2832ab2 100644
---- a/Makefile
-+++ b/Makefile
-@@ -12,15 +12,9 @@ BOARDS = b4420qds b4860qds \
-        t1024qds t1023rdb t1024rdb t1040rdb t1042rdb t1042rdb_pi t1040qds \
-        t2080rdb t2080qds t2081qds t4240qds t4240rdb t1040d4rdb t1042d4rdb
--TCLSH := $(shell command -v tclsh 2> /dev/null)
--
- VER = $(shell git describe --tags)
- all install clean:
--ifndef TCLSH
--      $(error "tclsh is not available. please  install it.")
--      exit 1
--endif
-       @for board in $(BOARDS); do \
-               $(MAKE) -C $$board $@ DESTDIR=$(DESTDIR)/$$board; \
-       done
--- 
-2.7.4
-