diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-06-24 08:29:41 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-24 08:29:41 -0300 |
commit | d582e964a17d8723e4a0e97b885048276525d938 (patch) | |
tree | c5bb60f78b2cb0973769f46105d31fe0388436c4 | |
parent | 82f87af9e0ace771aed07e1b2ee18248c698c9ee (diff) | |
parent | c7f82d7e4b0a17f3e188f6bbf350f686766021c3 (diff) | |
download | meta-freescale-d582e964a17d8723e4a0e97b885048276525d938.tar.gz |
Merge pull request #2305 from MaXinjian/fitimage
Remove kernel-fitimage image type
-rw-r--r-- | conf/machine/ls1012afrwy.conf | 3 | ||||
-rw-r--r-- | conf/machine/ls1012ardb.conf | 3 | ||||
-rw-r--r-- | conf/machine/ls1028ardb.conf | 3 | ||||
-rw-r--r-- | conf/machine/ls1043ardb.conf | 3 | ||||
-rw-r--r-- | conf/machine/ls1046afrwy.conf | 3 | ||||
-rw-r--r-- | conf/machine/ls1046ardb.conf | 3 | ||||
-rw-r--r-- | conf/machine/ls1088ardb-pb.conf | 3 | ||||
-rw-r--r-- | conf/machine/ls1088ardb.conf | 3 | ||||
-rw-r--r-- | conf/machine/ls2088ardb.conf | 3 | ||||
-rw-r--r-- | conf/machine/lx2160ardb.conf | 3 | ||||
-rw-r--r-- | conf/machine/lx2162aqds.conf | 3 |
11 files changed, 11 insertions, 22 deletions
diff --git a/conf/machine/ls1012afrwy.conf b/conf/machine/ls1012afrwy.conf index 7de1e990a..2bc827153 100644 --- a/conf/machine/ls1012afrwy.conf +++ b/conf/machine/ls1012afrwy.conf | |||
@@ -12,8 +12,7 @@ require conf/machine/include/arm/arch-arm64.inc | |||
12 | 12 | ||
13 | MACHINE_FEATURES += "optee" | 13 | MACHINE_FEATURES += "optee" |
14 | 14 | ||
15 | KERNEL_CLASSES = " kernel-fitimage " | 15 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
16 | KERNEL_IMAGETYPES = "fitImage" | ||
17 | 16 | ||
18 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 17 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
19 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf index 879e3f8fb..a170b0529 100644 --- a/conf/machine/ls1012ardb.conf +++ b/conf/machine/ls1012ardb.conf | |||
@@ -12,8 +12,7 @@ require conf/machine/include/arm/arch-arm64.inc | |||
12 | 12 | ||
13 | MACHINE_FEATURES += "optee" | 13 | MACHINE_FEATURES += "optee" |
14 | 14 | ||
15 | KERNEL_CLASSES = " kernel-fitimage " | 15 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
16 | KERNEL_IMAGETYPES = "fitImage" | ||
17 | 16 | ||
18 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 17 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
19 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/ls1028ardb.conf b/conf/machine/ls1028ardb.conf index 268a60c3e..68249a402 100644 --- a/conf/machine/ls1028ardb.conf +++ b/conf/machine/ls1028ardb.conf | |||
@@ -11,8 +11,7 @@ require conf/machine/include/arm/arch-arm64.inc | |||
11 | 11 | ||
12 | MACHINE_FEATURES += "optee" | 12 | MACHINE_FEATURES += "optee" |
13 | 13 | ||
14 | KERNEL_CLASSES = " kernel-fitimage " | 14 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | 15 | ||
17 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
18 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf index 4ff3c0acb..8723a7ddd 100644 --- a/conf/machine/ls1043ardb.conf +++ b/conf/machine/ls1043ardb.conf | |||
@@ -12,8 +12,7 @@ require conf/machine/include/arm/arch-arm64.inc | |||
12 | 12 | ||
13 | MACHINE_FEATURES += "optee" | 13 | MACHINE_FEATURES += "optee" |
14 | 14 | ||
15 | KERNEL_CLASSES = " kernel-fitimage " | 15 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
16 | KERNEL_IMAGETYPES = "fitImage" | ||
17 | 16 | ||
18 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 17 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
19 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/ls1046afrwy.conf b/conf/machine/ls1046afrwy.conf index eb3c0bb6f..4de0d9def 100644 --- a/conf/machine/ls1046afrwy.conf +++ b/conf/machine/ls1046afrwy.conf | |||
@@ -11,8 +11,7 @@ require conf/machine/include/arm/arch-arm64.inc | |||
11 | 11 | ||
12 | MACHINE_FEATURES += "optee" | 12 | MACHINE_FEATURES += "optee" |
13 | 13 | ||
14 | KERNEL_CLASSES = " kernel-fitimage " | 14 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | 15 | ||
17 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
18 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index 2b82c98f0..b2d9fa1ca 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf | |||
@@ -11,8 +11,7 @@ require conf/machine/include/arm/arch-arm64.inc | |||
11 | 11 | ||
12 | MACHINE_FEATURES += "optee" | 12 | MACHINE_FEATURES += "optee" |
13 | 13 | ||
14 | KERNEL_CLASSES = " kernel-fitimage " | 14 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | 15 | ||
17 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
18 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/ls1088ardb-pb.conf b/conf/machine/ls1088ardb-pb.conf index f9d05b690..ba66ab355 100644 --- a/conf/machine/ls1088ardb-pb.conf +++ b/conf/machine/ls1088ardb-pb.conf | |||
@@ -11,8 +11,7 @@ require conf/machine/include/arm/arch-arm64.inc | |||
11 | 11 | ||
12 | MACHINE_FEATURES += "optee" | 12 | MACHINE_FEATURES += "optee" |
13 | 13 | ||
14 | KERNEL_CLASSES = " kernel-fitimage " | 14 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | 15 | ||
17 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
18 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf index 1b7a4f3cb..13a1f6240 100644 --- a/conf/machine/ls1088ardb.conf +++ b/conf/machine/ls1088ardb.conf | |||
@@ -11,8 +11,7 @@ require conf/machine/include/arm/arch-arm64.inc | |||
11 | 11 | ||
12 | MACHINE_FEATURES += "optee" | 12 | MACHINE_FEATURES += "optee" |
13 | 13 | ||
14 | KERNEL_CLASSES = " kernel-fitimage " | 14 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | 15 | ||
17 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
18 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index 8c8e586a4..617591e4b 100644 --- a/conf/machine/ls2088ardb.conf +++ b/conf/machine/ls2088ardb.conf | |||
@@ -11,8 +11,7 @@ MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:" | |||
11 | 11 | ||
12 | MACHINE_FEATURES += "optee" | 12 | MACHINE_FEATURES += "optee" |
13 | 13 | ||
14 | KERNEL_CLASSES = " kernel-fitimage " | 14 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | 15 | ||
17 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
18 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf index 1945ad310..c8fbcc1cd 100644 --- a/conf/machine/lx2160ardb.conf +++ b/conf/machine/lx2160ardb.conf | |||
@@ -11,8 +11,7 @@ MACHINEOVERRIDES =. "fsl-lsch3:lx2160a:" | |||
11 | 11 | ||
12 | MACHINE_FEATURES += "optee" | 12 | MACHINE_FEATURES += "optee" |
13 | 13 | ||
14 | KERNEL_CLASSES = " kernel-fitimage " | 14 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | 15 | ||
17 | DTB_LOAD = "0x90000000" | 16 | DTB_LOAD = "0x90000000" |
18 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
diff --git a/conf/machine/lx2162aqds.conf b/conf/machine/lx2162aqds.conf index 80f91331b..1842daff6 100644 --- a/conf/machine/lx2162aqds.conf +++ b/conf/machine/lx2162aqds.conf | |||
@@ -11,8 +11,7 @@ MACHINEOVERRIDES =. "fsl-lsch3:lx2162a:" | |||
11 | 11 | ||
12 | MACHINE_FEATURES += "optee" | 12 | MACHINE_FEATURES += "optee" |
13 | 13 | ||
14 | KERNEL_CLASSES = " kernel-fitimage " | 14 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | 15 | ||
17 | DTB_LOAD = "0x90000000" | 16 | DTB_LOAD = "0x90000000" |
18 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |