[oe-commits] Philip Balister : gnuradio-image : Add image to simplify testing gnuradio on OMAP3 boards.

GIT User account git at amethyst.openembedded.net
Thu Jan 29 20:22:33 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e3792ea343d6e99b3dfe55f5bbbfc0d011552f13
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e3792ea343d6e99b3dfe55f5bbbfc0d011552f13

Author: Philip Balister <philip at balister.org>
Date:   Thu Jan 29 15:19:52 2009 -0500

gnuradio-image : Add image to simplify testing gnuradio on OMAP3 boards.

---

 packages/images/gnuradio-image.bb |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/packages/images/gnuradio-image.bb b/packages/images/gnuradio-image.bb
new file mode 100644
index 0000000..5421584
--- /dev/null
+++ b/packages/images/gnuradio-image.bb
@@ -0,0 +1,26 @@
+#GNU radio image
+
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+IMAGE_EXTRA_INSTALL ?= ""
+
+DEPENDS = "task-base-extended \
+           ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
+	   "
+
+IMAGE_INSTALL = "task-base-extended \
+	    ${IMAGE_EXTRA_INSTALL} \
+	    ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
+            oprofile \
+            screen \
+            ntp ntp-bin \
+            make \
+            nfs-utils-client \
+            gnuradio gnuradio-examples \
+	   "
+
+export IMAGE_BASENAME = "gnuradio-image"
+IMAGE_LINGUAS = ""
+
+inherit image
+





More information about the Openembedded-commits mailing list