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 /package/freescale-imx/imx-kobs/imx-kobs.mk | |
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>
Diffstat (limited to 'package/freescale-imx/imx-kobs/imx-kobs.mk')
-rw-r--r-- | package/freescale-imx/imx-kobs/imx-kobs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |