summaryrefslogtreecommitdiff
path: root/recipes/trdx-config/angstrom-feed-configs.bbappend
blob: 8094c39a3f3a38f5c7e056e97ec3ab35a65ec7d1 (plain)
1
2
3
4
5
6
7
8
9
10
PRINC = "4"

do_compile_append_tegra2() {
    #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
}