summaryrefslogtreecommitdiff
path: root/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend
blob: 192a6edd03a245a1c0d3ec031cdbb298f3e3d81c (plain)
1
2
3
4
5
6
7
8
9
ANGSTROM_URI = "http://feeds.toradex.com/angstrom"

do_compile_append() {
    #no debug feed available so empty the feed configs
    echo "" >  ${S}/${sysconfdir}/opkg/debug-feed.conf

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