summaryrefslogtreecommitdiff
path: root/recipes/trdx-config/angstrom-feed-configs.bbappend
blob: 64b54819abb43825f3f7e763f52c79d99b9eff7d (plain)
1
2
3
4
5
6
7
do_compile_append() {
    #no debug feed available so empty the feed configs
    echo "" >  ${S}/${sysconfdir}/opkg/debug-feed.conf

    #trdx: no machine feed available so empty the feed configs
    echo "" >  ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf
}