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/codec-engine | |
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/codec-engine')
-rw-r--r-- | recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb | 2 | ||||
-rw-r--r-- | recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb b/recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb index bcb89b77..4a27b1d7 100644 --- a/recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb +++ b/recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb | |||
@@ -8,3 +8,5 @@ SRC_URI += "file://bypass-GCArmv5T-used-is-sealed.patch" | |||
8 | 8 | ||
9 | SRC_URI[cetarball.md5sum] = "4f755f77119e4da19ab5cc7ae7ccfdb4" | 9 | SRC_URI[cetarball.md5sum] = "4f755f77119e4da19ab5cc7ae7ccfdb4" |
10 | SRC_URI[cetarball.sha256sum] = "17fa053719265e0901fe3c3f90c9204957c6d0f5351d6b3ba4900df58cb7300f" | 10 | SRC_URI[cetarball.sha256sum] = "17fa053719265e0901fe3c3f90c9204957c6d0f5351d6b3ba4900df58cb7300f" |
11 | |||
12 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
diff --git a/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb b/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb index ea9f3890..5c87b4cd 100644 --- a/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb +++ b/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb | |||
@@ -205,4 +205,4 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
205 | PACKAGES += "ti-codecs-omap3530-server" | 205 | PACKAGES += "ti-codecs-omap3530-server" |
206 | FILES_ti-codecs-omap3530-server = "${installdir}/ti-codecs-server/*" | 206 | FILES_ti-codecs-omap3530-server = "${installdir}/ti-codecs-server/*" |
207 | 207 | ||
208 | 208 | INSANE_SKIP_${PN} = "installed-vs-shipped" | |