Skip to content
Snippets Groups Projects
Commit 21bee5ce authored by Pete Tucker's avatar Pete Tucker
Browse files

Fix issue that causes recipes to break if bbappened

parent 4d0cafce
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,10 @@ SRCBRANCH ?= "master"
SRCREV = "c91c43994c879846c15a3cf5251ddc84a03c4287"
SRC_URI = "git://git.rigado.com/vesta/vesta-firmware.git;protocol=https;branch=${SRCBRANCH};destsuffix=${S}/git; \
file://."
file://setmac.sh \
file://hciattach.sh \
file://abtfilt.sh \
"
S = "${WORKDIR}"
INSANE_SKIP_${PN} = "ldflags"
......
......@@ -6,8 +6,15 @@ LICENSE = "CLOSED"
PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = "file://."
SRC_URI = "file://blacklist.conf \
file://led_control.sh \
file://pwm_init.sh \
file://set_hwrevision.sh \
file://hciattach.sh \
file://npm_install_packages.sh \
file://rig_init.sh \
file://watchdog.sh \
"
S = "${WORKDIR}"
do_install() {
......
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