Dear Sir
I'd like to bitbake imx6ulevk fsl-image-qt5 on ubuntu 15.10 meet an mistake ,hoping you can help.
before this ,i had finished made core-image-minimal every thing work well.
after typing bitbake fsl-image-qt5 , meet below error when task run to 936 , please find below log:
ERROR: oe_runmake failed
ERROR: Function failed: do_install (log file is located at /home/andy/freescale/IMX6UL/fsl-release-bsp/buildqt5/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_install.2499)
ERROR: Logfile of failure stored in: /home/andy/freescale/IMX6UL/fsl-release-bsp/buildqt5/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_install.2499
Log data follows:
| DEBUG: Executing shell function do_install
| NOTE: make -j 8 DESTDIR=/home/andy/freescale/IMX6UL/fsl-release-bsp/buildqt5/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/image install
| make: *** No rule to make target 'install'. Stop.
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_install (log file is located at /home/andy/freescale/IMX6UL/fsl-release-bsp/buildqt5/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_install.2499)
ERROR: Task 936 (virtual:native:/home/andy/freescale/IMX6UL/fsl-release-bsp/sources/poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb, do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2680 tasks of which 2640 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
virtual:native:/home/andy/freescale/IMX6UL/fsl-release-bsp/sources/poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb, do_install
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
then i try to find out what happen ,and find log.do_install.2499, the inforamtion as below:
DEBUG: Executing shell function do_install
NOTE: make -j 8 DESTDIR=/home/andy/freescale/IMX6UL/fsl-release-bsp/buildqt5/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/image install
make: *** No rule to make target 'install'. Stop.
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_install (log file is located at /home/andy/freescale/IMX6UL/fsl-release-bsp/buildqt5/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_install.2499)
the local.conf set as below:
MACHINE ??= 'imx6ulevk'
DISTRO ?= 'fsl-imx-x11'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
STOPTASKS,/tmp,100M,100K \
ABORT,${TMPDIR},100M,1K \
ABORT,${DL_DIR},100M,1K \
ABORT,${SSTATE_DIR},100M,1K \
ABORT,/tmp,10M,1K"
PACKAGECONFIG_append_pn-qemu-native = " sdl"
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"
DL_DIR ?= "${BSPDIR}/downloads/"
ACCEPT_FSL_EULA = "1"
Coule you help me to fix this issue??
Many thanks for your help.