summaryrefslogtreecommitdiff
path: root/recipes/base-files/base-files_3.0.14.bbappend
blob: a4ff624a6f7ba68bbaf5e72ec0e18b0113898d71 (plain)
1
2
3
4
5
6
7
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
}