bitbake.conf: use rootfs/${PN} for IMAGE_ROOTFS
[vuplus_openembedded] / classes / efl.bbclass
index a8a8e08..9d24a0f 100644 (file)
@@ -9,10 +9,16 @@ DEPENDS += "pkgconfig-native"
 # revision 0d93ec84b30bc1bee2caaee72d667f87bc468a70 made SRCDATE and hence PV go backwards, so we need to up PE to unbreak builds and feeds :(
 PE = "2"
 
+ARM_INSTRUCTION_SET = "arm"
+
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 # do NOT inherit pkgconfig here, see note in autotools_stage_all
 inherit autotools
 
+do_configure_prepend() {
+       touch config.rpath
+}
+
 do_stage() {
        autotools_stage_all
 }