diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-06-14 04:34:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-06-23 17:46:12 -0400 |
commit | 5bb6e1083ae977778f213f17335b076ad2d33004 (patch) | |
tree | fa0b96faad0d287d6468e2a52f123b8450d39a9f /recipes-ti/devtools | |
parent | 95db662c8a1bb2c89f1ec83658a07ba2d8ac6c0a (diff) | |
download | meta-ti-5bb6e1083ae977778f213f17335b076ad2d33004.tar.gz |
Use INSANE_SKIP_${PN} = "installed-vs-shipped"
A number of recipes in recipes-ti install more files than are
packaged causing lots of QA errors. We choose to ignore these.
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r-- | recipes-ti/devtools/ti-cgt6x_7.2.7.bb | 2 | ||||
-rw-r--r-- | recipes-ti/devtools/ti-xdctools_3.23.00.32.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-ti/devtools/ti-cgt6x_7.2.7.bb b/recipes-ti/devtools/ti-cgt6x_7.2.7.bb index aab1b96c..a2266004 100644 --- a/recipes-ti/devtools/ti-cgt6x_7.2.7.bb +++ b/recipes-ti/devtools/ti-cgt6x_7.2.7.bb | |||
@@ -9,3 +9,5 @@ PVwithdots = "7.2.7" | |||
9 | SRC_URI[cgt6xbin.md5sum] = "71a0768a541fdebd9c35d44301019d1d" | 9 | SRC_URI[cgt6xbin.md5sum] = "71a0768a541fdebd9c35d44301019d1d" |
10 | SRC_URI[cgt6xbin.sha256sum] = "211477f0142d603975544abe3c45cc3b77a3b38038158676c60812806378738b" | 10 | SRC_URI[cgt6xbin.sha256sum] = "211477f0142d603975544abe3c45cc3b77a3b38038158676c60812806378738b" |
11 | 11 | ||
12 | |||
13 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
diff --git a/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb index b2db76c9..7f00d9e6 100644 --- a/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb +++ b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb | |||
@@ -9,3 +9,5 @@ SRC_URI[xdcbin.md5sum] = "263aa11795670265551d36a8c77ad27d" | |||
9 | SRC_URI[xdcbin.sha256sum] = "880b4e263850f2a3c0ea7352c5b6e0a86692361e26634c3b70dddc42c71231a5" | 9 | SRC_URI[xdcbin.sha256sum] = "880b4e263850f2a3c0ea7352c5b6e0a86692361e26634c3b70dddc42c71231a5" |
10 | 10 | ||
11 | S = "${WORKDIR}/ti/xdctools_${PV}" | 11 | S = "${WORKDIR}/ti/xdctools_${PV}" |
12 | |||
13 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||