|
Re: managing layer priorities
Hi Paul,
I am not sure whether unintentional is an accurate description; layer
priority is explicitly and intentionally the function of other layers
due to inter-layer dependency. So I prefer to
Hi Paul,
I am not sure whether unintentional is an accurate description; layer
priority is explicitly and intentionally the function of other layers
due to inter-layer dependency. So I prefer to
|
By
Tomas Frydrych <tf+lists.yocto@...>
·
#5899
·
|
|
[PATCH 1/1] meta-cedartrail: fix README to state tools-testapps needed for Glxgears
From: Rahul Saxena <rahul.saxena@...>
Existing README incorrectly states that "debug-tweaks" is needed to be added
to EXTRA_IMAGE_FEATURES to include Glxgears in build. The correct feature
to
From: Rahul Saxena <rahul.saxena@...>
Existing README incorrectly states that "debug-tweaks" is needed to be added
to EXTRA_IMAGE_FEATURES to include Glxgears in build. The correct feature
to
|
By
rahul.saxena@...
·
#5929
·
|
|
[PATCH 0/1][meta-intel] Cover letter for fixing meta-cedartrail README for Glxgears build
From: Rahul Saxena <rahul.saxena@...>
Cover letter for fixing the Cedar Trail BSP README file.
Existing README incorrectly states that "debug-tweaks" is needed to be added
to
From: Rahul Saxena <rahul.saxena@...>
Cover letter for fixing the Cedar Trail BSP README file.
Existing README incorrectly states that "debug-tweaks" is needed to be added
to
|
By
rahul.saxena@...
·
#5928
·
|
|
Re: managing layer priorities
I realise what you're trying to do, but you should bear in mind when you do
this you are relying on unintentional behaviour that may change in future.
There were some discussions at the recent BSP
I realise what you're trying to do, but you should bear in mind when you do
this you are relying on unintentional behaviour that may change in future.
There were some discussions at the recent BSP
|
By
Paul Eggleton
·
#5898
·
|
|
Re: managing layer priorities
You can set the various BBFILE_PRIORITY_**** and other variables in the
layer.conf for the last layer listed in your bblayers.conf. The layer
priorities get evaluated only after all of the layer.conf
You can set the various BBFILE_PRIORITY_**** and other variables in the
layer.conf for the last layer listed in your bblayers.conf. The layer
priorities get evaluated only after all of the layer.conf
|
By
Tomas Frydrych <tf+lists.yocto@...>
·
#5897
·
|
|
Re: managing layer priorities
How so?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded
How so?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded
|
By
Gary Thomas
·
#5896
·
|
|
Re: Build Failure in beecrypt-4.2.1-r1 package with poky-1.2_M4.rc2 on Open Suse 12.1
I have installed java-1.6.0-openjdk and then build again and build was successful.
I think , It should give package dependency error instead of compilation error.
Please give your suggestion on
I have installed java-1.6.0-openjdk and then build again and build was successful.
I think , It should give package dependency error instead of compilation error.
Please give your suggestion on
|
By
Ashish Pandey <ashishpandey@...>
·
#5895
·
|
|
Re: managing layer priorities
Never mind, it is possible to override these in the last layer listed in
BBLAYERS.
Tomas
Never mind, it is possible to override these in the last layer listed in
BBLAYERS.
Tomas
|
By
Tomas Frydrych <tf+lists.yocto@...>
·
#5894
·
|
|
Re: Eclipse-ADT-build-error (Lu, Lianhao)
Hi Andy,
I’ve made some changes in the eclipse plug-in code that can be more robust for handling user cross development settings that should be included in for 1.1.2 and 1.2 releases. But in
Hi Andy,
I’ve made some changes in the eclipse plug-in code that can be more robust for handling user cross development settings that should be included in for 1.1.2 and 1.2 releases. But in
|
By
Zhang, Jessica
·
#5893
·
|
|
Re: Build Failure in beecrypt-4.2.1-r1 package with poky-1.2_M4.rc2 on Open Suse 12.1
post your configure logs somewhere disabling java should have disabled
any JNI detection
post your configure logs somewhere disabling java should have disabled
any JNI detection
|
By
Khem Raj
·
#5892
·
|
|
Re: Build Failure in beecrypt-4.2.1-r1 package with poky-1.2_M4.rc2 on Open Suse 12.1
Hi Khem Raj ,
I tried woth " --disable-java" option but it is giving same error.
Please check once again and help me to build.
Regards,
Ashish
Huawei Technology
This e-mail and its
Hi Khem Raj ,
I tried woth " --disable-java" option but it is giving same error.
Please check once again and help me to build.
Regards,
Ashish
Huawei Technology
This e-mail and its
|
By
Ashish Pandey <ashishpandey@...>
·
#5891
·
|
|
Re: Porting of specific Kernel/Driver into yocto.
No recipes are required per-driver, unless you are building them all
as out of tree modules.
The typical way this is done is to simply work in the extracted linux
src tree (build/tmp/work/<your
No recipes are required per-driver, unless you are building them all
as out of tree modules.
The typical way this is done is to simply work in the extracted linux
src tree (build/tmp/work/<your
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#5890
·
|
|
managing layer priorities
Hi,
Is there a way to change the priority that a layer assigns itself in its
layer.conf? E.g., I want to add meta-oe alongside of meta-yocto, but I
want it to have a lower priority than the latter.
Hi,
Is there a way to change the priority that a layer assigns itself in its
layer.conf? E.g., I want to add meta-oe alongside of meta-yocto, but I
want it to have a lower priority than the latter.
|
By
Tomas Frydrych <tf+lists.yocto@...>
·
#5889
·
|
|
Re: Problem about print in fetching
2012/4/8 caterwaul <caterwaul@...>:
Both of these will result in messages going to the log file for the
task, but not the console output. By default, bitbake only shows
warnings, errors, and
2012/4/8 caterwaul <caterwaul@...>:
Both of these will result in messages going to the log file for the
task, but not the console output. By default, bitbake only shows
warnings, errors, and
|
By
Chris Larson <clarson@...>
·
#5887
·
|
|
Problem about print in fetching
Hi,
I want to print out all the URI_SRC I use during the build. And I have tried 3 methods in 2 places as follow. But all of these can not print out the src path. Did I make some mistakes? Could
Hi,
I want to print out all the URI_SRC I use during the build. And I have tried 3 methods in 2 places as follow. But all of these can not print out the src path. Did I make some mistakes? Could
|
By
caterwaul <caterwaul@...>
·
#5886
·
|
|
Re: Porting of specific Kernel/Driver into yocto.
Hi Bruce,
Thanks for your reply.
I am totally new to Yocto.
I have gone through the section BSP/Linux kernel configuration and if I am not wrong then it explains how can we configure the kernel, not
Hi Bruce,
Thanks for your reply.
I am totally new to Yocto.
I have gone through the section BSP/Linux kernel configuration and if I am not wrong then it explains how can we configure the kernel, not
|
By
Om Prakash PAL <omprakash.pal@...>
·
#5885
·
|
|
Problem about print in fetching
Hi,
I want to print out all the URI_SRC I use during the build. And I have tried 3 methods in 2 places as follow. But all of these can not print out the src path. Did I make some mistakes? Could
Hi,
I want to print out all the URI_SRC I use during the build. And I have tried 3 methods in 2 places as follow. But all of these can not print out the src path. Did I make some mistakes? Could
|
By
caterwaul <caterwaul@...>
·
#5884
·
|
|
build the adt error
When I use the bitbake meta-toolchain-sdk,it comes the error: Failed dependencies:
| libcurl.so.4 is needed by qemu-nativesdk-0.15.1-r4.i686.
PS:I have checked the libcurl.so.4 in
When I use the bitbake meta-toolchain-sdk,it comes the error: Failed dependencies:
| libcurl.so.4 is needed by qemu-nativesdk-0.15.1-r4.i686.
PS:I have checked the libcurl.so.4 in
|
By
shushm <446257357@...>
·
#5888
·
|
|
Re: Where does this object "d" come from?
2012/4/7 caterwaul <caterwaul@...>:
It's a representation of the metadata. In that context, the recipe
metadata. See bb.data.data_smart in the bitbake python module for the
class definition.
--
2012/4/7 caterwaul <caterwaul@...>:
It's a representation of the metadata. In that context, the recipe
metadata. See bb.data.data_smart in the bitbake python module for the
class definition.
--
|
By
Chris Larson <clarson@...>
·
#5883
·
|
|
Where does this object "d" come from?
Hi,
I'm just start to investigate how bitbake works and need your help about a question. Thank you in advance.
The object "d" in the pasted paragraph is passed down through the following Python
Hi,
I'm just start to investigate how bitbake works and need your help about a question. Thank you in advance.
The object "d" in the pasted paragraph is passed down through the following Python
|
By
caterwaul <caterwaul@...>
·
#5882
·
|