mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 00:21:17 +00:00
arm-bsp/corstone1000-a320: Drop meta-ethos dependency
Corstone1000 with Cortex A320 now uses the in-tree ethosu driver, so the external meta-ethos layer (and its meta-sca dependency) is no longer needed. Remove meta-ethos and meta-sca from the Corstone-1000 A320 kas config, drop the layer dependency on meta-ethos, and stop installing arm-npu-ethosu. Update the Corstone-1000 change log to reflect the removed layers. Signed-off-by: Michael Safwat <michael.safwat@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
2c81c14c5b
commit
6df28b9cd9
@@ -7,11 +7,3 @@ local_conf_header:
|
|||||||
a320: |
|
a320: |
|
||||||
MACHINE_FEATURES += "cortexa320"
|
MACHINE_FEATURES += "cortexa320"
|
||||||
OVERRIDES .= ":cortexa320"
|
OVERRIDES .= ":cortexa320"
|
||||||
|
|
||||||
repos:
|
|
||||||
meta-ethos:
|
|
||||||
url: https://gitlab.arm.com/iot/meta-ethos.git
|
|
||||||
branch: whinlatter
|
|
||||||
meta-sca:
|
|
||||||
url: https://github.com/priv-kweihmann/meta-sca.git
|
|
||||||
branch: master
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ LAYERSERIES_COMPAT_meta-arm-bsp = "wrynose"
|
|||||||
LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
|
LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
|
||||||
# This won't be used by layerindex-fetch, but works everywhere else
|
# This won't be used by layerindex-fetch, but works everywhere else
|
||||||
LAYERDEPENDS_meta-arm-bsp:append:corstone1000 = " meta-python openembedded-layer efi-secure-boot"
|
LAYERDEPENDS_meta-arm-bsp:append:corstone1000 = " meta-python openembedded-layer efi-secure-boot"
|
||||||
LAYERDEPENDS_meta-arm-bsp:append:corstone1000:cortexa320 = " meta-ethos"
|
|
||||||
LAYERDEPENDS_meta-arm-bsp:append:musca-b1 = " meta-python"
|
LAYERDEPENDS_meta-arm-bsp:append:musca-b1 = " meta-python"
|
||||||
LAYERDEPENDS_meta-arm-bsp:append:musca-s1 = " meta-python"
|
LAYERDEPENDS_meta-arm-bsp:append:musca-s1 = " meta-python"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
ETHOSU_NUM_MACS ?= "256"
|
ETHOSU_NUM_MACS ?= "256"
|
||||||
|
|
||||||
FVP_CONFIG[host.ethosu.num_macs] = "${ETHOSU_NUM_MACS}"
|
FVP_CONFIG[host.ethosu.num_macs] = "${ETHOSU_NUM_MACS}"
|
||||||
|
|
||||||
IMAGE_INSTALL:append = " arm-npu-ethosu"
|
|
||||||
|
|||||||
@@ -66,10 +66,6 @@ Yocto distribution components versions
|
|||||||
+-------------------------------------------+----------------+
|
+-------------------------------------------+----------------+
|
||||||
| meta-secure-core | 63209fb150 |
|
| meta-secure-core | 63209fb150 |
|
||||||
+-------------------------------------------+----------------+
|
+-------------------------------------------+----------------+
|
||||||
| meta-ethos | aa2504a32f |
|
|
||||||
+-------------------------------------------+----------------+
|
|
||||||
| meta-sca | e68f1a9d17 |
|
|
||||||
+-------------------------------------------+----------------+
|
|
||||||
| busybox | 1.37.0 |
|
| busybox | 1.37.0 |
|
||||||
+-------------------------------------------+----------------+
|
+-------------------------------------------+----------------+
|
||||||
| musl | 1.2.5 |
|
| musl | 1.2.5 |
|
||||||
|
|||||||
Reference in New Issue
Block a user