Skip to content

Commit

Permalink
layerscape: use semantic versions for LSDK
Browse files Browse the repository at this point in the history
PKG_VERSION should not contain the package name but the version only.

Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed Feb 28, 2022
1 parent d6aa9d9 commit 038d5bd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package/boot/tfa-layerscape/Makefile
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=tfa-layerscape
PKG_VERSION:=LSDK-21.08
PKG_VERSION:=21.08
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down
2 changes: 1 addition & 1 deletion package/boot/uboot-layerscape/Makefile
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=uboot-layerscape
PKG_VERSION:=LSDK-21.08
PKG_VERSION:=21.08
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down
2 changes: 1 addition & 1 deletion package/firmware/layerscape/fman-ucode/Makefile
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=fman-ucode
PKG_VERSION:=LSDK-21.08
PKG_VERSION:=21.08
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down
2 changes: 1 addition & 1 deletion package/firmware/layerscape/ls-ddr-phy/Makefile
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ls-ddr-phy
PKG_VERSION:=LSDK-21.08
PKG_VERSION:=21.08
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down
2 changes: 1 addition & 1 deletion package/firmware/layerscape/ls-dpl/Makefile
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ls-dpl
PKG_VERSION:=LSDK-21.08
PKG_VERSION:=21.08
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down
2 changes: 1 addition & 1 deletion package/firmware/layerscape/ls-mc/Makefile
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ls-mc
PKG_VERSION:=LSDK-21.08
PKG_VERSION:=21.08
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down
2 changes: 1 addition & 1 deletion package/firmware/layerscape/ls-rcw/Makefile
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ls-rcw
PKG_VERSION:=LSDK-21.08
PKG_VERSION:=21.08
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down
2 changes: 1 addition & 1 deletion package/firmware/layerscape/ppfe-firmware/Makefile
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

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

PKG_SOURCE_PROTO:=git
Expand Down
2 changes: 1 addition & 1 deletion package/network/utils/layerscape/restool/Makefile
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=restool
PKG_VERSION:=LSDK-21.08
PKG_VERSION:=21.08
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down

0 comments on commit 038d5bd

Please sign in to comment.