diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-10-19 16:23:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-19 17:55:39 +0200 |
commit | 59b6eb96b0a34b3b36d725b49d463bbf41feb1dc (patch) | |
tree | 5da709185e8db7d029f49d2e5888b68edaffa47f | |
parent | ae2dc85b89b644dd59ea7ef4c6d51d0070a024bb (diff) | |
download | buildroot-59b6eb96b0a34b3b36d725b49d463bbf41feb1dc.tar.gz buildroot-59b6eb96b0a34b3b36d725b49d463bbf41feb1dc.zip |
imx-kobs: switch to open source version
The tools "kobs-ng" will be maintained as a open source project.
The repository location is https://github.com/NXPmicro/imx-kobs
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-freescale/commit/c23736b3
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/freescale-imx/imx-kobs/imx-kobs.hash | 2 | ||||
-rw-r--r-- | package/freescale-imx/imx-kobs/imx-kobs.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/freescale-imx/imx-kobs/imx-kobs.hash b/package/freescale-imx/imx-kobs/imx-kobs.hash index b942bd35a0..258d08c7e9 100644 --- a/package/freescale-imx/imx-kobs/imx-kobs.hash +++ b/package/freescale-imx/imx-kobs/imx-kobs.hash @@ -1 +1 @@ -sha256 85171b46068ac47c42fedb8104167bf9afd33dd9527ed127e1ca2eb29d7a86bf imx-kobs-5.4.tar.gz +sha256 5b040de6e3db5d47371b311e7068380926827a7a6ef02e45fb2ba08b680d0ec5 imx-kobs-b402243a04e5a6760a860445e5ff6a931d86f794.tar.gz diff --git a/package/freescale-imx/imx-kobs/imx-kobs.mk b/package/freescale-imx/imx-kobs/imx-kobs.mk index b80d5bdef0..8f490c2499 100644 --- a/package/freescale-imx/imx-kobs/imx-kobs.mk +++ b/package/freescale-imx/imx-kobs/imx-kobs.mk @@ -4,8 +4,8 @@ # ################################################################################ -IMX_KOBS_VERSION = 5.4 -IMX_KOBS_SITE = $(FREESCALE_IMX_SITE) +IMX_KOBS_VERSION = b402243a04e5a6760a860445e5ff6a931d86f794 +IMX_KOBS_SITE = $(call github,NXPmicro,imx-kobs,$(IMX_KOBS_VERSION)) IMX_KOBS_LICENSE = GPLv2+ IMX_KOBS_LICENSE_FILES = COPYING |