summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2017-03-07 01:26:16 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-09 17:33:58 -0300
commit2b5e4e3d91cd0ce856adfe9d95a192e0afa94406 (patch)
tree046974da9b4a51516e1e9f2e5f5d5310ab73c44e
parent4c19731b5c5ed63aef365eb173a03ef3ef303fb1 (diff)
downloadmeta-freescale-2b5e4e3d91cd0ce856adfe9d95a192e0afa94406.tar.gz
xf86-video-imxfb-vivante: cleanup
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>
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
index 8bac1516..e284fbce 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
@@ -19,7 +19,7 @@ INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi"
19INITSCRIPT_NAME = "rc.autohdmi" 19INITSCRIPT_NAME = "rc.autohdmi"
20INITSCRIPT_PARAMS = "start 99 2 3 4 5 ." 20INITSCRIPT_PARAMS = "start 99 2 3 4 5 ."
21 21
22EXTRA_OEMAKE += "-C ${S} -f Makefile prefix=${D}/usr \ 22EXTRA_OEMAKE += "prefix=${D}/usr \
23 sysroot=${STAGING_DIR_TARGET} \ 23 sysroot=${STAGING_DIR_TARGET} \
24 LFLAGS="${LDFLAGS}" \ 24 LFLAGS="${LDFLAGS}" \
25 BUSID_HAS_NUMBER=1 \ 25 BUSID_HAS_NUMBER=1 \
@@ -42,13 +42,6 @@ do_configure_prepend () {
42 ${S}EXA/src/makefile.linux 42 ${S}EXA/src/makefile.linux
43} 43}
44 44
45# FIXME: This is need as Freescale didn't use standard Makefile filename
46# thus oe_runmame thinks nothing is need to be done, use ln to
47# workaround it.
48base_do_compile () {
49 oe_runmake || die "make failed"
50}
51
52do_install_append () { 45do_install_append () {
53 install -d ${D}${includedir} 46 install -d ${D}${includedir}
54 cp -axr ${S}/EXA/src/vivante_gal/vivante_priv.h ${D}${includedir} 47 cp -axr ${S}/EXA/src/vivante_gal/vivante_priv.h ${D}${includedir}