* ERROR during do_rootfs (no package provides libX11.so.6)
@ 2016-05-04 12:32 Daniel Oliveira
2016-05-04 12:38 ` Gary Thomas
0 siblings, 1 reply; 6+ messages in thread
From: Daniel Oliveira @ 2016-05-04 12:32 UTC (permalink / raw)
To: meta-freescale
[-- Attachment #1.1: Type: text/plain, Size: 454 bytes --]
I am building *fsl-image-multimedia-full* on *jethro *branch for iMX SABRE
SD and I am getting an error during the last task (do_rootfs).
This is the error that I get: "Computing transaction...error: Can't install
fsl-gpu-sdk-2.2.1-r0@cortexa9hf_vfp_neon_mx6qdl: no package provides
libX11.so.6"
Attached you can see my local.conf and bblayers.conf. I would mention that
I am trying to build a stable image for using QT/QML with QtMultimedia.
[-- Attachment #1.2: Type: text/html, Size: 573 bytes --]
[-- Attachment #2: bblayers.conf --]
[-- Type: application/octet-stream, Size: 590 bytes --]
LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
BBFILES ?= ""
BBLAYERS = " \
${BSPDIR}/sources/poky/meta \
${BSPDIR}/sources/poky/meta-yocto \
\
${BSPDIR}/sources/meta-openembedded/meta-oe \
${BSPDIR}/sources/meta-openembedded/meta-multimedia \
\
${BSPDIR}/sources/meta-fsl-arm \
${BSPDIR}/sources/meta-fsl-arm-extra \
${BSPDIR}/sources/meta-fsl-demos \
${BSPDIR}/sources/meta-qt5 \
${BSPDIR}/sources/meta-openembedded/meta-ruby \
${BSPDIR}/sources/meta-openembedded/meta-multimedia \
"
[-- Attachment #3: local.conf --]
[-- Type: application/octet-stream, Size: 1579 bytes --]
MACHINE ??= 'imx6qsabresd'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh"
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"
CONF_VERSION = "1"
DL_DIR ?= "${BSPDIR}/downloads/"
ACCEPT_FSL_EULA = "1"
DISTRO_FEATURES_append = " systemd dbus pulseaudio udev opengl"
DISTRO_FEATURES_remove = "wayland nfc 3g ppp bluetooth x11"
IMAGE_INSTALL_append = " qtbase qtbase-fonts qtbase-plugins qtmultimedia qtmultimedia-plugins qtxmlpatterns cinematicexperience imx-vpu speex gstreamer1.0-rtsp-server gstreamer1.0-plugins-good \
imx-gpu-viv gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
PREFERRED_VERSION_alsa-plugins = "1.0.29"
PACKAGECONFIG_append_pn-qtdeclarative = " qtxmlpatterns"
PACKAGECONFIG_append_pn-qtbase = " gles2 accessibility"
PACKAGECONFIG_append_pn-qtbase = " dbus evdev tools gles2 glib linuxfb accessibility sql-sqlite udev pulseaudio"
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer alsa"
PACKAGECONFIG_append_pn-pulseaudio = " systemd dbus"
PACKAGECONFIG_remove_pn-gstreamer1.0-plugins-good = " gdk-pixbuf"
PREFERRED_VERSION_alsa-plugins = "1.0.29"
#DISTRO_FEATURES_remove = "wayland nfc 3g ppp bluetooth x11"
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: ERROR during do_rootfs (no package provides libX11.so.6) 2016-05-04 12:32 ERROR during do_rootfs (no package provides libX11.so.6) Daniel Oliveira @ 2016-05-04 12:38 ` Gary Thomas [not found] ` <CAHuO5zfy_jLzNqaYB=A5qE+kkAPz80MqDewhKu2T9NsDbBcP8Q@mail.gmail.com> 0 siblings, 1 reply; 6+ messages in thread From: Gary Thomas @ 2016-05-04 12:38 UTC (permalink / raw) To: meta-freescale On 2016-05-04 14:32, Daniel Oliveira wrote: > I am building /fsl-image-multimedia-full/ on /jethro /branch for iMX SABRE SD and I am getting an error during the last > task (do_rootfs). > > This is the error that I get: "Computing transaction...error: Can't install > fsl-gpu-sdk-2.2.1-r0@cortexa9hf_vfp_neon_mx6qdl: no package provides libX11.so.6" > > Attached you can see my local.conf and bblayers.conf. I would mention that I am trying to build a stable image for using > QT/QML with QtMultimedia. More data is needed - what version (GIT rev or download version/tag) do you have of all the layers (hint: it's printed when you run bitbake) -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <CAHuO5zfy_jLzNqaYB=A5qE+kkAPz80MqDewhKu2T9NsDbBcP8Q@mail.gmail.com>]
* Re: ERROR during do_rootfs (no package provides libX11.so.6) [not found] ` <CAHuO5zfy_jLzNqaYB=A5qE+kkAPz80MqDewhKu2T9NsDbBcP8Q@mail.gmail.com> @ 2016-05-04 13:36 ` Gary Thomas 2016-05-04 13:56 ` Daiane Angolini 2016-05-04 13:57 ` Daniel Oliveira 0 siblings, 2 replies; 6+ messages in thread From: Gary Thomas @ 2016-05-04 13:36 UTC (permalink / raw) To: Daniel Oliveira; +Cc: meta-freescale@yoctoproject.org On 2016-05-04 15:08, Daniel Oliveira wrote: > Sorry for the lack of information, but I am a newb on yocto. > > This what I get when I run bitbake > > Build Configuration: > BB_VERSION = "1.28.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-15.10" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "imx6qsabresd" > DISTRO = "poky" > DISTRO_VERSION = "2.0.1" > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9" > TARGET_FPU = "vfp-neon" > meta > meta-yocto = "HEAD:6dba9abd43f7584178de52b623c603a5d4fcec5c" > meta-oe > meta-multimedia = "HEAD:c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96" > meta-fsl-arm = "HEAD:19fa4c0ae14f38cfba52c9b65494b8f066c36a66" > meta-fsl-arm-extra = "HEAD:dd074c47af53948041f6c5671e519fbf815b0980" > meta-fsl-demos = "HEAD:8bffde8d803dd2362fbded79781ce084d723b048" > meta-qt5 = "jethro:ea37a0bc987aa9484937ad68f762b4657c198617" > meta-ruby > meta-multimedia = "HEAD:c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96" > So this is jethro release. Looking at 'local.conf' - why do you have this line? DISTRO_FEATURES_remove = "wayland nfc 3g ppp bluetooth x11" This says that you don't want X11 support in your system. You can't have it both ways :-( Either keep X11 so you can build the multi-media image or pick a different image. Note: you should send your replies to the mailing list so that everyone benefits. > > 2016-05-04 13:38 GMT+01:00 Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>>: > > On 2016-05-04 14:32, Daniel Oliveira wrote: > > I am building /fsl-image-multimedia-full/ on /jethro /branch for iMX SABRE SD and I am getting an error during > the last > task (do_rootfs). > > This is the error that I get: "Computing transaction...error: Can't install > fsl-gpu-sdk-2.2.1-r0@cortexa9hf_vfp_neon_mx6qdl: no package provides libX11.so.6" > > Attached you can see my local.conf and bblayers.conf. I would mention that I am trying to build a stable image > for using > QT/QML with QtMultimedia. > > > More data is needed - what version (GIT rev or download version/tag) > do you have of all the layers (hint: it's printed when you run bitbake) -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ERROR during do_rootfs (no package provides libX11.so.6) 2016-05-04 13:36 ` Gary Thomas @ 2016-05-04 13:56 ` Daiane Angolini 2016-05-04 13:59 ` Daniel Oliveira 2016-05-04 13:57 ` Daniel Oliveira 1 sibling, 1 reply; 6+ messages in thread From: Daiane Angolini @ 2016-05-04 13:56 UTC (permalink / raw) To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org On Wed, May 4, 2016 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote: >> >> Build Configuration: >> BB_VERSION = "1.28.0" >> BUILD_SYS = "x86_64-linux" >> NATIVELSBSTRING = "Ubuntu-15.10" >> TARGET_SYS = "arm-poky-linux-gnueabi" >> MACHINE = "imx6qsabresd" >> DISTRO = "poky" >> DISTRO_VERSION = "2.0.1" >> TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard >> cortexa9" >> TARGET_FPU = "vfp-neon" >> meta >> meta-yocto = "HEAD:6dba9abd43f7584178de52b623c603a5d4fcec5c" >> meta-oe >> meta-multimedia = "HEAD:c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96" >> meta-fsl-arm = "HEAD:19fa4c0ae14f38cfba52c9b65494b8f066c36a66" >> meta-fsl-arm-extra = "HEAD:dd074c47af53948041f6c5671e519fbf815b0980" >> meta-fsl-demos = "HEAD:8bffde8d803dd2362fbded79781ce084d723b048" >> meta-qt5 = "jethro:ea37a0bc987aa9484937ad68f762b4657c198617" >> meta-ruby >> meta-multimedia = "HEAD:c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96" >> > > So this is jethro release. > > Looking at 'local.conf' - why do you have this line? > DISTRO_FEATURES_remove = "wayland nfc 3g ppp bluetooth x11" Daniel, Have you changed DISTRO_FEATURES using the very same build folder? Everytime you change DISTRO_FEATURES (at least when removing X11) you must start a new and clean build folder. Daiane ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ERROR during do_rootfs (no package provides libX11.so.6) 2016-05-04 13:56 ` Daiane Angolini @ 2016-05-04 13:59 ` Daniel Oliveira 0 siblings, 0 replies; 6+ messages in thread From: Daniel Oliveira @ 2016-05-04 13:59 UTC (permalink / raw) To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org, Gary Thomas [-- Attachment #1: Type: text/plain, Size: 1702 bytes --] No I didn't because I didn't now about that. So I am supposed to do setup environment in another build directory right? I will try that way to, thanks! 2016-05-04 14:56 GMT+01:00 Daiane Angolini <daiane.list@gmail.com>: > On Wed, May 4, 2016 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote: > > >> > >> Build Configuration: > >> BB_VERSION = "1.28.0" > >> BUILD_SYS = "x86_64-linux" > >> NATIVELSBSTRING = "Ubuntu-15.10" > >> TARGET_SYS = "arm-poky-linux-gnueabi" > >> MACHINE = "imx6qsabresd" > >> DISTRO = "poky" > >> DISTRO_VERSION = "2.0.1" > >> TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard > >> cortexa9" > >> TARGET_FPU = "vfp-neon" > >> meta > >> meta-yocto = "HEAD:6dba9abd43f7584178de52b623c603a5d4fcec5c" > >> meta-oe > >> meta-multimedia = "HEAD:c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96" > >> meta-fsl-arm = "HEAD:19fa4c0ae14f38cfba52c9b65494b8f066c36a66" > >> meta-fsl-arm-extra = "HEAD:dd074c47af53948041f6c5671e519fbf815b0980" > >> meta-fsl-demos = "HEAD:8bffde8d803dd2362fbded79781ce084d723b048" > >> meta-qt5 = "jethro:ea37a0bc987aa9484937ad68f762b4657c198617" > >> meta-ruby > >> meta-multimedia = "HEAD:c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96" > >> > > > > So this is jethro release. > > > > Looking at 'local.conf' - why do you have this line? > > DISTRO_FEATURES_remove = "wayland nfc 3g ppp bluetooth x11" > > Daniel, > > Have you changed DISTRO_FEATURES using the very same build folder? > > Everytime you change DISTRO_FEATURES (at least when removing X11) you > must start a new and clean build folder. > > > Daiane > [-- Attachment #2: Type: text/html, Size: 2622 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ERROR during do_rootfs (no package provides libX11.so.6) 2016-05-04 13:36 ` Gary Thomas 2016-05-04 13:56 ` Daiane Angolini @ 2016-05-04 13:57 ` Daniel Oliveira 1 sibling, 0 replies; 6+ messages in thread From: Daniel Oliveira @ 2016-05-04 13:57 UTC (permalink / raw) To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 3165 bytes --] My bad not answering for everyone, sorry about that. I had that line because reading this guide ( http://wiki.wandboard.org/Building_Qt5_using_yocto_on_Wandboard) it said that if I planned to use Qt5 eglfs plugin for accelerated graphics using the framebuffer, that I should need to discard X11 and wayland so the proper graphics drivers get included. But I will try to remove that line then. 2016-05-04 14:36 GMT+01:00 Gary Thomas <gary@mlbassoc.com>: > On 2016-05-04 15:08, Daniel Oliveira wrote: > >> Sorry for the lack of information, but I am a newb on yocto. >> >> This what I get when I run bitbake >> >> Build Configuration: >> BB_VERSION = "1.28.0" >> BUILD_SYS = "x86_64-linux" >> NATIVELSBSTRING = "Ubuntu-15.10" >> TARGET_SYS = "arm-poky-linux-gnueabi" >> MACHINE = "imx6qsabresd" >> DISTRO = "poky" >> DISTRO_VERSION = "2.0.1" >> TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard >> cortexa9" >> TARGET_FPU = "vfp-neon" >> meta >> meta-yocto = "HEAD:6dba9abd43f7584178de52b623c603a5d4fcec5c" >> meta-oe >> meta-multimedia = "HEAD:c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96" >> meta-fsl-arm = "HEAD:19fa4c0ae14f38cfba52c9b65494b8f066c36a66" >> meta-fsl-arm-extra = "HEAD:dd074c47af53948041f6c5671e519fbf815b0980" >> meta-fsl-demos = "HEAD:8bffde8d803dd2362fbded79781ce084d723b048" >> meta-qt5 = "jethro:ea37a0bc987aa9484937ad68f762b4657c198617" >> meta-ruby >> meta-multimedia = "HEAD:c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96" >> >> > So this is jethro release. > > Looking at 'local.conf' - why do you have this line? > DISTRO_FEATURES_remove = "wayland nfc 3g ppp bluetooth x11" > > This says that you don't want X11 support in your system. You can't have > it > both ways :-( Either keep X11 so you can build the multi-media image or > pick > a different image. > > Note: you should send your replies to the mailing list so that everyone > benefits. > > >> 2016-05-04 13:38 GMT+01:00 Gary Thomas <gary@mlbassoc.com <mailto: >> gary@mlbassoc.com>>: >> >> On 2016-05-04 14:32, Daniel Oliveira wrote: >> >> I am building /fsl-image-multimedia-full/ on /jethro /branch for >> iMX SABRE SD and I am getting an error during >> the last >> task (do_rootfs). >> >> This is the error that I get: "Computing transaction...error: >> Can't install >> fsl-gpu-sdk-2.2.1-r0@cortexa9hf_vfp_neon_mx6qdl: no package >> provides libX11.so.6" >> >> Attached you can see my local.conf and bblayers.conf. I would >> mention that I am trying to build a stable image >> for using >> QT/QML with QtMultimedia. >> >> >> More data is needed - what version (GIT rev or download version/tag) >> do you have of all the layers (hint: it's printed when you run >> bitbake) >> > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > [-- Attachment #2: Type: text/html, Size: 4371 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-05-04 13:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04 12:32 ERROR during do_rootfs (no package provides libX11.so.6) Daniel Oliveira
2016-05-04 12:38 ` Gary Thomas
[not found] ` <CAHuO5zfy_jLzNqaYB=A5qE+kkAPz80MqDewhKu2T9NsDbBcP8Q@mail.gmail.com>
2016-05-04 13:36 ` Gary Thomas
2016-05-04 13:56 ` Daiane Angolini
2016-05-04 13:59 ` Daniel Oliveira
2016-05-04 13:57 ` Daniel Oliveira
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.