From 372a6dd7957ddc37fe65fd42a54feebbd5846511 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 12 Jan 2015 11:33:26 +0100 Subject: feeds: remove debug and re-add hard-float non-neon feeds Remove debug feed URL as it does not exist. Re-add Colibri T20 specific (ARM, hard-float, non-neon) feeds which recently are built in Angstrom again as Atmel SAMA5D3 is non-neon as well. --- recipes/trdx-config/angstrom-feed-configs.bbappend | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/recipes/trdx-config/angstrom-feed-configs.bbappend b/recipes/trdx-config/angstrom-feed-configs.bbappend index 8f474f2..64b5481 100644 --- a/recipes/trdx-config/angstrom-feed-configs.bbappend +++ b/recipes/trdx-config/angstrom-feed-configs.bbappend @@ -1,15 +1,7 @@ do_compile_append() { - #trdx: no machine feed available so empty the feed configs - echo "" > ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf -} + #no debug feed available so empty the feed configs + echo "" > ${S}/${sysconfdir}/opkg/debug-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 } -- cgit v1.2.3