diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-11-04 11:23:21 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-11-04 11:23:21 -0600 |
commit | 812befa503067ad2bae5de58962ff38321c369ca (patch) | |
tree | b472b5118f62e97f760a5b23f3a72130e5ce235b /recipes-devtools | |
download | meta-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.bbappend | 5 |
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/ +} |