blob: 85159715eb7e4c41602dfb067b685ef8976ee675 (
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
#trdx: no machine feed available so empty the feed configs
echo "" > ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf
}
|