gnuradio-image : Add image to simplify testing gnuradio on OMAP3 boards.
authorPhilip Balister <philip@balister.org>
Thu, 29 Jan 2009 20:19:52 +0000 (15:19 -0500)
committerPhilip Balister <philip@balister.org>
Thu, 29 Jan 2009 20:19:52 +0000 (15:19 -0500)
packages/images/gnuradio-image.bb [new file with mode: 0644]

diff --git a/packages/images/gnuradio-image.bb b/packages/images/gnuradio-image.bb
new file mode 100644 (file)
index 0000000..5421584
--- /dev/null
@@ -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
+