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 | |
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')
-rw-r--r-- | recipes-ti/bios/ti-biosutils_1.02.02.bb | 1 | ||||
-rw-r--r-- | recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 2 | ||||
-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 | ||||
-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 | ||||
-rw-r--r-- | recipes-ti/dmai/ti-dmai_svn.bb | 1 | ||||
-rw-r--r-- | recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb | 1 | ||||
-rw-r--r-- | recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb | 1 | ||||
-rw-r--r-- | recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb | 2 | ||||
-rw-r--r-- | recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb | 1 | ||||
-rw-r--r-- | recipes-ti/local-power-manager/ti-local-power-manager_1.24.02.09.bb | 1 | ||||
-rw-r--r-- | recipes-ti/xdais/ti-xdais_6.26.01.03.bb | 2 |
13 files changed, 17 insertions, 3 deletions
diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/ti-biosutils_1.02.02.bb index 918f1240..5b6b4f43 100644 --- a/recipes-ti/bios/ti-biosutils_1.02.02.bb +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb | |||
@@ -6,3 +6,4 @@ PVsuffix = "_02" | |||
6 | SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9" | 6 | SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9" |
7 | SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1" | 7 | SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1" |
8 | 8 | ||
9 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb index 9e3b695a..f60f6c09 100644 --- a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb +++ b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb | |||
@@ -5,3 +5,5 @@ PV = "5_41_11_38" | |||
5 | SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" | 5 | SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" |
6 | SRC_URI[biosbin.sha256sum] = "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0" | 6 | SRC_URI[biosbin.sha256sum] = "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0" |
7 | 7 | ||
8 | |||
9 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
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" | |
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" | ||
diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/ti-dmai_svn.bb index 3ac7a81d..536bb78b 100644 --- a/recipes-ti/dmai/ti-dmai_svn.bb +++ b/recipes-ti/dmai/ti-dmai_svn.bb | |||
@@ -36,3 +36,4 @@ SRC_URI_append = " file://omap3530-r642-remove-include-videodev.diff;striplevel= | |||
36 | file://r642-fix-config-bld.diff;striplevel=3 \ | 36 | file://r642-fix-config-bld.diff;striplevel=3 \ |
37 | " | 37 | " |
38 | 38 | ||
39 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
diff --git a/recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb b/recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb index a124b21a..1d6fb009 100644 --- a/recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb +++ b/recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb | |||
@@ -14,3 +14,4 @@ SRC_URI += "file://dsplink-BKL-fix.patch \ | |||
14 | SRC_URI[dsplinktarball.md5sum] = "1bda596b631bd2f517edc70f6be4f2ca" | 14 | SRC_URI[dsplinktarball.md5sum] = "1bda596b631bd2f517edc70f6be4f2ca" |
15 | SRC_URI[dsplinktarball.sha256sum] = "4b1bda89bd8465b887f5bcdf7b95018bc1d1f8968c0c44f8cbad2a9e1c52bcb7" | 15 | SRC_URI[dsplinktarball.sha256sum] = "4b1bda89bd8465b887f5bcdf7b95018bc1d1f8968c0c44f8cbad2a9e1c52bcb7" |
16 | 16 | ||
17 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
diff --git a/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb b/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb index 9b03e9b3..549e0209 100644 --- a/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb +++ b/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb | |||
@@ -7,3 +7,4 @@ SRC_URI_edma3lldsite = "sdo_tii/psp" | |||
7 | SRC_URI[edma3lldbin.md5sum] = "b3c41cb946e2e4b94348fc6bcbe30b16" | 7 | SRC_URI[edma3lldbin.md5sum] = "b3c41cb946e2e4b94348fc6bcbe30b16" |
8 | SRC_URI[edma3lldbin.sha256sum] = "617db3eadff33a88e3d42818c204f379906da3b312bc120092408043e7e2aaeb" | 8 | SRC_URI[edma3lldbin.sha256sum] = "617db3eadff33a88e3d42818c204f379906da3b312bc120092408043e7e2aaeb" |
9 | 9 | ||
10 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb index b7ea9b83..7abe7935 100644 --- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb +++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb | |||
@@ -5,4 +5,4 @@ PV = "2_26_00_01" | |||
5 | SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af" | 5 | SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af" |
6 | SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048" | 6 | SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048" |
7 | 7 | ||
8 | 8 | INSANE_SKIP_${PN} = "installed-vs-shipped" | |
diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb index 2a67e6a4..75a32dab 100644 --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb | |||
@@ -8,3 +8,4 @@ PV = "2_26_01_02" | |||
8 | SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8" | 8 | SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8" |
9 | SRC_URI[sha256sum] = "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2" | 9 | SRC_URI[sha256sum] = "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2" |
10 | 10 | ||
11 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
diff --git a/recipes-ti/local-power-manager/ti-local-power-manager_1.24.02.09.bb b/recipes-ti/local-power-manager/ti-local-power-manager_1.24.02.09.bb index 759561f3..195b1776 100644 --- a/recipes-ti/local-power-manager/ti-local-power-manager_1.24.02.09.bb +++ b/recipes-ti/local-power-manager/ti-local-power-manager_1.24.02.09.bb | |||
@@ -8,3 +8,4 @@ SRC_URI += "file://lpm-BKL-fix.patch" | |||
8 | SRC_URI[lpmtarball.md5sum] = "3d05453df26dfc811de04839d74c2f2b" | 8 | SRC_URI[lpmtarball.md5sum] = "3d05453df26dfc811de04839d74c2f2b" |
9 | SRC_URI[lpmtarball.sha256sum] = "7335959a6217df17289f81839e6c6948f31cc0797ebc5389edef7190ed3ea589" | 9 | SRC_URI[lpmtarball.sha256sum] = "7335959a6217df17289f81839e6c6948f31cc0797ebc5389edef7190ed3ea589" |
10 | 10 | ||
11 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
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" | |