|
Re: [PATCH] devtool: add clean command
Hi Josef,
Looks good, just a couple of minor tweaks to be made:
It would be worth noting that this is particularly important within the eSDK
because you can't run bitbake -c clean directly
Hi Josef,
Looks good, just a couple of minor tweaks to be made:
It would be worth noting that this is particularly important within the eSDK
because you can't run bitbake -c clean directly
|
By
Paul Eggleton
·
#38527
·
|
|
Re: [meta-raspberrypi] Rocko branch maintenance
you are volunteered :)
good luck
you are volunteered :)
good luck
|
By
Khem Raj
·
#38526
·
|
|
Re: [PATCH] devtool: add clean command
Hi!
In a nutshell and by default, yes. It sticks to the configurability that was already there in the build command, but in the end thats what it is meant to do in the vast majority of cases. The
Hi!
In a nutshell and by default, yes. It sticks to the configurability that was already there in the build command, but in the end thats what it is meant to do in the vast majority of cases. The
|
By
Josef Holzmayr <holzmayr@...>
·
#38525
·
|
|
Re: [PATCH] devtool: add clean command
what I can see on the patch, this does a bitbake -c clean <recipename>, right?
what I can see on the patch, this does a bitbake -c clean <recipename>, right?
|
By
Leonardo Sandoval
·
#38524
·
|
|
[PATCH] devtool: add clean command
Add an idiomatic way to devtool to clean a recipe.
Signed-off-by: Josef Holzmayr <holzmayr@...>
---
scripts/lib/devtool/clean.py | 48 ++++++++++++++++++++++++++++++++++++++++++++
Add an idiomatic way to devtool to clean a recipe.
Signed-off-by: Josef Holzmayr <holzmayr@...>
---
scripts/lib/devtool/clean.py | 48 ++++++++++++++++++++++++++++++++++++++++++++
|
By
Josef Holzmayr <holzmayr@...>
·
#38523
·
|
|
[meta-raspberrypi] Rocko branch maintenance
Hi all,
I'd like to put myself forward as stable branch maintainer for
meta-raspberrypi again. The plan is to maintain rocko for 12 months in
line with the Yocto Project's current maintenance period.
Hi all,
I'd like to put myself forward as stable branch maintainer for
meta-raspberrypi again. The plan is to maintain rocko for 12 months in
line with the Yocto Project's current maintenance period.
|
By
Paul Barker
·
#38522
·
|
|
Re: [meta-raspberrypi][PATCH 1/3] linux-firmware: Replace /lib with ${nonarch_base_libdir}
All 3 patches look good at first glace. Could you submit them as a
pull request on https://github.com/agherzan/meta-raspberrypi please?
Thanks,
--
Paul Barker
Togán Labs Ltd
All 3 patches look good at first glace. Could you submit them as a
pull request on https://github.com/agherzan/meta-raspberrypi please?
Thanks,
--
Paul Barker
Togán Labs Ltd
|
By
Paul Barker
·
#38521
·
|
|
Re: How /etc/shadow packed into my final image?
OH! Thank you! I had forgotten about that.
OH! Thank you! I had forgotten about that.
|
By
Bacheh Karaji <bachehkaraji@...>
·
#38520
·
|
|
[meta-raspberrypi][PATCH 3/3] bluez5: Replace /lib with ${nonarch_base_libdir}
From: Michael Gloff <mgloff@...>
Use standard variable name and avoid
QA errors when usermerge DISTRO_FEATURE is enabled.
Signed-off-by: Michael Gloff <mgloff@...>
---
From: Michael Gloff <mgloff@...>
Use standard variable name and avoid
QA errors when usermerge DISTRO_FEATURE is enabled.
Signed-off-by: Michael Gloff <mgloff@...>
---
|
By
Michael Gloff <mgloff@...>
·
#38519
·
|
|
[meta-raspberrypi][PATCH 2/3] linux-raspberrypi: Replace /lib with ${nonarch_base_libdir}
From: Michael Gloff <mgloff@...>
Use standard variable name and avoid
QA errors when usermerge DISTRO_FEATURE is enabled.
Signed-off-by: Michael Gloff <mgloff@...>
---
From: Michael Gloff <mgloff@...>
Use standard variable name and avoid
QA errors when usermerge DISTRO_FEATURE is enabled.
Signed-off-by: Michael Gloff <mgloff@...>
---
|
By
Michael Gloff <mgloff@...>
·
#38518
·
|
|
[meta-raspberrypi][PATCH 1/3] linux-firmware: Replace /lib with ${nonarch_base_libdir}
From: Michael Gloff <mgloff@...>
Use standard variable name and avoid
QA errors when usermerge DISTRO_FEATURE is enabled.
Signed-off-by: Michael Gloff <mgloff@...>
---
From: Michael Gloff <mgloff@...>
Use standard variable name and avoid
QA errors when usermerge DISTRO_FEATURE is enabled.
Signed-off-by: Michael Gloff <mgloff@...>
---
|
By
Michael Gloff <mgloff@...>
·
#38517
·
|
|
Re: How /etc/shadow packed into my final image?
The file is created in postinst of the shadow package.
Codes are like below:
root@qemux86-64:~# rpm -q --scripts shadow
postinstall scriptlet (using /bin/sh):
# shadow - postinst
The file is created in postinst of the shadow package.
Codes are like below:
root@qemux86-64:~# rpm -q --scripts shadow
postinstall scriptlet (using /bin/sh):
# shadow - postinst
|
By
Chen Qi
·
#38516
·
|
|
Re: [layerindex-web][patch v3 1/1] Send email notification on publication
Hi Amanda,
This change looks good to me - I'll wait a day or so for other reviews and
merge after that.
Thanks,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
Hi Amanda,
This change looks good to me - I'll wait a day or so for other reviews and
merge after that.
Thanks,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
|
By
Paul Eggleton
·
#38515
·
|
|
[layerindex-web][patch v3 1/1] Send email notification on publication
When publishing a layer, send an email notification to all of that
layer's maintainers.
Fixes [YOCTO #11208]
Signed-off-by: Amanda Brindle <amanda.r.brindle@...>
---
layerindex/views.py
When publishing a layer, send an email notification to all of that
layer's maintainers.
Fixes [YOCTO #11208]
Signed-off-by: Amanda Brindle <amanda.r.brindle@...>
---
layerindex/views.py
|
By
Amanda Brindle
·
#38514
·
|
|
[layerindex-web][patch v3 0/1] Send email notification on publication
Changed the publishemail template to use django conditional statements in creating the list of maintainer
names, as well as checking whether there is more than one maintainer.
The following changes
Changed the publishemail template to use django conditional statements in creating the list of maintainer
names, as well as checking whether there is more than one maintainer.
The following changes
|
By
Amanda Brindle
·
#38513
·
|
|
Re: [meta-security][PATCH v2] fscryptctl: add v0.1.0
Merged,
Thanks,
Armin
By
Armin Kuster
·
#38512
·
|
|
QA cycle report for 2.4 RC3
Hello All, I'm sending the report on behalf of Libertad G.
Enjoy reading the full Report for 2.4 RC3: https://wiki.yoctoproject.org/wiki/WW43_-_2017-10-23_-_Full_Test_Cycle_2.4_RC3
=======
Hello All, I'm sending the report on behalf of Libertad G.
Enjoy reading the full Report for 2.4 RC3: https://wiki.yoctoproject.org/wiki/WW43_-_2017-10-23_-_Full_Test_Cycle_2.4_RC3
=======
|
By
Leon Bautista, Sonia <sonia.leon.bautista@...>
·
#38511
·
|
|
Re: libcap compile error
<remco+vogels@...> wrote:
it seems you might be using uclibc, and xattr is absent in DISTRO_FEATURES, add
DISTRO_FEATURES_append = " xattr"
in your conf/local.conf and see if that
<remco+vogels@...> wrote:
it seems you might be using uclibc, and xattr is absent in DISTRO_FEATURES, add
DISTRO_FEATURES_append = " xattr"
in your conf/local.conf and see if that
|
By
Khem Raj
·
#38510
·
|
|
[yocto-autobuilder][PATCH 2/2] meta-intel: nightly-musl: add 32 bit buildset
On the meta-intel autobuilder, we were only building musl for 64bit
architectures. This adds a buildset for core2-32 arch, and adds that
build to the nightly.
Signed-off-by: Stephano Cetola
On the meta-intel autobuilder, we were only building musl for 64bit
architectures. This adds a buildset for core2-32 arch, and adds that
build to the nightly.
Signed-off-by: Stephano Cetola
|
By
Stephano Cetola <stephano.cetola@...>
·
#38509
·
|
|
[yocto-autobuilder][PATCH 1/2] nightly-musl-x86-64: add 64bit musl build
We were building with musl on 32 bit platforms but not on 64 bit.
This adds a 64 bit musl buildset that is similar to the 32 bit one
and also adds that buildset to the list of builds for
We were building with musl on 32 bit platforms but not on 64 bit.
This adds a 64 bit musl buildset that is similar to the 32 bit one
and also adds that buildset to the list of builds for
|
By
Stephano Cetola <stephano.cetola@...>
·
#38508
·
|