summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-rw-r--r--meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc3
-rw-r--r--meta-xilinx-standalone-experimental/conf/layer.conf2
-rw-r--r--meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/esw-conf_git.bb (renamed from meta-xilinx-standalone-experimental/recipes-libraries/nativesdk-esw-conf_git.bb)10
3 files changed, 8 insertions, 7 deletions
diff --git a/meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc b/meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc
index 2ddb173d..a9192f62 100644
--- a/meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc
+++ b/meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc
@@ -8,7 +8,4 @@ REPO = "git://github.com/Xilinx/embeddedsw-experimental-dt-support.git;protocol=
8 8
9ESW_BRANCH[2023_sdt_experimental] = "xlnx_rel_v2023.2_sdt" 9ESW_BRANCH[2023_sdt_experimental] = "xlnx_rel_v2023.2_sdt"
10ESW_REV[2023_sdt_experimental] = "742a608800e7621fb7c376daf5124333b5826d6d" 10ESW_REV[2023_sdt_experimental] = "742a608800e7621fb7c376daf5124333b5826d6d"
11LIC_FILES_CHKSUM[master] = '7c92de7a21a6613265035c28f4a92f48'
12LIC_FILES_CHKSUM[xlnx_rel_v2022.1_sdt_experimental_beta] = 'e26f53a7d6f58f4b1a9687099417225c'
13LIC_FILES_CHKSUM[xlnx_rel_v2023.1_sdt_experimental] = 'ce611484168a6000bd35df68fc4f4290'
14LIC_FILES_CHKSUM[xlnx_rel_v2023.2_sdt] = 'ce611484168a6000bd35df68fc4f4290' 11LIC_FILES_CHKSUM[xlnx_rel_v2023.2_sdt] = 'ce611484168a6000bd35df68fc4f4290'
diff --git a/meta-xilinx-standalone-experimental/conf/layer.conf b/meta-xilinx-standalone-experimental/conf/layer.conf
index c3e5cdca..6cfd01c3 100644
--- a/meta-xilinx-standalone-experimental/conf/layer.conf
+++ b/meta-xilinx-standalone-experimental/conf/layer.conf
@@ -22,7 +22,7 @@ LAYERDEPENDS_xilinx-standalone-exp = "core \
22 virtualization-layer \ 22 virtualization-layer \
23 " 23 "
24 24
25LAYERSERIES_COMPAT_xilinx-standalone-exp = "langdale" 25LAYERSERIES_COMPAT_xilinx-standalone-exp = "scarthgap"
26 26
27# Aid debugging, show where the device trees are we are using 27# Aid debugging, show where the device trees are we are using
28BUILDCFG_VARS:append = " SYSTEM_DTFILE CONFIG_DTFILE" 28BUILDCFG_VARS:append = " SYSTEM_DTFILE CONFIG_DTFILE"
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/nativesdk-esw-conf_git.bb b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/esw-conf_git.bb
index 63119fd4..e6cf1d8b 100644
--- a/meta-xilinx-standalone-experimental/recipes-libraries/nativesdk-esw-conf_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/esw-conf_git.bb
@@ -1,5 +1,5 @@
1# Can't depend on esw since this is needed for setup! 1# Can't depend on esw since this is needed for setup!
2inherit xlnx-embeddedsw nativesdk 2inherit xlnx-embeddedsw
3 3
4# We need to override the inherit 4# We need to override the inherit
5require conf/dtb-embeddedsw.inc 5require conf/dtb-embeddedsw.inc
@@ -7,8 +7,10 @@ require conf/dtb-embeddedsw.inc
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8B = "${WORKDIR}/build" 8B = "${WORKDIR}/build"
9 9
10# Don't need any specific dependencies for this 10INHIBIT_DEFAULT_DEPS = "1"
11DEPENDS = "" 11
12# Installing this recipe should install the lopper tools and such
13DEPENDS = "lopper xilinx-lops"
12 14
13COMPATIBLE_HOST:forcevariable = ".*" 15COMPATIBLE_HOST:forcevariable = ".*"
14 16
@@ -28,3 +30,5 @@ do_install() {
28} 30}
29 31
30FILES:${PN} += "${datadir}/embeddedsw" 32FILES:${PN} += "${datadir}/embeddedsw"
33
34BBCLASSEXTEND = "native nativesdk"