summaryrefslogtreecommitdiff
path: root/recipes-devtools/mtd/mtd-utils_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-08 15:04:17 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:24 +0200
commit457f051ba4a114f14f7bc72795a4835a94b8ddd4 (patch)
tree957c0b6891cb2ac32934e5be4d503dbc32ab2cda /recipes-devtools/mtd/mtd-utils_%.bbappend
parent828666c69da019afebf960c9ced2ba0a0b977c7f (diff)
Use generic bbappend files
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
Diffstat (limited to 'recipes-devtools/mtd/mtd-utils_%.bbappend')
-rw-r--r--recipes-devtools/mtd/mtd-utils_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/mtd/mtd-utils_%.bbappend b/recipes-devtools/mtd/mtd-utils_%.bbappend
new file mode 100644
index 0000000..91e4c8f
--- /dev/null
+++ b/recipes-devtools/mtd/mtd-utils_%.bbappend
@@ -0,0 +1,3 @@
+#EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
+#we want mkfs.ubifs binary to run on a 32 bit architecture, on x86-64 this requires the 32 bit compatibility libs
+EXTRA_OEMAKE_class-native = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR -m32' 'BUILDDIR=${S}'"