bitbake.conf: use rootfs/${PN} for IMAGE_ROOTFS
[vuplus_openembedded] / classes / efl.bbclass
index bc4d9fe..9d24a0f 100644 (file)
@@ -7,12 +7,18 @@ S = "${WORKDIR}/${SRCNAME}"
 DEPENDS += "pkgconfig-native"
 
 # revision 0d93ec84b30bc1bee2caaee72d667f87bc468a70 made SRCDATE and hence PV go backwards, so we need to up PE to unbreak builds and feeds :(
-PE = "1"
+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
 }