The build starts since commit meta-fsl-arm
da0581341a58dfe393a829b3c402330c73589963
with the make file in ${S} which is actually named Makefile, thus there is no
need to override base.do_compile or pass the directory and name of the
make file in EXTRA_OEMAKE.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
INITSCRIPT_NAME = "rc.autohdmi"
INITSCRIPT_PARAMS = "start 99 2 3 4 5 ."
-EXTRA_OEMAKE += "-C ${S} -f Makefile prefix=${D}/usr \
+EXTRA_OEMAKE += "prefix=${D}/usr \
sysroot=${STAGING_DIR_TARGET} \
LFLAGS="${LDFLAGS}" \
BUSID_HAS_NUMBER=1 \
${S}EXA/src/makefile.linux
}
-# FIXME: This is need as Freescale didn't use standard Makefile filename
-# thus oe_runmame thinks nothing is need to be done, use ln to
-# workaround it.
-base_do_compile () {
- oe_runmake || die "make failed"
-}
-
do_install_append () {
install -d ${D}${includedir}
cp -axr ${S}/EXA/src/vivante_gal/vivante_priv.h ${D}${includedir}