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-04-10 09:03:22 -0700 |
| commit | 4bc69eb41a0f779b40580ef3e5b0ec44b9429c23 (patch) | |
| tree | 0fd750fe7067ec60a77f4b56b3f78df05c6f43ac | |
| parent | abf67a6fa4fe7cf8469d84e53fe0fc07bf2d0eab (diff) | |
| download | meta-xilinx-4bc69eb41a0f779b40580ef3e5b0ec44b9429c23.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>
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 dd87ff31..0e855eef 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" | ||
