nitrogen*: Drop duplicated WKS dependencies

e2fsprogs-native and bmap-tools-native are already included by imx-base.inc
so it can be dropped here.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
This commit is contained in:
Vinicius Aquino 2022-03-09 11:56:09 -03:00
parent b8062790ab
commit 47d2543f9d
8 changed files with 8 additions and 44 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -64,11 +64,7 @@ IMAGE_BOOT_FILES:append = " \
# wic support
WKS_FILE = "sdimage-bootpart.wks"
WKS_FILE_DEPENDS += " \
u-boot-script-boundary \
e2fsprogs-native \
bmap-tools-native \
"
WKS_FILE_DEPENDS += "u-boot-script-boundary"
SERIAL_CONSOLES ?= "115200;ttymxc0"

View File

@ -69,11 +69,7 @@ IMAGE_BOOT_FILES:append = " \
# wic support
WKS_FILE = "sdimage-bootpart.wks"
WKS_FILE_DEPENDS += " \
u-boot-script-boundary \
e2fsprogs-native \
bmap-tools-native \
"
WKS_FILE_DEPENDS += "u-boot-script-boundary"
SERIAL_CONSOLES = "115200;ttymxc1"

View File

@ -63,11 +63,7 @@ IMAGE_BOOT_FILES:append = " \
# wic support
WKS_FILE = "sdimage-bootpart.wks"
WKS_FILE_DEPENDS += " \
u-boot-script-boundary \
e2fsprogs-native \
bmap-tools-native \
"
WKS_FILE_DEPENDS += "u-boot-script-boundary"
SERIAL_CONSOLES = "115200;ttymxc1"

View File

@ -60,11 +60,7 @@ IMAGE_BOOT_FILES:append = " \
upgrade.scr-${MACHINE};upgrade.scr \
imx-boot;u-boot.${BOUNDARY_DEVICES_UBOOT_DEFCONFIG} \
"
WKS_FILE_DEPENDS += " \
u-boot-script-boundary \
e2fsprogs-native \
bmap-tools-native \
"
WKS_FILE_DEPENDS += "u-boot-script-boundary"
OPTEE_BIN_EXT = "8mp"