summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-10 09:00:37 -0800
committerMark Hatle <mark.hatle@xilinx.com>2021-12-10 09:00:37 -0800
commit3245243321430a158f5d44cc0eecee85cfa01aa3 (patch)
treea76e39939e429fffa58f99fa7f7a19dbb4a08802 /meta-xilinx-standalone-experimental/recipes-core
parent3960672aca9f895949259c7f29748cb59d478634 (diff)
downloadmeta-xilinx-3245243321430a158f5d44cc0eecee85cfa01aa3.tar.gz
meta-xilinx-setup: Update for honister based system
README file was updates, as uninative no longer needs to be separately included. The meta-xilinx-setup needs to be updated from ?= to =, as a distro (poky) may configure it's own default TOOLCHAIN_HOST_TASK, which causes the wrong items to be loaded. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-core')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup6
-rw-r--r--meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb4
2 files changed, 3 insertions, 7 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup b/meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup
index 5ef896fe..88046966 100644
--- a/meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup
+++ b/meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup
@@ -1,4 +1,4 @@
1Document Version: 20211102 1Document Version: 20211209
2 2
3The Yocto Project setup for the new workflow is as follows. Be sure to read 3The Yocto Project setup for the new workflow is as follows. Be sure to read
4everything below, as the steps will be updated in the future if the 4everything below, as the steps will be updated in the future if the
@@ -13,10 +13,6 @@ The following items should be in your conf/local.conf. This ensures that
13the correct configurations are available, and the correct firmware version 13the correct configurations are available, and the correct firmware version
14is selected for this workflow. 14is selected for this workflow.
15 15
16# Add to the end of conf/local.conf:
17include conf/distro/include/yocto-uninative.inc
18INHERIT += "uninative"
19
20# Instruct the system to use the decoupling firmware sources, 16# Instruct the system to use the decoupling firmware sources,
21# add the following to the conf/local.conf: 17# add the following to the conf/local.conf:
22PREFERRED_VERSION_fsbl-firmware = "experimental%" 18PREFERRED_VERSION_fsbl-firmware = "experimental%"
diff --git a/meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb b/meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb
index 12f6e90c..9f9de434 100644
--- a/meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb
+++ b/meta-xilinx-standalone-experimental/recipes-core/meta/meta-xilinx-setup.bb
@@ -8,9 +8,9 @@ SRC_URI += " \
8 8
9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
10 10
11TOOLCHAIN_TARGET_TASK ?= "" 11TOOLCHAIN_TARGET_TASK = ""
12 12
13TOOLCHAIN_HOST_TASK ?= "\ 13TOOLCHAIN_HOST_TASK = "\
14 nativesdk-sdk-provides-dummy \ 14 nativesdk-sdk-provides-dummy \
15 nativesdk-lopper \ 15 nativesdk-lopper \
16 nativesdk-xilinx-lops \ 16 nativesdk-xilinx-lops \