I'm try to make a Image .
I want do use Carambola2 from 8 devices.
I can find a sulution for my Problem
At first the commands i have done bevor:
I'm root@ubuntu
- apt-get install subversion g++ ncurses-term zlib1g-dev gawk flex patch openssh-server minicom picocom tftp tftpd gettext libncurses5 libncurses5-dev unzip quilt git git-doc git-gui libxml-parser-perl
- git clone https://github.com/8devices/carambola2 carambola2
- cd carambola2
- ./scripts/feeds update -a
it works fine until here but when i try to do :
- ./scripts/feeds install -a
.....
....
.....
...
Installing package 'rrs'
Installing package 'rsnapshot'
Installing package 'rssh'
Installing package 'rsyncrypto'
Installing package 'sqlite3-ruby'
Installing package 'rygel'
WARNING: No feed for package 'libgstapp' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libgsttag' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-alsa' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-audioconvert' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-audioparsers' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-audioresample' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-autodetect' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-decodebin2' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-flac' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-icydemux' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-id3demux' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-isomp4' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-ogg' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-playbin' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-souphttpsrc' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-typefindfunctions' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-volume' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-vorbis' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-faad' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gst-mod-mad' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'gstreamer' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libgstvideo' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libgstpbutils' found, maybe it's already part of the standard packages?
Installing package 'scanlogd'
Installing package 'scdp'
Installing package 'schedtools'
.....
........
..........
this WARNINING is there.
and make -j 3 V=s gives me also an ERROR
(Last edited by daniel.baecker on 2 Sep 2015, 11:58)
