Ah, meta-arago sets PACCKAGECONFIG_pn-weston without xwayland. PACKAGECONFIG_pn-weston = "egl kms launch clients"
On Wed, Nov 1, 2017 at 5:26 PM Adam Lee <[email protected]> wrote: > Hi Raj, > > These are my DISTRO_FEATURES: > > DISTRO_FEATURES="alsa argp bluetooth ext2 irda largefile pcmcia usbgadget > usbhost wifi xattr nfs zeroconf pci 3g nfc *x11 *ipv4 ipv6 libc-backtrace > libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets > libc-crypt libc-crypt-ufc > libc-db-aliases libc-envz libc-fcvt libc-fmtmsg libc-fstab libc-ftraverse > libc-getlogin libc-idn libc-inet-anl > libc-libm libc-locales libc-locale-code > libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn > libc-streams libc-sunrpc libc-utmp libc-utmpx > libc-wordexp libc-posix-clang-wchar libc-posix-regexp > libc-posix-regexp-glibc > libc-posix-wchar-io *x11 wayland* pam *opengl *systemd pulseaudio > sysvinit bluez5 gobject-introspection-data" > > Should I remove the first occurrence of x11? > > Thanks for your help > > Adam > > On Wed, Nov 1, 2017 at 5:19 PM Khem Raj <[email protected]> wrote: > >> On Wed, Nov 1, 2017 at 2:03 PM, Adam Lee <[email protected]> wrote: >> > I believe something is incorrect in my distro level configuration. Apart >> > from including x11 and wayland in DISTRO_FEATURES, what else can I >> check to >> > build core-image-weston? >> > >> > build@6e35408e8fa5:~/tisdk/build$ bitbake core-image-weston >> > NOTE: Started PRServer with DBfile: >> > /home/build/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: >> 42704, >> > PID: 13401 >> > Loading cache: 100% >> > >> |###########################################################################################################| >> > Time: 0:00:02 >> > Loaded 3286 entries from dependency cache. >> > Parsing recipes: 100% >> > >> |#########################################################################################################| >> > Time: 0:00:01 >> > Parsing of 2538 .bb files complete (2537 cached, 1 parsed). 3286 >> targets, >> > 272 skipped, 0 masked, 0 errors. >> > WARNING: No recipes available for: >> > >> > >> /home/build/tisdk/sources/meta-openamp/recipes-bsp/device-tree/device-tree-generation_%.bbappend >> > NOTE: Resolving any missing task queue dependencies >> > ERROR: Nothing RPROVIDES 'weston-xwayland' (but >> > /home/build/tisdk/sources/oe-core/meta/recipes-graphics/images/ >> core-image-weston.bb >> > RDEPENDS on or otherwise requires it) >> > NOTE: Runtime target 'weston-xwayland' is unbuildable, removing... >> > Missing or unbuildable dependency chain was: ['weston-xwayland'] >> > ERROR: Required build target 'core-image-weston' has no buildable >> providers. >> > Missing or unbuildable dependency chain was: ['core-image-weston', >> > 'weston-xwayland'] >> > >> > Summary: There was 1 WARNING message shown. >> > Summary: There were 2 ERROR messages shown, returning a non-zero exit >> code. >> > >> > >> > >> > On Wed, Nov 1, 2017 at 12:53 PM Burton, Ross <[email protected]> >> wrote: >> >> >> >> On 1 November 2017 at 15:58, Adam Lee <[email protected]> wrote: >> >>> >> >>> Thanks Fabien, I definitely don't have Xwayland in my rootfs. My >> manifest >> >>> is missing xserver-xorg-xwayland as well. >> >>> >> >>> Which image are you using? I thought including of "x11 wayland" was >> >>> sufficient. Perhaps not..? >> >>> >> >> >> >> Are you refering to DISTRO_FEATURES? That just controls what is >> >> *available*, not what goes into a particular image. As Fabien said, >> >> core-image-weston is the classic example of an image that has Weston. >> >> >> >> you need opengl in DISTRO_FEATURES as well. additionally >> weston-xwayland would need wayland and x11 in DISTRO_FEATURES >> >> >> Ross >> > >> > >> > -- >> > _______________________________________________ >> > yocto mailing list >> > [email protected] >> > https://lists.yoctoproject.org/listinfo/yocto >> > >> >
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
