59b6eb96b0
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>
13 lines
396 B
Makefile
13 lines
396 B
Makefile
################################################################################
|
|
#
|
|
# imx-kobs
|
|
#
|
|
################################################################################
|
|
|
|
IMX_KOBS_VERSION = b402243a04e5a6760a860445e5ff6a931d86f794
|
|
IMX_KOBS_SITE = $(call github,NXPmicro,imx-kobs,$(IMX_KOBS_VERSION))
|
|
IMX_KOBS_LICENSE = GPLv2+
|
|
IMX_KOBS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|