summaryrefslogtreecommitdiff
path: root/recipes/base-files/base-files_3.0.14.bbappend
blob: 0211321970225747d607f8c775af4de2a34a18bb (plain)
1
2
3
4
5
6
7
8
9
PRINC = "4"

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

do_install_append () {
#trdx specific
        echo "search colibri.net"  > ${D}${sysconfdir}/resolv.conf
        echo "nameserver 8.8.8.8" >> ${D}${sysconfdir}/resolv.conf
}