diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-03-02 12:48:18 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-03 10:50:38 -0600 |
commit | 719221f708bb63b876cbd0b92c5a1add2e0d6c32 (patch) | |
tree | 261fbe5cef2794f67c37fe6586218754a7bb47c9 /meta-xilinx-standalone | |
parent | 57ad1c3eb99cba80181db8f10436fe470f3c7325 (diff) | |
download | meta-xilinx-719221f708bb63b876cbd0b92c5a1add2e0d6c32.tar.gz |
embeddedsw: Disable buildpaths QA check for embeddedsw firmware
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone')
4 files changed, 11 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc index ceb49417..34051bfa 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc | |||
@@ -71,3 +71,6 @@ do_deploy() { | |||
71 | } | 71 | } |
72 | 72 | ||
73 | addtask deploy before do_build after do_install | 73 | addtask deploy before do_build after do_install |
74 | |||
75 | # Disable buildpaths QA check warnings. | ||
76 | INSANE_SKIP:${PN} += "buildpaths" | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc index 44e428ff..1551f776 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc | |||
@@ -81,3 +81,6 @@ do_deploy() { | |||
81 | } | 81 | } |
82 | 82 | ||
83 | addtask deploy before do_build after do_install | 83 | addtask deploy before do_build after do_install |
84 | |||
85 | # Disable buildpaths QA check warnings. | ||
86 | INSANE_SKIP:${PN} += "buildpaths" | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc index b789af5d..ed3ac959 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc | |||
@@ -80,3 +80,6 @@ do_deploy() { | |||
80 | } | 80 | } |
81 | 81 | ||
82 | addtask deploy before do_build after do_install | 82 | addtask deploy before do_build after do_install |
83 | |||
84 | # Disable buildpaths QA check warnings. | ||
85 | INSANE_SKIP:${PN} += "buildpaths" | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc index a7acfbb7..05b2a1cc 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc | |||
@@ -82,3 +82,5 @@ do_deploy() { | |||
82 | 82 | ||
83 | addtask deploy before do_build after do_install | 83 | addtask deploy before do_build after do_install |
84 | 84 | ||
85 | # Disable buildpaths QA check warnings. | ||
86 | INSANE_SKIP:${PN} += "buildpaths" | ||