From: Koen Kooi Date: Fri, 11 Apr 2008 20:58:23 +0000 (+0000) Subject: sdr-image: image with SDR and unicorn stuff X-Git-Tag: Release-2010-05/1~7211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f5b8ab6d388ffca32a52a832a0044099d39a65;p=openembedded.git sdr-image: image with SDR and unicorn stuff --- diff --git a/packages/images/sdr-image.bb b/packages/images/sdr-image.bb new file mode 100644 index 0000000000..fc30d69130 --- /dev/null +++ b/packages/images/sdr-image.bb @@ -0,0 +1,30 @@ +#Angstrom SDR image +# An image with tools for software defined radio and unicorn radio + +# TODO: +# http://poh9.blogspot.com/2008/02/for-my-own-future-reference-how-to.html +# X demo +# xorg.conf + +ANGSTROM_EXTRA_INSTALL ?= "" +DISTRO_SSH_DAEMON ?= "dropbear" + +IMAGE_INSTALL = " task-base-extended \ + kernel-modules \ + task-proper-tools \ + gnuradio gnuradio-usrp \ + gnuplot \ + xf86-input-keyboard \ + xf86-input-evdev \ + xf86-input-mouse \ + xf86-video-dummy \ + xf86-video-fbdev \ + xf86-video-sisusb \ + xf86-video-vesa \ + python-core perl \ + uucp picocom \ + pulseaudio pulseaudio-module-zeroconf-publish avahi-utils \ +" + +inherit image +