diff options
author | Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> | 2021-03-22 10:02:28 +0530 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:30:28 -0700 |
commit | 902f3692284e993b5e28fc32e872d918e80618ad (patch) | |
tree | fa14bf6d0cb861ae676eb1f4e190d80042cc69d2 | |
parent | 230542011a241251318e43c1cc63ce5624049f39 (diff) | |
download | meta-xilinx-902f3692284e993b5e28fc32e872d918e80618ad.tar.gz |
recipes-drivers: Drivers source shouldn't depend on xparameters.h file
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
20 files changed, 0 insertions, 98 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/axidma_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/axidma_git.bb index 68ef659a..94e5f7b7 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/axidma_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/axidma_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/axidma/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/axidma/src/" |
10 | ESW_COMPONENT_NAME = "libaxidma.a" | 10 | ESW_COMPONENT_NAME = "libaxidma.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/canfd_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/canfd_git.bb index 5f02d0a9..58e0e8ff 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/canfd_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/canfd_git.bb | |||
@@ -9,9 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/canfd/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/canfd/src/" |
10 | ESW_COMPONENT_NAME = "libcanfd.a" | 10 | ESW_COMPONENT_NAME = "libcanfd.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
17 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/canps_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/canps_git.bb index 7733fd4f..82ccf325 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/canps_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/canps_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/canps/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/canps/src/" |
10 | ESW_COMPONENT_NAME = "libcanps.a" | 10 | ESW_COMPONENT_NAME = "libcanps.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/cframe_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/cframe_git.bb index c443b9a9..022b0a43 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/cframe_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/cframe_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/cframe/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/cframe/src/" |
10 | ESW_COMPONENT_NAME = "libcframe.a" | 10 | ESW_COMPONENT_NAME = "libcframe.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/csudma_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/csudma_git.bb index c5e83b67..3826b7cc 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/csudma_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/csudma_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/csudma/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/csudma/src/" |
10 | ESW_COMPONENT_NAME = "libcsudma.a" | 10 | ESW_COMPONENT_NAME = "libcsudma.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/emacps_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/emacps_git.bb index cca114f4..492c04e7 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/emacps_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/emacps_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/emacps/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/emacps/src/" |
10 | ESW_COMPONENT_NAME = "libemacps.a" | 10 | ESW_COMPONENT_NAME = "libemacps.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/gpiops_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/gpiops_git.bb index 24f50580..c7c6d3b7 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/gpiops_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/gpiops_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/gpiops/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/gpiops/src/" |
10 | ESW_COMPONENT_NAME = "libgpiops.a" | 10 | ESW_COMPONENT_NAME = "libgpiops.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/iicps_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/iicps_git.bb index 7647b0b0..b271032f 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/iicps_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/iicps_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/iicps/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/iicps/src/" |
10 | ESW_COMPONENT_NAME = "libiicps.a" | 10 | ESW_COMPONENT_NAME = "libiicps.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/iomodule_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/iomodule_git.bb index 78bf108d..0fb1539e 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/iomodule_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/iomodule_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/iomodule/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/iomodule/src/" |
10 | ESW_COMPONENT_NAME = "libiomodule.a" | 10 | ESW_COMPONENT_NAME = "libiomodule.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/ipipsu_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/ipipsu_git.bb index 456c4410..3d43ffdf 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/ipipsu_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/ipipsu_git.bb | |||
@@ -9,9 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/ipipsu/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/ipipsu/src/" |
10 | ESW_COMPONENT_NAME = "libipipsu.a" | 10 | ESW_COMPONENT_NAME = "libipipsu.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
17 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/mcdma_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/mcdma_git.bb index 5720437b..e3d47db1 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/mcdma_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/mcdma_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/mcdma/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/mcdma/src/" |
10 | ESW_COMPONENT_NAME = "libmcdma.a" | 10 | ESW_COMPONENT_NAME = "libmcdma.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb index 4dc09878..4183cdf8 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/qspipsu/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/qspipsu/src/" |
10 | ESW_COMPONENT_NAME = "libqspipsu.a" | 10 | ESW_COMPONENT_NAME = "libqspipsu.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/resetps_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/resetps_git.bb index 13efa0fb..07073180 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/resetps_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/resetps_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/resetps/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/resetps/src/" |
10 | ESW_COMPONENT_NAME = "libresetps.a" | 10 | ESW_COMPONENT_NAME = "libresetps.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/rtcpsu_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/rtcpsu_git.bb index e4b8fbb5..288414b5 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/rtcpsu_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/rtcpsu_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/rtcpsu/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/rtcpsu/src/" |
10 | ESW_COMPONENT_NAME = "librtcpsu.a" | 10 | ESW_COMPONENT_NAME = "librtcpsu.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/sdps_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/sdps_git.bb index dde6ee47..6bef25b1 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/sdps_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/sdps_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/sdps/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/sdps/src/" |
10 | ESW_COMPONENT_NAME = "libsdps.a" | 10 | ESW_COMPONENT_NAME = "libsdps.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/sysmonpsu_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/sysmonpsu_git.bb index 23b53847..2715a434 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/sysmonpsu_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/sysmonpsu_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/sysmonpsu/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/sysmonpsu/src/" |
10 | ESW_COMPONENT_NAME = "libsysmonpsu.a" | 10 | ESW_COMPONENT_NAME = "libsysmonpsu.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/ttcps_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/ttcps_git.bb index 505b20af..90572c0a 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/ttcps_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/ttcps_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/ttcps/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/ttcps/src/" |
10 | ESW_COMPONENT_NAME = "libttcps.a" | 10 | ESW_COMPONENT_NAME = "libttcps.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/usbpsu_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/usbpsu_git.bb index 143bfb9c..37b1251b 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/usbpsu_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/usbpsu_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/usbpsu/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/usbpsu/src/" |
10 | ESW_COMPONENT_NAME = "libusbpsu.a" | 10 | ESW_COMPONENT_NAME = "libusbpsu.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/wdtps_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/wdtps_git.bb index 2a4e22ab..890a191d 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/wdtps_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/wdtps_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/wdtps/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/wdtps/src/" |
10 | ESW_COMPONENT_NAME = "libwdtps.a" | 10 | ESW_COMPONENT_NAME = "libwdtps.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/zdma_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/zdma_git.bb index aa094e16..8baf6aef 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/zdma_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/zdma_git.bb | |||
@@ -9,10 +9,5 @@ DEPENDS += "xilstandalone xilmem" | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/zdma/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/zdma/src/" |
10 | ESW_COMPONENT_NAME = "libzdma.a" | 10 | ESW_COMPONENT_NAME = "libzdma.a" |
11 | 11 | ||
12 | do_configure_prepend() { | ||
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} | ||
14 | install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ | ||
15 | } | ||
16 | |||
17 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
18 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |