Alfonso, can you add which release branch you used? With dora release I too get the 'ssh-server-openssh' not valid feature, was this replaced in Dora? I also get nothing provides 'qtbase', maybe my meta-qt5 layer differs to yours as I've added the layer and features as you put on the wiki?
Thanks for documenting this and any help you can give. Mike. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Marco Sent: 11 December 2013 09:37 To: [email protected] Subject: Re: [meta-freescale] Qt5 with Yocto Il 11/12/2013 09:48, Morgan McKenzie ha scritto: > Hi Alfonso, > > I've started the build; so far the only problem I've encountered is the > following so I simply removed it (I seem to remember having done > something similar back on Dylan and it working then, but not so much on > Dora): > 'ssh-server-openssh' in IMAGE_FEATURES is not a valid image feature. > Valid features: dbg-pkgs debug-tweaks dev-pkgs doc-pkgs > package-management ptest-pkgs read-only-rootfs splash staticdev-pkgs > > Thanks a lot, I'll let you know if I run into anything else! > > Morgan Maybe should be like this, probably modifying or customizing core-image-minimal (as I did) EXTRA_IMAGE_FEATURES = "debug-tweaks" IMAGE_FEATURES += "ssh-server-openssh" Cheers -- Marco _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
