aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/base-files/base-files_%.bbappend
blob: a064006c4ea79c7610cd67b76ecf276b54aaf43d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FILESEXTRAPATHS:prepend := "${THISDIR}/base-files:"

SRC_URI += "file://host.sh \
            file://guest.sh"

do_install:append() {
    install -m 0755 -d ${D}${bindir}
    install -m 0755 ${S}/host.sh ${D}${bindir}/host.sh
    install -m 0755 ${S}/guest.sh ${D}${bindir}/guest.sh
}