|
Re: bitbake user manual vs mega manual, and more info on local file fetcher?
Hi,
I'm glad to hear that the bitbake manual is getting an update, and I'm sure you guys know a lot of debugging tricks that I don't know.
Can you please include a section on debugging bitbake build
Hi,
I'm glad to hear that the bitbake manual is getting an update, and I'm sure you guys know a lot of debugging tricks that I don't know.
Can you please include a section on debugging bitbake build
|
By
Bob Cochran
·
#11160
·
|
|
experimental/meta-tpm replaced by experimental/meta-trusted
The public git repository experimental/meta-tpm has been replaced with
experimental/meta-trusted which will include libraries and tools that
are not necessarily TCG/TPM destined as well as the work
The public git repository experimental/meta-tpm has been replaced with
experimental/meta-trusted which will include libraries and tools that
are not necessarily TCG/TPM destined as well as the work
|
By
Michael Halstead
·
#11159
·
|
|
Re: Recipe differences between Danny and Master
The basic rule is that for a file: uri in a SRC_URI field, relative to the .bb it searches $PN-PV, $PN, then files/.
Obviously there are complications with extending that search path, and .bbappends
The basic rule is that for a file: uri in a SRC_URI field, relative to the .bb it searches $PN-PV, $PN, then files/.
Obviously there are complications with extending that search path, and .bbappends
|
By
Ross Burton <ross.burton@...>
·
#11158
·
|
|
Re: Recipe differences between Danny and Master
I have not tested this back on Danny, but it seems to be past the point where it couldn't find anything. I have no idea how it worked in the past. I remember having to toy with it a lot. I'm still
I have not tested this back on Danny, but it seems to be past the point where it couldn't find anything. I have no idea how it worked in the past. I remember having to toy with it a lot. I'm still
|
By
Jim Abernathy
·
#11157
·
|
|
Re: Bug Trend ww50
I updated the excel.
Br,
Laurentiu
I updated the excel.
Br,
Laurentiu
|
By
Serban, Laurentiu <laurentiu.serban@...>
·
#11156
·
|
|
Bug Trend ww50
Hello,
The Yocto Project bug trend was updated for ww50.
https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend
Best regards,
Laurentiu Serban
QA Engineer
Open Source Technology Center
System
Hello,
The Yocto Project bug trend was updated for ww50.
https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend
Best regards,
Laurentiu Serban
QA Engineer
Open Source Technology Center
System
|
By
Serban, Laurentiu <laurentiu.serban@...>
·
#11155
·
|
|
ERROR: locale-base-tt-ru is listed in PACKAGES multiple times, this leads to packaging errors.
Hi,
While attempting to maintain the gcc-4.5.4 and eglibc-2.13 recipes, against the current poky master, I ran into the following errors, while running bitbake meta-toolchain:
ERROR:
Hi,
While attempting to maintain the gcc-4.5.4 and eglibc-2.13 recipes, against the current poky master, I ran into the following errors, while running bitbake meta-toolchain:
ERROR:
|
By
Elvis Dowson
·
#11154
·
|
|
Error: nativesdk-qemu-helper_1.0.bb, do_compile, for gcc-4.5.4 and eglibc-2.13 port against current poky master
Hi,
While attempting to maintain the gcc-4.5.4 and eglibc-2.13 recipes, against the current poky master, I ran into the following errors, while running bitbake meta-toolchain:
ERROR: Function
Hi,
While attempting to maintain the gcc-4.5.4 and eglibc-2.13 recipes, against the current poky master, I ran into the following errors, while running bitbake meta-toolchain:
ERROR: Function
|
By
Elvis Dowson
·
#11153
·
|
|
Re: Recipe differences between Danny and Master
You don't need to specify the myaudios-1.0 section, that's implicit in
the search paths along with the unversioned ${BPN} and files/.
SRC_URI="file://myaudios-1.0.tar.gz" will find it and also work
You don't need to specify the myaudios-1.0 section, that's implicit in
the search paths along with the unversioned ${BPN} and files/.
SRC_URI="file://myaudios-1.0.tar.gz" will find it and also work
|
By
Burton, Ross <ross.burton@...>
·
#11152
·
|
|
[PATCH 5/5] scripts/lib/bsp/engine.py: refactor bsp-creation code
From: Tom Zanussi <tom.zanussi@...>
This does a bit of refactoring of the bsp-generation code to make it
generically reusable for generating non-bsp layers.
The first user remains the existing
From: Tom Zanussi <tom.zanussi@...>
This does a bit of refactoring of the bsp-generation code to make it
generically reusable for generating non-bsp layers.
The first user remains the existing
|
By
tom.zanussi@...
·
#11149
·
|
|
[PATCH 4/5] yocto-layer: add 'layer' template data
From: Tom Zanussi <tom.zanussi@...>
Add a 'layer' target containing all the data that will be used to
generate a generic yocto layer.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
From: Tom Zanussi <tom.zanussi@...>
Add a 'layer' target containing all the data that will be used to
generate a generic yocto layer.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
|
By
tom.zanussi@...
·
#11148
·
|
|
[PATCH 3/5] yocto-layer: add help/usage
From: Tom Zanussi <tom.zanussi@...>
This is essentially 'the documentation' for the yocto-layer tool.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
scripts/lib/bsp/help.py | 228
From: Tom Zanussi <tom.zanussi@...>
This is essentially 'the documentation' for the yocto-layer tool.
Signed-off-by: Tom Zanussi <tom.zanussi@...>
---
scripts/lib/bsp/help.py | 228
|
By
tom.zanussi@...
·
#11147
·
|
|
[PATCH 0/5] RFC: new 'yocto-layer' tool for creating generic Yocto layers
From: Tom Zanussi <tom.zanussi@...>
Since I've been doing kind of similar work lately for the 'custom kernel'
support for yocto-bsp and have gotten several requests lately (mainly
from Darren
From: Tom Zanussi <tom.zanussi@...>
Since I've been doing kind of similar work lately for the 'custom kernel'
support for yocto-bsp and have gotten several requests lately (mainly
from Darren
|
By
tom.zanussi@...
·
#11150
·
|
|
[PATCH 2/5] yocto-layer: new script
From: Tom Zanussi <tom.zanussi@...>
Implementation of the 'yocto-layer' command-line tool, for creating
generic layers and listing their input properties.
Signed-off-by: Tom Zanussi
From: Tom Zanussi <tom.zanussi@...>
Implementation of the 'yocto-layer' command-line tool, for creating
generic layers and listing their input properties.
Signed-off-by: Tom Zanussi
|
By
tom.zanussi@...
·
#11151
·
|
|
[PATCH 1/5] scripts/lib/bsp/engine.py: add yocto_layer_create()
From: Tom Zanussi <tom.zanussi@...>
Add a new yocto_layer_create() function that will be used to generate
a generic yocto layer (for the new 'yocto-layer' command).
Signed-off-by: Tom Zanussi
From: Tom Zanussi <tom.zanussi@...>
Add a new yocto_layer_create() function that will be used to generate
a generic yocto layer (for the new 'yocto-layer' command).
Signed-off-by: Tom Zanussi
|
By
tom.zanussi@...
·
#11146
·
|
|
Recipe differences between Danny and Master
I have a recipe layers I use for test videos and audios that I included in prior BSPs I've done. The last I tested it was Danny and it worked fine. Today I tried to add it to a BSP that had
I have a recipe layers I use for test videos and audios that I included in prior BSPs I've done. The last I tested it was Danny and it worked fine. Today I tried to add it to a BSP that had
|
By
Jim Abernathy
·
#11145
·
|
|
Re: Specifying different make flags for different tasks.
Hi Chris,
Yes, that would be exactly what I want, except that it' not working for me.
Probably something obvious, but just in case, any reason why this
should not work in denzil?
Thanks,
Alex
Hi Chris,
Yes, that would be exactly what I want, except that it' not working for me.
Probably something obvious, but just in case, any reason why this
should not work in denzil?
Thanks,
Alex
|
By
Alex Gonzalez
·
#11144
·
|
|
Re: IMHO, cross-compile/toolchain examples should use non-x86 arches
Or in Yocto Project context, we kind of use ADT more inclusive that referring what Mark talked about SDK, the eclipse plug-in and other developers tools. And we don't call out SDK that much.
Or in Yocto Project context, we kind of use ADT more inclusive that referring what Mark talked about SDK, the eclipse plug-in and other developers tools. And we don't call out SDK that much.
|
By
Zhang, Jessica
·
#11143
·
|
|
Re: IMHO, cross-compile/toolchain examples should use non-x86 arches
The biggest clarify problem I've seen is the terms being intermingled. There are clear definitions for each.
Toolchain, the compiler and related tools that enable compiling software for a given
The biggest clarify problem I've seen is the terms being intermingled. There are clear definitions for each.
Toolchain, the compiler and related tools that enable compiling software for a given
|
By
Mark Hatle <mark.hatle@...>
·
#11142
·
|
|
Re: Where does the bitbake get the variable "TOPDIR"
It's defind in "lib/bb/parse/parse_py/ConfHandler.py:36". When TOPDIR is
not defined in any of the bitbake configuration files, it's set to
current working directory automatically.
(...)
def
It's defind in "lib/bb/parse/parse_py/ConfHandler.py:36". When TOPDIR is
not defined in any of the bitbake configuration files, it's set to
current working directory automatically.
(...)
def
|
By
Eren Türkay <eren@...>
·
#11141
·
|