mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00
Merge pull request #206 from Ossanes/topic/fix-nitrogen8-boards
Fix nitrogen8 boards
This commit is contained in:
commit
1e88fc2a20
|
@ -24,12 +24,7 @@ WKS_FILE = "sdimage-bootpart.wks"
|
|||
IMAGE_BOOT_FILES:append = " \
|
||||
boot.scr-${MACHINE};boot.scr \
|
||||
"
|
||||
WKS_FILE_DEPENDS = " \
|
||||
u-boot-script-boundary \
|
||||
\
|
||||
e2fsprogs-native \
|
||||
bmap-tools-native \
|
||||
"
|
||||
WKS_FILE_DEPENDS += " u-boot-script-boundary"
|
||||
|
||||
UBOOT_MACHINE ?= "nitrogen6sx_defconfig"
|
||||
|
||||
|
|
|
@ -24,12 +24,7 @@ WKS_FILE = "sdimage-bootpart.wks"
|
|||
IMAGE_BOOT_FILES:append = " \
|
||||
boot.scr-${MACHINE};boot.scr \
|
||||
"
|
||||
WKS_FILE_DEPENDS = " \
|
||||
u-boot-script-boundary \
|
||||
\
|
||||
e2fsprogs-native \
|
||||
bmap-tools-native \
|
||||
"
|
||||
WKS_FILE_DEPENDS += "u-boot-script-boundary"
|
||||
|
||||
UBOOT_MACHINE ?= "nit6xlite_defconfig"
|
||||
|
||||
|
|
|
@ -59,12 +59,7 @@ WKS_FILE = "sdimage-bootpart.wks"
|
|||
IMAGE_BOOT_FILES:append = " \
|
||||
boot.scr-${MACHINE};boot.scr \
|
||||
"
|
||||
WKS_FILE_DEPENDS = " \
|
||||
u-boot-script-boundary \
|
||||
\
|
||||
e2fsprogs-native \
|
||||
bmap-tools-native \
|
||||
"
|
||||
WKS_FILE_DEPENDS += "u-boot-script-boundary"
|
||||
|
||||
UBOOT_MACHINE ?= "nitrogen6q_defconfig"
|
||||
|
||||
|
|
|
@ -24,12 +24,7 @@ WKS_FILE = "sdimage-bootpart.wks"
|
|||
IMAGE_BOOT_FILES:append = " \
|
||||
boot.scr-${MACHINE};boot.scr \
|
||||
"
|
||||
WKS_FILE_DEPENDS = " \
|
||||
u-boot-script-boundary \
|
||||
\
|
||||
e2fsprogs-native \
|
||||
bmap-tools-native \
|
||||
"
|
||||
WKS_FILE_DEPENDS += "u-boot-script-boundary"
|
||||
|
||||
UBOOT_MACHINE ?= "nitrogen7_defconfig"
|
||||
|
||||
|
|
|
@ -64,11 +64,7 @@ IMAGE_BOOT_FILES:append = " \
|
|||
|
||||
# wic support
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
WKS_FILE_DEPENDS:mx8 += " \
|
||||
u-boot-script-boundary \
|
||||
e2fsprogs-native \
|
||||
bmap-tools-native \
|
||||
"
|
||||
WKS_FILE_DEPENDS += "u-boot-script-boundary"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttymxc0"
|
||||
|
||||
|
|
|
@ -69,11 +69,7 @@ IMAGE_BOOT_FILES:append = " \
|
|||
|
||||
# wic support
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
WKS_FILE_DEPENDS:mx8 += " \
|
||||
u-boot-script-boundary \
|
||||
e2fsprogs-native \
|
||||
bmap-tools-native \
|
||||
"
|
||||
WKS_FILE_DEPENDS += "u-boot-script-boundary"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttymxc1"
|
||||
|
||||
|
|
|
@ -63,11 +63,7 @@ IMAGE_BOOT_FILES:append = " \
|
|||
|
||||
# wic support
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
WKS_FILE_DEPENDS:mx8 += " \
|
||||
u-boot-script-boundary \
|
||||
e2fsprogs-native \
|
||||
bmap-tools-native \
|
||||
"
|
||||
WKS_FILE_DEPENDS += "u-boot-script-boundary"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttymxc1"
|
||||
|
||||
|
|
|
@ -60,11 +60,7 @@ IMAGE_BOOT_FILES:append = " \
|
|||
upgrade.scr-${MACHINE};upgrade.scr \
|
||||
imx-boot;u-boot.${BOUNDARY_DEVICES_UBOOT_DEFCONFIG} \
|
||||
"
|
||||
WKS_FILE_DEPENDS:mx8 += " \
|
||||
u-boot-script-boundary \
|
||||
e2fsprogs-native \
|
||||
bmap-tools-native \
|
||||
"
|
||||
WKS_FILE_DEPENDS += "u-boot-script-boundary"
|
||||
|
||||
OPTEE_BIN_EXT = "8mp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user