Add buildroot 2018-02
This commit is contained in:
14
buildroot/package/cbootimage/cbootimage.mk
Normal file
14
buildroot/package/cbootimage/cbootimage.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# cbootimage
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CBOOTIMAGE_VERSION = v1.7
|
||||
CBOOTIMAGE_SITE = $(call github,NVIDIA,cbootimage,$(CBOOTIMAGE_VERSION))
|
||||
CBOOTIMAGE_LICENSE = GPL-2.0
|
||||
CBOOTIMAGE_LICENSE_FILES = COPYING
|
||||
CBOOTIMAGE_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user