Skip to content

Commit

Permalink
ppfe-firmware: bump to LSDK-21.08
Browse files Browse the repository at this point in the history
Update ppfe-firmware to latest LSDK-21.08.

Switched to AUTORELEASE for simplicity.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
  • Loading branch information
sch-m authored and hauke committed Dec 13, 2021
1 parent d6ca827 commit 5df38cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/firmware/layerscape/ppfe-firmware/Makefile
Expand Up @@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ppfe
PKG_VERSION:=LSDK-20.04
PKG_RELEASE:=1
PKG_VERSION:=LSDK-21.08
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/NXP/qoriq-engine-pfe-bin.git
PKG_SOURCE_VERSION:=d3a8ef0760c54ddc243039c86389497e37be90ab
PKG_MIRROR_HASH:=64be93b8249d298e7b5fd0846787835f0659b6ab6c55b40b809366c79e272eb8
PKG_SOURCE_VERSION:=LSDK-21.08
PKG_MIRROR_HASH:=ba524b8a56c66cf8e7ebb8e742b0d6b66f9177b6fa821c405a09b6c8919e3db0

PKG_FLAGS:=nonshared

Expand Down

0 comments on commit 5df38cc

Please sign in to comment.