summaryrefslogtreecommitdiff
path: root/recipes/trdx-config/angstrom-feed-configs.bbappend
blob: c96e8e405b993a8aaf36ae1f2f665da8429ecc88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PRINC = "4"

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

do_compile_append_tegra2() {
    #trdx: no machine feed available so empty the feed configs
    echo "" >  ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf
    #trdx: no feed available for a compatible arm architecture (arm, hard float, no neon) so empty the feed configs
    echo "" > ${S}/${sysconfdir}/opkg/base-feed.conf
    echo "" > ${S}/${sysconfdir}/opkg/debug-feed.conf
    echo "" > ${S}/${sysconfdir}/opkg/gstreamer-feed.conf
    echo "" > ${S}/${sysconfdir}/opkg/perl-feed.conf
    echo "" > ${S}/${sysconfdir}/opkg/python-feed.conf
}