imx6ulevk bitbake issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx6ulevk bitbake issue

1,805 Views
andyyang730
Contributor I

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.

0 Kudos
3 Replies

677 Views
alexishernandez
Contributor III

Hi Andy

The Yocto Project User's Guide specifies that fsl-image-qt5 are not supported on the i.MX 6UltraLite and i.MX 7Dual.
Hope this help you.

0 Kudos

677 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Andy Yang,

Did you resolved your issue?

I would recommend using Ubuntu 14.04 if at all possible, as NXP BSP Release dependencies may be different in newer Ubuntu releases. It should be possible to look for the equivalent host packages but I haven’t tried it myself. (The core-image-minimal uses only packages from the Yocto Project, so it is possible that the dependencies for the Yocto Project are met but not for the NXP BSP Release layers)

Other than that I see no errors on your conf file.

You may always try using a clean in order to see if that helps, at a last resort.

bitbake -c cleanall fsl-image-qt5

Regards,

0 Kudos

677 Views
andyyang730
Contributor I

Der Gusarambula

yes, I changed to use 14.04, everything is ok now.

thanks.

0 Kudos