enabling https for wget in busybox 55/9655/2
authorDominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
Thu, 8 Jun 2017 16:38:14 +0000 (18:38 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 8 Jun 2017 21:13:32 +0000 (21:13 +0000)
Change-Id: I4d7093285d6c4aa3b17e78019b1e0d3a9b5de2d3
Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9655
Reviewed-by: Martin Kelly <mkelly@xevo.com>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl/recipes-connectivity/busybox/busybox_%.bbappend [new file with mode: 0644]
meta-agl/recipes-connectivity/busybox/files/enable-wget-https.cfg [new file with mode: 0644]

diff --git a/meta-agl/recipes-connectivity/busybox/busybox_%.bbappend b/meta-agl/recipes-connectivity/busybox/busybox_%.bbappend
new file mode 100644 (file)
index 0000000..198b651
--- /dev/null
@@ -0,0 +1,2 @@
+SRC_URI += "file://enable-wget-https.cfg"
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
diff --git a/meta-agl/recipes-connectivity/busybox/files/enable-wget-https.cfg b/meta-agl/recipes-connectivity/busybox/files/enable-wget-https.cfg
new file mode 100644 (file)
index 0000000..e92006b
--- /dev/null
@@ -0,0 +1,3 @@
+# Thu Jun  8 17:32:07 2017
+CONFIG_FEATURE_WGET_OPENSSL=y
+CONFIG_FEATURE_WGET_SSL_HELPER=y