[oe-commits] Philip Balister : uhd-firmware : Add recipe to install USRP firmware into images.

git version control git at git.openembedded.org
Wed Nov 3 16:54:22 UTC 2010


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

Author: Philip Balister <philip at opensdr.com>
Date:   Wed Nov  3 11:55:22 2010 -0400

uhd-firmware : Add recipe to install USRP firmware into images.

---

 recipes/uhd/uhd-firmware_0.1.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/recipes/uhd/uhd-firmware_0.1.bb b/recipes/uhd/uhd-firmware_0.1.bb
new file mode 100644
index 0000000..dd48954
--- /dev/null
+++ b/recipes/uhd/uhd-firmware_0.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Universal Hardware Driver Firmware"
+HOMEPAGE = "http://www.ettus.com"
+LICENSE = "GPLv3"
+
+SRC_URI = "http://www.ettus.com/downloads/uhd_images/UHD-images-20100901.003255.b5461fc%20--%20most%20recent/UHD-images-20100901.003255.b5461fc-Linux.tar.gz"
+
+# Yes, matching the directory name to package version is annoying
+S = ${WORKDIR}/UHD-images-20100901.003255.b5461fc-Linux
+
+do_install() {
+	install -d ${D}${datadir}/uhd/images
+	install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images
+}
+
+PACKAGES = "${PN}"
+FILES_${PN} = ${datadir}/uhd/images
+





More information about the Openembedded-commits mailing list