mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-01 17:34:40 +01:00
package/bcmkernel: Use BRCM_SDK_VERSION instead of PKG_VERSION for build dir name
The reason is to be able to handle different kernel SDK versions for different products in the release build.
This commit is contained in:
parent
c79cf99e11
commit
bf0936835e
3 changed files with 9 additions and 9 deletions
|
|
@ -13,8 +13,8 @@ $(error "OPEN SDK compile not tested with this kernel!")
|
|||
endif
|
||||
|
||||
PKG_NAME:=bcmkernel-3.4
|
||||
PKG_VERSION:=4.14
|
||||
PKG_RELEASE:=$(BRCM_SDK_VERSION)
|
||||
PKG_VERSION:=$(BRCM_SDK_VERSION)
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=git@iopsys.inteno.se:bcmkernel-4.14L.04
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
|
@ -22,7 +22,7 @@ PKG_SOURCE_PROTO:=git
|
|||
PKG_SOURCE_VERSION:=8216815ced065e527681a079ad0e17fbb007baec
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(BRCM_SDK_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(BRCM_SDK_VERSION)
|
||||
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ $(error "OPEN SDK compile not tested with this kernel!")
|
|||
endif
|
||||
|
||||
PKG_NAME:=bcmkernel-3.4
|
||||
PKG_VERSION:=4.16
|
||||
PKG_RELEASE:=$(BRCM_SDK_VERSION)
|
||||
PKG_VERSION:=$(BRCM_SDK_VERSION)
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=git@iopsys.inteno.se:bcmkernel-4.16L.02A
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
|
@ -23,7 +23,7 @@ PKG_SOURCE_PROTO:=git
|
|||
PKG_SOURCE_VERSION:=00e673bd751d19059cb3ed5fd2dbf3831a7e0401
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(BRCM_SDK_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(BRCM_SDK_VERSION)
|
||||
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ BRCM_SDK_VERSION:=416030
|
|||
|
||||
ifneq ($(CONFIG_BCM_OPEN),y)
|
||||
PKG_NAME:=bcmkernel-3.4
|
||||
PKG_VERSION:=4.16
|
||||
PKG_RELEASE:=$(BRCM_SDK_VERSION)
|
||||
PKG_VERSION:=$(BRCM_SDK_VERSION)
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=git@iopsys.inteno.se:bcmkernel-4.16L.03
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
|
@ -20,7 +20,7 @@ PKG_SOURCE_VERSION:=c83b5c491f630e95eb902e6a4bdad00e51fcb0e7
|
|||
PKG_SOURCE:=$(PKG_NAME)-$(BRCM_SDK_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
endif
|
||||
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(BRCM_SDK_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/image.mk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue