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/xdais | |
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/xdais')
-rw-r--r-- | recipes-ti/xdais/ti-xdais_6.26.01.03.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/xdais/ti-xdais_6.26.01.03.bb b/recipes-ti/xdais/ti-xdais_6.26.01.03.bb index f8bef79a..0451b2dc 100644 --- a/recipes-ti/xdais/ti-xdais_6.26.01.03.bb +++ b/recipes-ti/xdais/ti-xdais_6.26.01.03.bb | |||
@@ -5,4 +5,4 @@ PV = "6_26_01_03" | |||
5 | SRC_URI[xdaistarball.md5sum] = "9b2bea3408254e737ec0d819a031adf6" | 5 | SRC_URI[xdaistarball.md5sum] = "9b2bea3408254e737ec0d819a031adf6" |
6 | SRC_URI[xdaistarball.sha256sum] = "d7bcbd8bcfe6fdfc5f402e4b125ced6c806dc30bc5296e98d5d43b0b5a237a0d" | 6 | SRC_URI[xdaistarball.sha256sum] = "d7bcbd8bcfe6fdfc5f402e4b125ced6c806dc30bc5296e98d5d43b0b5a237a0d" |
7 | 7 | ||
8 | 8 | INSANE_SKIP_${PN} = "installed-vs-shipped" | |