* bitbake meta-toolchain-qt5
@ 2014-07-30 6:05 Nilesh Kokane
2014-07-30 6:19 ` Marco
0 siblings, 1 reply; 11+ messages in thread
From: Nilesh Kokane @ 2014-07-30 6:05 UTC (permalink / raw)
To: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]
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
--
“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.”
[-- Attachment #2: Type: text/html, Size: 2274 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: bitbake meta-toolchain-qt5 2014-07-30 6:05 bitbake meta-toolchain-qt5 Nilesh Kokane @ 2014-07-30 6:19 ` Marco 2014-07-30 6:54 ` Nilesh Kokane 0 siblings, 1 reply; 11+ messages in thread From: Marco @ 2014-07-30 6:19 UTC (permalink / raw) To: meta-freescale 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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: bitbake meta-toolchain-qt5 2014-07-30 6:19 ` Marco @ 2014-07-30 6:54 ` Nilesh Kokane 2014-07-30 7:48 ` Nilesh Kokane 0 siblings, 1 reply; 11+ messages in thread From: Nilesh Kokane @ 2014-07-30 6:54 UTC (permalink / raw) To: koansoftware; +Cc: meta-freescale [-- Attachment #1.1: Type: text/plain, Size: 5663 bytes --] 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@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@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@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@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@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > -- 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.” [-- Attachment #1.2: Type: text/html, Size: 9769 bytes --] [-- Attachment #2: image001.png --] [-- Type: image/png, Size: 67631 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: bitbake meta-toolchain-qt5 2014-07-30 6:54 ` Nilesh Kokane @ 2014-07-30 7:48 ` Nilesh Kokane 2014-07-30 8:45 ` Marco 0 siblings, 1 reply; 11+ messages in thread From: Nilesh Kokane @ 2014-07-30 7:48 UTC (permalink / raw) To: koansoftware; +Cc: meta-freescale [-- Attachment #1.1: Type: text/plain, Size: 7841 bytes --] 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@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@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@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@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@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@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.” [-- Attachment #1.2: Type: text/html, Size: 13715 bytes --] [-- Attachment #2: image001.png --] [-- Type: image/png, Size: 67631 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: bitbake meta-toolchain-qt5 2014-07-30 7:48 ` Nilesh Kokane @ 2014-07-30 8:45 ` Marco 2014-07-30 9:16 ` Nilesh Kokane 0 siblings, 1 reply; 11+ messages in thread From: Marco @ 2014-07-30 8:45 UTC (permalink / raw) To: meta-freescale Il 30/07/2014 09:48, Nilesh Kokane ha scritto: > helloMarco, > > i missed up the line in the > *contents > > * > > SUMMARY = "Meta package for building an installable Qt5 toolchain and SDK" > > LICENSE = "MIT" You don't need to create anything, simply get the meta-qt5 git clone https://github.com/meta-qt5/meta-qt5.git then put it into your layers list http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#enabling-your-layer In case read the useful Yocto manual http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html Regards, -- 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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: bitbake meta-toolchain-qt5 2014-07-30 8:45 ` Marco @ 2014-07-30 9:16 ` Nilesh Kokane 2014-07-30 9:56 ` Marco 0 siblings, 1 reply; 11+ messages in thread From: Nilesh Kokane @ 2014-07-30 9:16 UTC (permalink / raw) To: Marco Cavallini; +Cc: meta-freescale [-- Attachment #1.1: Type: text/plain, Size: 2784 bytes --] Hi Marco You don't need to create anything, simply get the meta-qt5 git clone https://github.com/meta-qt5/meta-qt5.git *Done* then put it into your layers list http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#enabling-your-layer In case read the useful Yocto manual http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html This is my BBLAYERS <http://www.yoctoproject.org/docs/1.6.1/ref-manual/ref-manual.html#var-BBLAYERS> content 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-fsl-arm \ ${BSPDIR}/sources/meta-fsl-arm-extra \ ${BSPDIR}/sources/meta-fsl-demos \ ${BSPDIR}/sources/meta-openembedded/meta-ruby \ ${BSPDIR}/sources/meta-qt5 \ ${BSPDIR}/sources/meta-toolchain-qt5 \ " is that rite? please assist Regards On Wed, Jul 30, 2014 at 2:15 PM, Marco <koansoftware@gmail.com> wrote: > Il 30/07/2014 09:48, Nilesh Kokane ha scritto: > >> helloMarco, >> >> >> i missed up the line in the >> *contents >> >> >> * >> >> SUMMARY = "Meta package for building an installable Qt5 toolchain and SDK" >> >> LICENSE = "MIT" >> > > > You don't need to create anything, simply get the meta-qt5 > git clone https://github.com/meta-qt5/meta-qt5.git > > then put it into your layers list > > http://www.yoctoproject.org/docs/current/dev-manual/dev- > manual.html#enabling-your-layer > > In case read the useful Yocto manual > http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html > > Regards, > > -- > 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@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > -- 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.” [-- Attachment #1.2: Type: text/html, Size: 5248 bytes --] [-- Attachment #2: image001.png --] [-- Type: image/png, Size: 67631 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: bitbake meta-toolchain-qt5 2014-07-30 9:16 ` Nilesh Kokane @ 2014-07-30 9:56 ` Marco 2014-07-30 10:10 ` Nilesh Kokane 0 siblings, 1 reply; 11+ messages in thread From: Marco @ 2014-07-30 9:56 UTC (permalink / raw) To: meta-freescale Il 30/07/2014 11:16, Nilesh Kokane ha scritto: > Hi Marco > > You don't need to create anything, simply get the meta-qt5 > git clone https://github.com/meta-qt5/meta-qt5.git > > *Done* > > > then put it into your layers list > > http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#enabling-your-layer > > In case read the useful Yocto manual > http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html > > This is my |BBLAYERS > <http://www.yoctoproject.org/docs/1.6.1/ref-manual/ref-manual.html#var-BBLAYERS>| > content > > > 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-fsl-arm \ > ${BSPDIR}/sources/meta-fsl-arm-extra \ > ${BSPDIR}/sources/meta-fsl-demos \ > ${BSPDIR}/sources/meta-openembedded/meta-ruby \ > ${BSPDIR}/sources/meta-qt5 \ > ${BSPDIR}/sources/meta-toolchain-qt5 \ > " > > > > is that rite? > > No, remove your ${BSPDIR}/sources/meta-toolchain-qt5 \ -- 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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: bitbake meta-toolchain-qt5 2014-07-30 9:56 ` Marco @ 2014-07-30 10:10 ` Nilesh Kokane 2014-07-30 11:07 ` Nilesh Kokane 0 siblings, 1 reply; 11+ messages in thread From: Nilesh Kokane @ 2014-07-30 10:10 UTC (permalink / raw) To: Marco Cavallini; +Cc: meta-freescale [-- Attachment #1.1: Type: text/plain, Size: 3166 bytes --] Hello Macro, Thanks for your valuable replu\y. Actually i've followed http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard exactlly and succedded in everything. Qt5_CinematicExperience -platform eglfs -plugin tslib *succeeded* Even the wandboard is connectted to the qt creator through ethernet. Now that while bulding a simple code i'm getting ld errors, so i opted for the meta-toolchain-qt5. So i'm attempting for meta-toolchain-qt5. can you please tell me how to use the following URL to bitbake meta-toolchain-qt5. https://github.com/meta-qt5/meta-qt5/commit/db9d6b401c101685dfb89557e06e451dcc0af1f0 Sorry sir this is silly question.But i'm doing it for the first time. Thanks Nilesh Kokane On Wed, Jul 30, 2014 at 3:26 PM, Marco <koansoftware@gmail.com> wrote: > Il 30/07/2014 11:16, Nilesh Kokane ha scritto: > >> Hi Marco >> >> You don't need to create anything, simply get the meta-qt5 >> git clone https://github.com/meta-qt5/meta-qt5.git >> >> *Done* >> >> >> >> then put it into your layers list >> >> http://www.yoctoproject.org/docs/current/dev-manual/dev- >> manual.html#enabling-your-layer >> >> In case read the useful Yocto manual >> http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html >> >> This is my |BBLAYERS >> <http://www.yoctoproject.org/docs/1.6.1/ref-manual/ref- >> manual.html#var-BBLAYERS>| >> >> content >> >> >> 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-fsl-arm \ >> ${BSPDIR}/sources/meta-fsl-arm-extra \ >> ${BSPDIR}/sources/meta-fsl-demos \ >> ${BSPDIR}/sources/meta-openembedded/meta-ruby \ >> ${BSPDIR}/sources/meta-qt5 \ >> ${BSPDIR}/sources/meta-toolchain-qt5 \ >> " >> >> >> >> is that rite? >> >> >> > > No, remove your > ${BSPDIR}/sources/meta-toolchain-qt5 \ > > > > -- > 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@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > -- 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.” [-- Attachment #1.2: Type: text/html, Size: 6052 bytes --] [-- Attachment #2: image001.png --] [-- Type: image/png, Size: 67631 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: bitbake meta-toolchain-qt5 2014-07-30 10:10 ` Nilesh Kokane @ 2014-07-30 11:07 ` Nilesh Kokane 2014-07-30 13:53 ` Marco 0 siblings, 1 reply; 11+ messages in thread From: Nilesh Kokane @ 2014-07-30 11:07 UTC (permalink / raw) To: Marco Cavallini; +Cc: meta-freescale [-- Attachment #1.1: Type: text/plain, Size: 4027 bytes --] Hi Marco, following is the error what i get when i try to bitbake meta-toolchain-qt5 minda@minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build$ bitbake meta-toolchain-qt5 Loading cache: 100% |#################################################################################################| ETA: 00:00:00 Loaded 1874 entries from dependency cache. ERROR: Nothing PROVIDES 'meta-toolchain-qt5'. Close matches: meta-toolchain-qt meta-toolchain-qte meta-toolchain Summary: There was 1 ERROR message shown, returning a non-zero exit code. Thanks Nilesh Kokane On Wed, Jul 30, 2014 at 3:40 PM, Nilesh Kokane < nilesh.kokane@mindastoneridge.com> wrote: > Hello Macro, > > Thanks for your valuable replu\y. > > > Actually i've followed > http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard > exactlly and succedded in everything. > > Qt5_CinematicExperience -platform eglfs -plugin tslib > > *succeeded* > > > Even the wandboard is connectted to the qt creator through ethernet. > > > Now that while bulding a simple code i'm getting ld errors, so i opted for > the meta-toolchain-qt5. > > So i'm attempting for meta-toolchain-qt5. > > > > can you please tell me how to use the following URL to bitbake > meta-toolchain-qt5. > > https://github.com/meta-qt5/meta-qt5/commit/db9d6b401c101685dfb89557e06e451dcc0af1f0 > > > > Sorry sir this is silly question.But i'm doing it for the first time. > > > > Thanks > Nilesh Kokane > > > > On Wed, Jul 30, 2014 at 3:26 PM, Marco <koansoftware@gmail.com> wrote: > >> Il 30/07/2014 11:16, Nilesh Kokane ha scritto: >> >>> Hi Marco >>> >>> You don't need to create anything, simply get the meta-qt5 >>> git clone https://github.com/meta-qt5/meta-qt5.git >>> >>> *Done* >>> >>> >>> >>> then put it into your layers list >>> >>> http://www.yoctoproject.org/docs/current/dev-manual/dev- >>> manual.html#enabling-your-layer >>> >>> In case read the useful Yocto manual >>> http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html >>> >>> This is my |BBLAYERS >>> <http://www.yoctoproject.org/docs/1.6.1/ref-manual/ref- >>> manual.html#var-BBLAYERS>| >>> >>> content >>> >>> >>> 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-fsl-arm \ >>> ${BSPDIR}/sources/meta-fsl-arm-extra \ >>> ${BSPDIR}/sources/meta-fsl-demos \ >>> ${BSPDIR}/sources/meta-openembedded/meta-ruby \ >>> ${BSPDIR}/sources/meta-qt5 \ >>> ${BSPDIR}/sources/meta-toolchain-qt5 \ >>> " >>> >>> >>> >>> is that rite? >>> >>> >>> >> >> No, remove your >> ${BSPDIR}/sources/meta-toolchain-qt5 \ >> >> >> >> -- >> 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@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.” [-- Attachment #1.2: Type: text/html, Size: 7582 bytes --] [-- Attachment #2: image001.png --] [-- Type: image/png, Size: 67631 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: bitbake meta-toolchain-qt5 2014-07-30 11:07 ` Nilesh Kokane @ 2014-07-30 13:53 ` Marco 2014-07-30 15:08 ` Nilesh Kokane 0 siblings, 1 reply; 11+ messages in thread From: Marco @ 2014-07-30 13:53 UTC (permalink / raw) To: meta-freescale Il 30/07/2014 13:07, Nilesh Kokane ha scritto: > Hi Marco, > > > following is the error what i get when i try to bitbake meta-toolchain-qt5 > > > minda@minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build$ bitbake > meta-toolchain-qt5 > Loading cache: 100% > |#################################################################################################| > ETA: 00:00:00 > Loaded 1874 entries from dependency cache. > ERROR: Nothing PROVIDES 'meta-toolchain-qt5'. Close matches: > meta-toolchain-qt > meta-toolchain-qte > meta-toolchain > > Summary: There was 1 ERROR message shown, returning a non-zero exit code. > > > > Thanks > Nilesh Kokane PLease read this updated document Thanks to Alfonso Tamés ;-) http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard -- Marco ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: bitbake meta-toolchain-qt5 2014-07-30 13:53 ` Marco @ 2014-07-30 15:08 ` Nilesh Kokane 0 siblings, 0 replies; 11+ messages in thread From: Nilesh Kokane @ 2014-07-30 15:08 UTC (permalink / raw) To: koansoftware; +Cc: meta-freescale Hello Marco, Thanks for your valuable suggestions sir. Thanks Nilesh Kokane On 7/30/14, Marco <koansoftware@gmail.com> wrote: > Il 30/07/2014 13:07, Nilesh Kokane ha scritto: >> Hi Marco, >> >> >> following is the error what i get when i try to bitbake meta-toolchain-qt5 >> >> >> minda@minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build$ bitbake >> meta-toolchain-qt5 >> Loading cache: 100% >> |#################################################################################################| >> ETA: 00:00:00 >> Loaded 1874 entries from dependency cache. >> ERROR: Nothing PROVIDES 'meta-toolchain-qt5'. Close matches: >> meta-toolchain-qt >> meta-toolchain-qte >> meta-toolchain >> >> Summary: There was 1 ERROR message shown, returning a non-zero exit code. >> >> >> >> Thanks >> Nilesh Kokane > > > > PLease read this updated document > Thanks to Alfonso Tamés ;-) > > http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard > > -- > Marco > -- > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > -- 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.” ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-07-30 15:08 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-07-30 6:05 bitbake meta-toolchain-qt5 Nilesh Kokane 2014-07-30 6:19 ` Marco 2014-07-30 6:54 ` Nilesh Kokane 2014-07-30 7:48 ` Nilesh Kokane 2014-07-30 8:45 ` Marco 2014-07-30 9:16 ` Nilesh Kokane 2014-07-30 9:56 ` Marco 2014-07-30 10:10 ` Nilesh Kokane 2014-07-30 11:07 ` Nilesh Kokane 2014-07-30 13:53 ` Marco 2014-07-30 15:08 ` Nilesh Kokane
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.