mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
new ice-client R4.3.0-RC13
This commit is contained in:
parent
2cecdb25a1
commit
9413e41fc3
1 changed files with 2 additions and 2 deletions
|
|
@ -20,13 +20,13 @@ export PLATFORM_INCLUDE:=platforms/iopsys/build.mk
|
||||||
export DATE:=$(shell date +%Y-%m-%d-%H-%M-%S)
|
export DATE:=$(shell date +%Y-%m-%d-%H-%M-%S)
|
||||||
export LOGIN:=$(shell whoami)
|
export LOGIN:=$(shell whoami)
|
||||||
BASE_PKG_VERSION:=4.3.0
|
BASE_PKG_VERSION:=4.3.0
|
||||||
PKG_RELEASE:=RC10
|
PKG_RELEASE:=RC13
|
||||||
PKG_VERSION:=$(BASE_PKG_VERSION)-$(PKG_RELEASE)_$(DATE)_$(LOGIN)
|
PKG_VERSION:=$(BASE_PKG_VERSION)-$(PKG_RELEASE)_$(DATE)_$(LOGIN)
|
||||||
export PKG_VERSION
|
export PKG_VERSION
|
||||||
|
|
||||||
###########################--RELEASE--################################
|
###########################--RELEASE--################################
|
||||||
|
|
||||||
PKG_SOURCE_VERSION:=f133275635c84968be8207eaa787dd82beed24c1
|
PKG_SOURCE_VERSION:=e688de3925debceee8f82d7c50cacd3c90ee1bc1
|
||||||
ifeq ($(CONFIG_ICE_OPEN),y)
|
ifeq ($(CONFIG_ICE_OPEN),y)
|
||||||
TARGET_PROFILE=$(shell echo $(CONFIG_TARGET_BOARD) | sed s/\"//g)
|
TARGET_PROFILE=$(shell echo $(CONFIG_TARGET_BOARD) | sed s/\"//g)
|
||||||
PKG_SOURCE_URL:=http://iopsys.inteno.se/iopsys/consumer/
|
PKG_SOURCE_URL:=http://iopsys.inteno.se/iopsys/consumer/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue