dtc: Add package dtc, needed to compile OF device trees for powerpc kernels, thanks...
authorOyvind Repvik <nail@nslu2-linux.org>
Thu, 15 Mar 2007 21:07:55 +0000 (21:07 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Thu, 15 Mar 2007 21:07:55 +0000 (21:07 +0000)
packages/dtc/.mtn2git_empty [new file with mode: 0644]
packages/dtc/dtc.bb [new file with mode: 0644]

diff --git a/packages/dtc/.mtn2git_empty b/packages/dtc/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/dtc/dtc.bb b/packages/dtc/dtc.bb
new file mode 100644 (file)
index 0000000..9ef9292
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "dtc tool"
+SECTION = "bootloader"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools native
+
+do_stage() {
+       install -m 755 dtc ${STAGING_BINDIR}/dtc
+}