aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-integration/recipes-devtools/opkg/opkg_%.bbappend
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-11-02 22:18:09 +0000
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2015-11-03 10:22:13 +0100
commitc8e320957ececdcb70cd51fb9db2f19eb2e7e674 (patch)
tree474a7c3a9ade7f9b2d595e60cb13edcfcd652c44 /meta-linaro-integration/recipes-devtools/opkg/opkg_%.bbappend
parent6870b7816c627f55b9463ef0eb0fe29ce3db14da (diff)
opkg: add patches for file name too long issue
Some of our builds started to fail with "File name too long" errors, and a similar issue was reported on the yocto mailing list at [1]. There are patches to address this problem being reviewed on the opkg-dev mailing list, see [2], let's bring these patches in meta-linaro-integration until we figure out how/when they will get upstream. These patches have been tested with the QCOM OpenEmbedded images on ci.linaro.org, and they fixed the build issues. Broken and fixed build log can be seen at [3] and [4]. [1] https://lists.yoctoproject.org/pipermail/yocto/2015-October/026939.html [2] https://groups.google.com/forum/#!topic/opkg-devel/UzDigiuKBcs [3] https://ci.linaro.org/view/member-builds/job/lt-qcom-openembedded-images/7 [4] https://ci.linaro.org/view/member-builds/job/lt-qcom-openembedded-images/8 Change-Id: Id5d9c7adc2be38a6c5eb9dc878aa751f9648c4c9 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'meta-linaro-integration/recipes-devtools/opkg/opkg_%.bbappend')
-rw-r--r--meta-linaro-integration/recipes-devtools/opkg/opkg_%.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-linaro-integration/recipes-devtools/opkg/opkg_%.bbappend b/meta-linaro-integration/recipes-devtools/opkg/opkg_%.bbappend
new file mode 100644
index 00000000..15f27ad6
--- /dev/null
+++ b/meta-linaro-integration/recipes-devtools/opkg/opkg_%.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+SRC_URI += " \
+ file://0001-md5-Add-md5_to_string-function.patch \
+ file://0002-sha256-Add-sha256_to_string-function.patch \
+ file://0003-opkg_download-Use-md5sum-of-src-URI-as-cache-file-na.patch \
+"
+