|
Re: [meta-selinux][dunfell][gatesgarth][master][PATCH] libselinux-python: Fix build error due to missing target config
[Re: [yocto] [meta-selinux][dunfell][gatesgarth][master][PATCH] libselinux-python: Fix build error due to missing target config] On 21.03.09 (Tue 14:53) Anatol Belski wrote:
No problem! I assumed
[Re: [yocto] [meta-selinux][dunfell][gatesgarth][master][PATCH] libselinux-python: Fix build error due to missing target config] On 21.03.09 (Tue 14:53) Anatol Belski wrote:
No problem! I assumed
|
By
Joe MacDonald
·
#52628
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
Hi Leon,
Define what you mean by "where += would not work", I'm not sure to have
enough context to answer this question.
gdb/gdbserver above would be replaced with ${PN} in many/most recipes.
I am
Hi Leon,
Define what you mean by "where += would not work", I'm not sure to have
enough context to answer this question.
gdb/gdbserver above would be replaced with ${PN} in many/most recipes.
I am
|
By
Quentin Schulz
·
#52627
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
Hello Robert, all,
$grep -re '[A-Z_]\+_[a-z0-9]\+_append' poky/meta*
poky/meta/recipes-support/gmp/gmp_6.2.0.bb:EXTRA_OECONF_mipsarchr6_append
= "
Hello Robert, all,
$grep -re '[A-Z_]\+_[a-z0-9]\+_append' poky/meta*
poky/meta/recipes-support/gmp/gmp_6.2.0.bb:EXTRA_OECONF_mipsarchr6_append
= "
|
By
Leon Woestenberg
·
#52626
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
i remember testing this a few years back, and making sure i
appreciated the subtleties. i might take a shot at rewriting that
section, since i think it has potential for confusion. mostly,
i remember testing this a few years back, and making sure i
appreciated the subtleties. i might take a shot at rewriting that
section, since i think it has potential for confusion. mostly,
|
By
Robert P. J. Day
·
#52625
·
|
|
Re: how often would one use "VAR_someoverride_append = ..."?
Hi Robert,
Yes, in 99% of the cases, you want VAR_append_foo and not VAR_foo_append.
VAR_foo_append makes sense when you want to append to VAR_foo which is a
way to override completely VAR for
Hi Robert,
Yes, in 99% of the cases, you want VAR_append_foo and not VAR_foo_append.
VAR_foo_append makes sense when you want to append to VAR_foo which is a
way to override completely VAR for
|
By
Quentin Schulz
·
#52624
·
|
|
how often would one use "VAR_someoverride_append = ..."?
bitbake manual, chapter 3, examples of conditional syntax:
https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-metadata.html#examples
correctly distinguishes between
bitbake manual, chapter 3, examples of conditional syntax:
https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-metadata.html#examples
correctly distinguishes between
|
By
Robert P. J. Day
·
#52623
·
|
|
Re: [meta-selinux][dunfell][gatesgarth][master][PATCH] libselinux-python: Fix build error due to missing target config
Hi Joe,
thanks for the quick check. The patch applies fine to dunfell and gatesgarth, master has the changed recipe version in the bb name. I was about to rebase to master but pulling shows already
Hi Joe,
thanks for the quick check. The patch applies fine to dunfell and gatesgarth, master has the changed recipe version in the bb name. I was about to rebase to master but pulling shows already
|
By
Anatol Belski
·
#52622
·
|
|
Re: [meta-selinux][dunfell][gatesgarth][master][PATCH] libselinux-python: Fix build error due to missing target config
Hi Anatol,
I will confirm this against the other branches (dunfell and gatesgarth)
but your patch doesn't appear to be against the current master branch (and
it's unlikely one patch will apply to all
Hi Anatol,
I will confirm this against the other branches (dunfell and gatesgarth)
but your patch doesn't appear to be against the current master branch (and
it's unlikely one patch will apply to all
|
By
Joe MacDonald
·
#52621
·
|
|
Re: #yocto #sdk
#yocto
#sdk
What is the difference between using “SIGGEN_UNLOCKED_RECIPES +=” and “BB_HASHBASE_WHITELIST_append =” ?
What is the difference between using “SIGGEN_UNLOCKED_RECIPES +=” and “BB_HASHBASE_WHITELIST_append =” ?
|
By
Monsees, Steven C (US)
·
#52620
·
|
|
[meta-selinux][dunfell][gatesgarth][master][PATCH] libselinux-python: Fix build error due to missing target config
This fixes the error below:
gcc: error: unrecognized command line option
‘-fmacro-prefix-map=/path/to/build/libselinux-python/3.0-r0=/usr/src/debug/libselinux-python/3.0-r0’
Without inheriting
This fixes the error below:
gcc: error: unrecognized command line option
‘-fmacro-prefix-map=/path/to/build/libselinux-python/3.0-r0=/usr/src/debug/libselinux-python/3.0-r0’
Without inheriting
|
By
Anatol Belski
·
#52619
·
|
|
Re: Swap management: vm.swappiness best values?
Ciao Mauro,
Sounds more like a pure Linux/UNIX question than a yocto one :-)
As you most likely know on an embedded system which uses permanent storage (NAND flash or eMMC) that is subject to wear it
Ciao Mauro,
Sounds more like a pure Linux/UNIX question than a yocto one :-)
As you most likely know on an embedded system which uses permanent storage (NAND flash or eMMC) that is subject to wear it
|
By
Laurent Gauthier
·
#52618
·
|
|
Swap management: vm.swappiness best values?
Hi all.
I'm working with Krogoth on a imx6dl board with 1GB of RAM.
I don't setup the swap space, but sometimes I see that kswap0 task starts, and the board slow down.
I'd like to change the value of
Hi all.
I'm working with Krogoth on a imx6dl board with 1GB of RAM.
I don't setup the swap space, but sometimes I see that kswap0 task starts, and the board slow down.
I'd like to change the value of
|
By
Mauro Ziliani
·
#52617
·
|
|
Re: Remove *-dev packages from final image
Thanks a lot.
I'll do it
MZ
Thanks a lot.
I'll do it
MZ
|
By
Mauro Ziliani
·
#52616
·
|
|
[meta-security][PATCH] python3-fail2ban: fix building with ptest enabled
Use new structure for testing.
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/fail2ban/files/run-ptest | 2 +-
Use new structure for testing.
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/fail2ban/files/run-ptest | 2 +-
|
By
Armin Kuster
·
#52615
·
|
|
Re: Remove *-dev packages from final image
you might find the dependency with bitbake -g <your-image> and insepcting the generated dependecy files.
you might find the dependency with bitbake -g <your-image> and insepcting the generated dependecy files.
|
By
Khem Raj
·
#52614
·
|
|
Re: [PATCH yocto-autobuilder-helper] config.json: add a systemd no-x11 build
Ping :)
Alex
On Wed, 3 Mar 2021 at 14:16, Alexander Kanavin via lists.yoctoproject.org <alex.kanavin=gmail.com@...> wrote:
Ping :)
Alex
On Wed, 3 Mar 2021 at 14:16, Alexander Kanavin via lists.yoctoproject.org <alex.kanavin=gmail.com@...> wrote:
|
By
Alexander Kanavin
·
#52613
·
|
|
M+ & H bugs with Milestone Movements WW10
All,
YP M+ or high bugs which moved to a new milestone in WW10 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
5389
bitbake/lib/bb/fetch2: filename too
All,
YP M+ or high bugs which moved to a new milestone in WW10 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
5389
bitbake/lib/bb/fetch2: filename too
|
By
Stephen Jolley
·
#52612
·
|
|
Enhancements/Bugs closed WW10!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#52611
·
|
|
Current high bug count owners for Yocto Project 3.3
All,
Below is the list as of top 50 bug owners as of the end of WW10 of who have open medium or higher bugs and enhancements against YP 3.3. There are 38 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW10 of who have open medium or higher bugs and enhancements against YP 3.3. There are 38 possible work days left until the final
|
By
Stephen Jolley
·
#52610
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#52609
·
|