[oe-commits] org.oe.dev sdr-image: image with SDR and unicorn stuff

koen commit oe at amethyst.openembedded.net
Fri Apr 11 21:03:30 UTC 2008


sdr-image: image with SDR and unicorn stuff

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 463eb4f1401b7080929d8dd0e7a20b3a03b9dc38
ViewMTN: http://monotone.openembedded.org/revision/info/463eb4f1401b7080929d8dd0e7a20b3a03b9dc38
Files:
1
packages/images/sdr-image.bb
Diffs:

#
# mt diff -rdbf31f0a9aa4e31eea89aef7915af42ca0471e0f -r463eb4f1401b7080929d8dd0e7a20b3a03b9dc38
#
#
#
# add_file "packages/images/sdr-image.bb"
#  content [db27bb62624a5de1caa94815b9c06c7895d9f094]
#
============================================================
--- packages/images/sdr-image.bb	db27bb62624a5de1caa94815b9c06c7895d9f094
+++ packages/images/sdr-image.bb	db27bb62624a5de1caa94815b9c06c7895d9f094
@@ -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
+






More information about the Openembedded-commits mailing list