All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

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.