From ec48ad7db0f95bb57a3523e0e0a5b09e135c61bf Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sun, 8 Dec 2024 17:44:25 -0700 Subject: esw-conf: Move from sdt workflow to generic esw-conf is required by some gen-machine-conf workflows, so it should always be available for the user. Signed-off-by: Mark Hatle --- .../recipes-bsp/embeddedsw/esw-conf_2024.1.bb | 31 ---------------------- .../recipes-bsp/embeddedsw/esw-conf_2024.2.bb | 31 ---------------------- .../recipes-bsp/embeddedsw/esw-conf_2024.1.bb | 31 ++++++++++++++++++++++ .../recipes-bsp/embeddedsw/esw-conf_2024.2.bb | 31 ++++++++++++++++++++++ 4 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/esw-conf_2024.1.bb delete mode 100644 meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/esw-conf_2024.2.bb create mode 100644 meta-xilinx-standalone/recipes-bsp/embeddedsw/esw-conf_2024.1.bb create mode 100644 meta-xilinx-standalone/recipes-bsp/embeddedsw/esw-conf_2024.2.bb diff --git a/meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/esw-conf_2024.1.bb b/meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/esw-conf_2024.1.bb deleted file mode 100644 index f99db010..00000000 --- a/meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/esw-conf_2024.1.bb +++ /dev/null @@ -1,31 +0,0 @@ -# Can't depend on esw since this is needed for setup! -inherit xlnx-embeddedsw - -S = "${WORKDIR}/git" -B = "${WORKDIR}/build" - -INHIBIT_DEFAULT_DEPS = "1" - -# Installing this recipe should install the lopper tools and such -DEPENDS = "lopper xilinx-lops" - -COMPATIBLE_HOST:forcevariable = ".*" - -ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/" - -do_configure[noexec] = '1' -do_compile[noexec] = '1' - -do_install() { - # The configuration step requires only the yaml files, make them - # available to the SDK - cd ${S}${ESW_COMPONENT_SRC} - for each in `find . -name *.yaml` ; do - mkdir -p $(dirname ${D}/${datadir}/embeddedsw${ESW_COMPONENT_SRC}$each) - install -m 0644 $each ${D}/${datadir}/embeddedsw${ESW_COMPONENT_SRC}$each - done -} - -FILES:${PN} += "${datadir}/embeddedsw" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/esw-conf_2024.2.bb b/meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/esw-conf_2024.2.bb deleted file mode 100644 index f99db010..00000000 --- a/meta-xilinx-standalone-sdt/recipes-bsp/embeddedsw/esw-conf_2024.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -# Can't depend on esw since this is needed for setup! -inherit xlnx-embeddedsw - -S = "${WORKDIR}/git" -B = "${WORKDIR}/build" - -INHIBIT_DEFAULT_DEPS = "1" - -# Installing this recipe should install the lopper tools and such -DEPENDS = "lopper xilinx-lops" - -COMPATIBLE_HOST:forcevariable = ".*" - -ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/" - -do_configure[noexec] = '1' -do_compile[noexec] = '1' - -do_install() { - # The configuration step requires only the yaml files, make them - # available to the SDK - cd ${S}${ESW_COMPONENT_SRC} - for each in `find . -name *.yaml` ; do - mkdir -p $(dirname ${D}/${datadir}/embeddedsw${ESW_COMPONENT_SRC}$each) - install -m 0644 $each ${D}/${datadir}/embeddedsw${ESW_COMPONENT_SRC}$each - done -} - -FILES:${PN} += "${datadir}/embeddedsw" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/esw-conf_2024.1.bb b/meta-xilinx-standalone/recipes-bsp/embeddedsw/esw-conf_2024.1.bb new file mode 100644 index 00000000..f99db010 --- /dev/null +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/esw-conf_2024.1.bb @@ -0,0 +1,31 @@ +# Can't depend on esw since this is needed for setup! +inherit xlnx-embeddedsw + +S = "${WORKDIR}/git" +B = "${WORKDIR}/build" + +INHIBIT_DEFAULT_DEPS = "1" + +# Installing this recipe should install the lopper tools and such +DEPENDS = "lopper xilinx-lops" + +COMPATIBLE_HOST:forcevariable = ".*" + +ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/" + +do_configure[noexec] = '1' +do_compile[noexec] = '1' + +do_install() { + # The configuration step requires only the yaml files, make them + # available to the SDK + cd ${S}${ESW_COMPONENT_SRC} + for each in `find . -name *.yaml` ; do + mkdir -p $(dirname ${D}/${datadir}/embeddedsw${ESW_COMPONENT_SRC}$each) + install -m 0644 $each ${D}/${datadir}/embeddedsw${ESW_COMPONENT_SRC}$each + done +} + +FILES:${PN} += "${datadir}/embeddedsw" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/esw-conf_2024.2.bb b/meta-xilinx-standalone/recipes-bsp/embeddedsw/esw-conf_2024.2.bb new file mode 100644 index 00000000..f99db010 --- /dev/null +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/esw-conf_2024.2.bb @@ -0,0 +1,31 @@ +# Can't depend on esw since this is needed for setup! +inherit xlnx-embeddedsw + +S = "${WORKDIR}/git" +B = "${WORKDIR}/build" + +INHIBIT_DEFAULT_DEPS = "1" + +# Installing this recipe should install the lopper tools and such +DEPENDS = "lopper xilinx-lops" + +COMPATIBLE_HOST:forcevariable = ".*" + +ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/" + +do_configure[noexec] = '1' +do_compile[noexec] = '1' + +do_install() { + # The configuration step requires only the yaml files, make them + # available to the SDK + cd ${S}${ESW_COMPONENT_SRC} + for each in `find . -name *.yaml` ; do + mkdir -p $(dirname ${D}/${datadir}/embeddedsw${ESW_COMPONENT_SRC}$each) + install -m 0644 $each ${D}/${datadir}/embeddedsw${ESW_COMPONENT_SRC}$each + done +} + +FILES:${PN} += "${datadir}/embeddedsw" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf