Yocto poky bitbake error with alsa-utils can not find panelw libarary - i.MX6 imx-3.10.53-1.1.0_ga

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

Yocto poky bitbake error with alsa-utils can not find panelw libarary - i.MX6 imx-3.10.53-1.1.0_ga

1,645 Views
fweller
Contributor V

I am attempting to run a very basic build using imx-3.10.53-1.1.0_ga for the Freescale SABRE Smart Devices Platform.

I am following the instructions in the Freescale Yocto Project User's Guide, Document Number: IMXLXYOCTOUG, Rev L3.10.53_1.1.0-ga, 01/2015

 

The is the error:

| ERROR: Function failed: do_configure (log file is located at /media/flint/shd_ext4/freescale/imx-3.10.53-1.1.0_ga/build-x11/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/alsa-utils/1.0.27.2-r0/temp/log.do_configure.31027)

ERROR: Task 1567 (/media/flint/shd_ext4/freescale/imx-3.10.53-1.1.0_ga/sources/poky/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb, do_configure) failed with exit code '1'

 

The error in the log file appears to be that panelw library is not found.

I believe that panelw is included in the ncurses package.

***LOG FILE IS ATTACHED TO THIS MESSAGE***

 

This is what I have done so far to try to fix the problem (among other things):

bitbake ncurses -c clean

bitbake alsa-utils -c clean

bitbake fsl-image-gui

 

And yet the error persists.

 

These are the commands I ran to set up the environment:

repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.53-1.1.0_ga

repo init

MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-x11 -e x11

bitbake fsl-image-gui

 

This is the build configuration that bitbake reports to me:

BB_VERSION        = "1.22.0"

BUILD_SYS         = "x86_64-linux"

NATIVELSBSTRING   = "Ubuntu-14.04"

TARGET_SYS        = "arm-poky-linux-gnueabi"

MACHINE           = "imx6qsabresd"

DISTRO            = "poky"

DISTRO_VERSION    = "1.6.2"

TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa9"

TARGET_FPU        = "vfp-neon"

Original Attachment has been moved to: log.do_configure.31027.zip

Labels (4)
0 Kudos
0 Replies