|
[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
·
|
|
Re: Specifying different make flags for different tasks.
You could use the task-<taskname> override. E.g.:
EXTRA_OEMAKE_append_task-do_compile = " FOO=bar"
--
Christopher Larson
You could use the task-<taskname> override. E.g.:
EXTRA_OEMAKE_append_task-do_compile = " FOO=bar"
--
Christopher Larson
|
By
Chris Larson <clarson@...>
·
#11140
·
|
|
Re: libva failing for mp4 using gstreamer under 'danny' with cedartrail BSP
Hi Ross,
One question - is that also true for 'fakesink'? I thought that was supposed to accept any format, but it also throws the same error.
My pipeline is just uridecodebin ! fakesink
Chris
Hi Ross,
One question - is that also true for 'fakesink'? I thought that was supposed to accept any format, but it also throws the same error.
My pipeline is just uridecodebin ! fakesink
Chris
|
By
Chris Tapp
·
#11139
·
|
|
[PATCH] Added ability to parse python sources to create-recipe
Hi,
Added python source parsing abilities to create-recipe.
Signed-off-by: David Nyström <david.nystrom@...>
---
scripts/create-recipe | 51
Hi,
Added python source parsing abilities to create-recipe.
Signed-off-by: David Nyström <david.nystrom@...>
---
scripts/create-recipe | 51
|
By
"David Nyström <david.c.nystrom@...>
·
#11138
·
|
|
Re: Where does the bitbake get the variable "TOPDIR"
Now i got it.
Bitbake handles the variable TOPDIR, LAYERDIR internally.
Thanks anyway,
Biao
Now i got it.
Bitbake handles the variable TOPDIR, LAYERDIR internally.
Thanks anyway,
Biao
|
By
Biao <huanmateme@...>
·
#11137
·
|
|
Where does the bitbake get the variable "TOPDIR"
Greetings,
I am a newbie tying to understand how bitbake works.
There is one line as BBPATH = "${TOPDIR}" in the mybuild/conf/bblayers.conf, i would like to know where the TOPDIR is defined?
Greetings,
I am a newbie tying to understand how bitbake works.
There is one line as BBPATH = "${TOPDIR}" in the mybuild/conf/bblayers.conf, i would like to know where the TOPDIR is defined?
|
By
Biao <huanmateme@...>
·
#11136
·
|
|
Specifying different make flags for different tasks.
Hi,
I am using EXTRA_OEMAKE to pass extra flags to make.
How can I pass different flags for different tasks?
In this case I am compiling an external kernel module and I need
different make flags
Hi,
I am using EXTRA_OEMAKE to pass extra flags to make.
How can I pass different flags for different tasks?
In this case I am compiling an external kernel module and I need
different make flags
|
By
Alex Gonzalez
·
#11135
·
|
|
Re: IMHO, cross-compile/toolchain examples should use non-x86 arches
My 2c (USD) is for clarity on ADT vs. SDK vs. Toolchain.
Regards,
Sean Liming
Owner
Annabooks
Tel: 714-970-7523 / Cell: 858-774-3176
My 2c (USD) is for clarity on ADT vs. SDK vs. Toolchain.
Regards,
Sean Liming
Owner
Annabooks
Tel: 714-970-7523 / Cell: 858-774-3176
|
By
Sean Liming <sean.liming@...>
·
#11134
·
|
|
IMHO, cross-compile/toolchain examples should use non-x86 arches
a general preference on my part, but i think it would be useful if
any yocto docs that are discussing toolchains or cross-compilation or
the like use *non*-x86 architectures to get the point across.
a general preference on my part, but i think it would be useful if
any yocto docs that are discussing toolchains or cross-compilation or
the like use *non*-x86 architectures to get the point across.
|
By
Robert P. J. Day
·
#11133
·
|
|
[Package Report System]Upgrade recipes name list
This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in
This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in
|
By
Yocto Project Package Report System <package-reporting@...>
·
#11131
·
|
|
[Package Report System]Manual check recipes name list
This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check.
You can
This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check.
You can
|
By
Yocto Project Package Report System <package-reporting@...>
·
#11132
·
|
|
Re: bitbake user manual vs mega manual, and more info on local file fetcher?
I assume you're referring to Eren's blog post: http://hambedded.org/blog/categories/bitbake/
I'll be doing the bitbake manual update and will integrate similar information into the manual, or perhaps
I assume you're referring to Eren's blog post: http://hambedded.org/blog/categories/bitbake/
I'll be doing the bitbake manual update and will integrate similar information into the manual, or perhaps
|
By
Bill Traynor <wmat@...>
·
#11130
·
|
|
Re: What is GMAE?
Hi Brian,
I may be missing a trick here, but for our internal toolchain I pretty much made a copy of meta-toolchain, made a copy of the toolchain-packagegroup, edited the package group to contain the
Hi Brian,
I may be missing a trick here, but for our internal toolchain I pretty much made a copy of meta-toolchain, made a copy of the toolchain-packagegroup, edited the package group to contain the
|
By
Jack Mitchell <ml@...>
·
#11129
·
|
|
Using SRC_URI_append with SOC_FAMILY
Hi,
I have defined the following variables defined
SOC_FAMILY = virtex-5 in my virtex-5.inc file, which is included by my virtex-5-ml507-powerpc-440.conf machine configuration file.
I have
Hi,
I have defined the following variables defined
SOC_FAMILY = virtex-5 in my virtex-5.inc file, which is included by my virtex-5-ml507-powerpc-440.conf machine configuration file.
I have
|
By
Elvis Dowson
·
#11128
·
|
|
Re: bitbake user manual vs mega manual, and more info on local file fetcher?
<scott.m.rifenbark@...> wrote:
Personally I think it would be great if the bitbake documentation
could be updated to include some of the information from Eren's
document as well. Eren provides a
<scott.m.rifenbark@...> wrote:
Personally I think it would be great if the bitbake documentation
could be updated to include some of the information from Eren's
document as well. Eren provides a
|
By
Trevor Woerner
·
#11127
·
|