summaryrefslogtreecommitdiff
path: root/recipes-devtools
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2014-11-04 11:23:21 -0600
committerJesse Gilles <jgilles@multitech.com>2014-11-04 11:23:21 -0600
commit812befa503067ad2bae5de58962ff38321c369ca (patch)
treeb472b5118f62e97f760a5b23f3a72130e5ce235b /recipes-devtools
downloadmeta-multitech-atmel-812befa503067ad2bae5de58962ff38321c369ca.tar.gz
meta-multitech-atmel-812befa503067ad2bae5de58962ff38321c369ca.tar.bz2
meta-multitech-atmel-812befa503067ad2bae5de58962ff38321c369ca.zip
initial commit with MTCDT support
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/mtd/mtd-utils_git.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/mtd/mtd-utils_git.bbappend b/recipes-devtools/mtd/mtd-utils_git.bbappend
new file mode 100644
index 0000000..83fb1a0
--- /dev/null
+++ b/recipes-devtools/mtd/mtd-utils_git.bbappend
@@ -0,0 +1,5 @@
+# install jffs-user.h which was removed from linux-headers
+do_install_append() {
+ install -d ${D}${includedir}/mtd
+ install -m 644 include/mtd/jffs2-user.h ${D}${includedir}/mtd/
+}