[meta-freescale] bitbake meta-toolchain-qt5

Nilesh Kokane nilesh.kokane at mindastoneridge.com
Wed Jul 30 00:48:52 PDT 2014


hello Marco,

i missed up the line in the


*contents*

SUMMARY = "Meta package for building an installable Qt5 toolchain and SDK"
LICENSE = "MIT"

LIC_FILES_CHKSUM =
"file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \

file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"


             *      inherit** populate_sdk **populate_sdk_qt5*


Also i created

 meta-qt5 <https://github.com/meta-qt5/meta-qt5> / classes
<https://github.com/meta-qt5/meta-qt5/tree/master/classes> /
*populate_sdk_qt5.bbclass*

with contents given in
https://github.com/meta-qt5/meta-qt5/blob/master/classes/populate_sdk_qt5.bbclass


with that i'm getting the following error
bitbake meta-toolchain-qt5



Loading cache: 100%
|#################################################################################################|
ETA:  00:00:00
Loaded 1874 entries from dependency cache.
Parsing recipes: 100%
|###############################################################################################|
Time: 00:00:00
Parsing of 1446 .bb files complete (1445 cached, 1 parsed). 1873
targets, 165 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'packagegroup-qt5-toolchain-target'
NOTE: Runtime target 'packagegroup-qt5-toolchain-target' is
unbuildable, removing...
Missing or unbuildable dependency chain was:
['packagegroup-qt5-toolchain-target']
ERROR: Required build target 'meta-toolchain-qt5' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-toolchain-qt5',
'packagegroup-qt5-toolchain-target']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.






Please assist


thanks
Nilesh Kokane






On Wed, Jul 30, 2014 at 12:24 PM, Nilesh Kokane <
nilesh.kokane at mindastoneridge.com> wrote:

> hello Marco
>
> thanks for your valuable first of all
>
>
> i created
> meta-qt5 <https://github.com/meta-qt5/meta-qt5> / recipes-qt
> <https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt> / meta
> <https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt/meta> /
>
> *meta-toolchain-qt5.bb <http://meta-toolchain-qt5.bb> *
>
>
> *with contents*
>
> SUMMARY = "Meta package for building an installable Qt5 toolchain and SDK"
> LICENSE = "MIT"
>
> LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
>                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
>
>
>
> minda at minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build$ bitbake meta-toolchain-qt5
>
> Loading cache: 100% |#################################################################################################| ETA:  00:00:00
> Loaded 1873 entries from dependency cache.
> Parsing recipes: 100% |###############################################################################################| Time: 00:00:00
>
> Parsing of 1446 .bb files complete (1445 cached, 1 parsed). 1873 targets, 165 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION        = "1.22.0"
>
> BUILD_SYS         = "i686-linux"
> NATIVELSBSTRING   = "Ubuntu-14.04"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "wandboard-solo"
> DISTRO            = "poky"
>
> DISTRO_VERSION    = "1.6.1"
> TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa9"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto        = "(nobranch):8e05d5e3fe04face623c4f9fb08b12f13c22edab"
>
> meta-oe           = "(nobranch):ee24939c4c70b63a9fb7e93a58889a3231d3d367"
> meta-fsl-arm      = "(nobranch):d91871446d6baee8397522c4fa10d45985aa8645"
> meta-fsl-arm-extra = "(nobranch):456c27085a70bb1385a4c2e28ba80ac74d6f533e"
>
> meta-fsl-demos    = "(nobranch):27fdb2f2642ecd55d5633bde880dd4c37acd0d42"
> meta-ruby         = "(nobranch):ee24939c4c70b63a9fb7e93a58889a3231d3d367"
> meta-qt5          = "dora:5b5616b63bdf163ea3eb2ca8857c56a393435fe3"
>
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> NOTE: Tasks Summary: Attempted 365 tasks of which 353 didn't need to be rerun and all succeeded.
>
> *then i ran the script*
>
> minda at minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build/tmp/deploy/sdk$ ./poky-eglibc-i686-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.6.1.sh
>
> Enter target directory for SDK (default: /opt/poky/1.6.1):
> The directory "/opt/poky/1.6.1" already contains a SDK for this architecture.
> If you continue, existing files will be overwritten! Proceed[y/N]?
>
> Installation aborted!
> minda at minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build/tmp/deploy/sdk$ ./poky-eglibc-i686-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.6.1.sh
>
> Enter target directory for SDK (default: /opt/poky/1.6.1):
> The directory "/opt/poky/1.6.1" already contains a SDK for this architecture.
> If you continue, existing files will be overwritten! Proceed[y/N]?y
>
> [sudo] password for minda:
> Extracting SDK...done
> Setting it up...done
> SDK has been successfully set up and is ready to be used.
>
>
>
> How can i link this to the qt creator? and write  a app for wandboard?
>
>
> sorry for silly question , i'm a novice
>
>
>
>
> Thanks
> Nilesh kokane
>
>
>
>
> On Wed, Jul 30, 2014 at 11:49 AM, Marco <koansoftware at gmail.com> wrote:
>
>> Il 30/07/2014 08:05, Nilesh Kokane ha scritto:
>>
>>> Hello,
>>>
>>>
>>> can anyone tell the steps to bitbake meta-toolchain-qt5.
>>>
>>> As, after the /bin/fsl-community-bsp$ . ./setup-environment
>>>
>>> i'm getting the options as
>>> Welcome to Freescale Community BSP
>>>
>>> The Yocto Project has extensive documentation about OE including a
>>> reference manual which can be found at:
>>> http://yoctoproject.org/documentation
>>>
>>> For more information about OpenEmbedded see their website:
>>> http://www.openembedded.org/
>>>
>>> You can now run 'bitbake <target>'
>>>
>>> Common targets are:
>>> *    core-image-minimal
>>>      meta-toolchain
>>>      meta-toolchain-sdk
>>>      adt-installer
>>>      meta-ide-support*
>>>
>>>
>>> Your configuration files at build have not been touched.
>>>
>>> there is no meta-toolchain-qt5.
>>>
>>>
>>> even in source i checked the /bin/fsl-community-bsp/sources there is no
>>> ,meta-toolchain-qt5
>>>
>>>
>>>
>>> please assist.
>>>
>>>
>>> --
>>> Thanks
>>> Nilesh Kokane
>>>
>>>
>>
>> Nilesh,
>> Add meta-qt5 layer to your system
>> https://github.com/meta-qt5/
>>
>> Here it is
>> https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt/meta
>>
>>
>> Cordiali Saluti / Kindest Regards / Mit freundlichen Grüßen
>> --
>> Marco Cavallini | KOAN sas | Bergamo - Italia
>>  embedded and real-time software engineering
>> Phone:+39-035-255.235 - Fax:+39-178-22.39.748
>>       http://www.KoanSoftware.com
>>
>> --
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale at yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>
>
>
>
> --
> Thanks
>
>


-- 
Thanks

-- 
“The contents of this e-mail message and any attachments are confidential 
and are intended solely for addressee. The information may also be legally 
privileged. This transmission is sent in trust, for the sole purpose of 
delivery to the intended recipient. If you have received this transmission 
in error, any use, reproduction or dissemination of this transmission is 
strictly prohibited. If you are not the intended recipient, please 
immediately notify the sender by reply e-mail or phone and delete this 
message and its attachments, if any.”
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20140730/439a7d46/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 67631 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20140730/439a7d46/attachment-0001.png>


More information about the meta-freescale mailing list