imx6: image: cleanup image recipes
- drop unused 'UBOOT' variable from 'Device/apalis' recipe - fix 'KERNEL_SUFFIX' for 'Device/cubox-i' (should be '-zImage') - drop redundant 'DEVICE_{VENDOR,MODEL}' from 'Device/ventana-large' - other, minor fixes Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
368c20f06b
commit
7e7cef6334
1 changed files with 5 additions and 7 deletions
|
@ -177,8 +177,6 @@ TARGET_DEVICES += ventana
|
||||||
|
|
||||||
define Device/ventana-large
|
define Device/ventana-large
|
||||||
$(Device/ventana)
|
$(Device/ventana)
|
||||||
DEVICE_VENDOR := Gateworks
|
|
||||||
DEVICE_MODEL := Ventana family
|
|
||||||
DEVICE_VARIANT := large NAND flash
|
DEVICE_VARIANT := large NAND flash
|
||||||
DEVICE_NAME := ventana
|
DEVICE_NAME := ventana
|
||||||
IMAGES := nand.ubi
|
IMAGES := nand.ubi
|
||||||
|
@ -199,8 +197,9 @@ define Device/cubox-i
|
||||||
DEVICE_VENDOR := SolidRun
|
DEVICE_VENDOR := SolidRun
|
||||||
DEVICE_MODEL := CuBox-i
|
DEVICE_MODEL := CuBox-i
|
||||||
KERNEL := kernel-bin
|
KERNEL := kernel-bin
|
||||||
|
KERNEL_SUFFIX := -zImage
|
||||||
UBOOT := mx6cuboxi
|
UBOOT := mx6cuboxi
|
||||||
BOOT_SCRIPT = bootscript-cubox
|
BOOT_SCRIPT := bootscript-cubox
|
||||||
DEVICE_NAME := cubox
|
DEVICE_NAME := cubox
|
||||||
DEVICE_PACKAGES := kmod-drm-imx kmod-drm-imx-hdmi kmod-usb-hid
|
DEVICE_PACKAGES := kmod-drm-imx kmod-drm-imx-hdmi kmod-usb-hid
|
||||||
DEVICE_DTS := imx6q-cubox-i imx6dl-cubox-i imx6q-hummingboard imx6dl-hummingboard
|
DEVICE_DTS := imx6q-cubox-i imx6dl-cubox-i imx6q-hummingboard imx6dl-hummingboard
|
||||||
|
@ -224,7 +223,6 @@ define Device/apalis
|
||||||
kmod-leds-gpio kmod-gpio-button-hotplug \
|
kmod-leds-gpio kmod-gpio-button-hotplug \
|
||||||
kmod-pps-gpio kmod-rtc-ds1307
|
kmod-pps-gpio kmod-rtc-ds1307
|
||||||
BOOT_SCRIPT := bootscript-apalis
|
BOOT_SCRIPT := bootscript-apalis
|
||||||
UBOOT := apalis_imx6
|
|
||||||
FILESYSTEMS := squashfs
|
FILESYSTEMS := squashfs
|
||||||
IMAGES := combined.bin sysupgrade.bin
|
IMAGES := combined.bin sysupgrade.bin
|
||||||
DEVICE_IMG_NAME = $$(DEVICE_IMG_PREFIX)-$$(1).$$(2)
|
DEVICE_IMG_NAME = $$(DEVICE_IMG_PREFIX)-$$(1).$$(2)
|
||||||
|
|
Loading…
Reference in a new issue