Skip to content
Snippets Groups Projects
Commit fea1b3e4 authored by Frieder Schrempf's avatar Frieder Schrempf
Browse files

meta-ked: Fix build without meta-swupdate layer

parent 8207a702
No related tags found
1 merge request!50Draft: meta-ked: Fix build without meta-swupdate layer
Pipeline #19695 passed
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += " \
file://0001-libubootenv-support-newer-yaml-config.patch \
file://0002-Always-link-libubootenv.patch \
"
......@@ -7,13 +7,15 @@ SWUPDATE_EXTRA_ARGS = ""
DEPENDS += "zeromq openssl json-c libarchive curl lua mtd-utils libubootenv"
SRC_URI += " \
file://default_swupdate.cfg \
file://default_hwrevision \
file://default_sw-versions \
file://fragment_webserver.cfg \
file://locale-fix.sh \
file://09-swupdate-args \
"
file://0001-libubootenv-support-newer-yaml-config.patch \
file://0002-Always-link-libubootenv.patch \
file://09-swupdate-args \
file://default_hwrevision \
file://default_sw-versions \
file://default_swupdate.cfg \
file://fragment_webserver.cfg \
file://locale-fix.sh \
"
do_install:append() {
install -d ${D}${sysconfdir}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment