diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2020-03-14 13:07:50 +0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-05-07 12:53:06 +0200 |
commit | 2e2643f74d33fa2d2597cc324a6f4215d270990e (patch) | |
tree | f577526eda4d1d17acafff63901399b7a60c64ed /package/firmware/layerscape/ls-rcw/Makefile | |
parent | 084c82c5b0910c44c3eabb55edf2dfc00a3b5987 (diff) | |
download | upstream-2e2643f74d33fa2d2597cc324a6f4215d270990e.tar.gz upstream-2e2643f74d33fa2d2597cc324a6f4215d270990e.tar.bz2 upstream-2e2643f74d33fa2d2597cc324a6f4215d270990e.zip |
layerscape: update ls-rcw to latest LSDK-20.04
Update ls-rcw to latest LSDK-20.04.
Update patch 0001 with a new one.
Drop patch 0002 since it had been integrated.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'package/firmware/layerscape/ls-rcw/Makefile')
-rw-r--r-- | package/firmware/layerscape/ls-rcw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/firmware/layerscape/ls-rcw/Makefile b/package/firmware/layerscape/ls-rcw/Makefile index a30ecb9fd9..848c284d5c 100644 --- a/package/firmware/layerscape/ls-rcw/Makefile +++ b/package/firmware/layerscape/ls-rcw/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ls-rcw -PKG_VERSION:=lsdk-1903 +PKG_VERSION:=LSDK-20.04 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/rcw -PKG_SOURCE_VERSION:=f1377876cc06a87ec8afa8a3412ca7c8455861f2 -PKG_MIRROR_HASH:=a9c97755809994a668ee5f0e535cef9f344fc5523c4299ac76f26c63976c80bc +PKG_SOURCE_VERSION:=5689bf9c9f087f50aaa0d91b43d8a791fedbedd3 +PKG_MIRROR_HASH:=45709aa92f84fea8100b472a29762bfe69a333e6aca7a4fc4edc8cc3e10bf44e include $(INCLUDE_DIR)/package.mk |