summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-libraries
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-05-11 10:10:05 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-27 21:33:21 -0700
commit551e1f823a75606bd9312f95a61831d8f25b1fdd (patch)
tree19174a75ef74c0a8a7eefd810b8fc78bc549b87f /meta-xilinx-standalone-experimental/recipes-libraries
parent76aeee5fc8c2d2a8136e37aa97776ed79e5ec995 (diff)
downloadmeta-xilinx-551e1f823a75606bd9312f95a61831d8f25b1fdd.tar.gz
dtb-embeddedsw.inc: Unify the approach to overriding
Add an 'experimental' configuration, and default to this when using any of the experimental esw based recipes. The class must be inherited first, and THEN the override processed. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-libraries')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-libraries/nativesdk-esw-conf_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/nativesdk-esw-conf_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/nativesdk-esw-conf_git.bb
index 0b1aa111..629b6f73 100644
--- a/meta-xilinx-standalone-experimental/recipes-libraries/nativesdk-esw-conf_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-libraries/nativesdk-esw-conf_git.bb
@@ -1,8 +1,9 @@
1include conf/xilinx/esw-srcrev.inc
2
3# Can't depend on esw since this is needed for setup! 1# Can't depend on esw since this is needed for setup!
4inherit xlnx-embeddedsw nativesdk 2inherit xlnx-embeddedsw nativesdk
5 3
4# We need to override the inherit
5require conf/dtb-embeddedsw.inc
6
6S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
7B = "${WORKDIR}/build" 8B = "${WORKDIR}/build"
8 9