|
[meta-gplv2] [PATCH 2/3] meta-gplv2: Convert to new override syntax
This converts the layer to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
with no manual fixes.
Signed-off-by: Richard Purdie
This converts the layer to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
with no manual fixes.
Signed-off-by: Richard Purdie
|
By
Richard Purdie
·
#54264
·
|
|
[meta-gplv2] [PATCH 3/3] layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 2 +-
1 file changed,
This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 2 +-
1 file changed,
|
By
Richard Purdie
·
#54263
·
|
|
[meta-gplv2] [PATCH 1/3] recipes: Drop libc-uclibc overrides and patch
These haven't been used for a long time and can therefore be removed.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
recipes-core/gettext/gettext_0.16.1.bb | 8 --
These haven't been used for a long time and can therefore be removed.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
recipes-core/gettext/gettext_0.16.1.bb | 8 --
|
By
Richard Purdie
·
#54262
·
|
|
[meta-mingw] [PATCH 3/3] layer.conf: Mark the layer as compatible with honister
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index
|
By
Richard Purdie
·
#54261
·
|
|
[meta-mingw] [PATCH 1/3] meta-mingw: Convert to new override syntax
This converts the two layers to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
Signed-off-by: Richard Purdie
This converts the two layers to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
Signed-off-by: Richard Purdie
|
By
Richard Purdie
·
#54260
·
|
|
[meta-mingw] [PATCH 2/3] meta-mingw: Override syntax conversion manual fixes
Fix a coupld of mis-converted lines from the automated override
conversion script.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
recipes-devtools/gcc/gcc-runtime_%.bbappend
Fix a coupld of mis-converted lines from the automated override
conversion script.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
recipes-devtools/gcc/gcc-runtime_%.bbappend
|
By
Richard Purdie
·
#54259
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 7/29/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Diane, Joshua, MichaelO, Randy, Richard, Stephen, Steve, Tim, Tony, TrevorG
ARs:
- Tim to talk with
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Diane, Joshua, MichaelO, Randy, Richard, Stephen, Steve, Tim, Tony, TrevorG
ARs:
- Tim to talk with
|
By
Trevor Gamblin
·
#54258
·
|
|
Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: July 29, 2021
YP AB Intermittent failures meeting
===================================
July 29, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Tony, Richard, Trevor, Randy,
YP AB Intermittent failures meeting
===================================
July 29, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Tony, Richard, Trevor, Randy,
|
By
Randy MacLeod
·
#54257
·
|
|
Re: Install SDK with yocto
Hi,
After you download e.g. the tarball, you'll find an installation guide inside.
It says:
OpenSUSE 13.1 / 42.3
Ubuntu ® 14.04 / 16.04
Fedora 26 / 27
Debian 8.10 / 9.3
So I am not sure why you
Hi,
After you download e.g. the tarball, you'll find an installation guide inside.
It says:
OpenSUSE 13.1 / 42.3
Ubuntu ® 14.04 / 16.04
Fedora 26 / 27
Debian 8.10 / 9.3
So I am not sure why you
|
By
Robert Berger
·
#54256
·
|
|
Re: #yocto -kernel startup of devices/platform/amba/ffa00000.perf-monitor
#yocto
Nevermind I found it, long day…
Nevermind I found it, long day…
|
By
Monsees, Steven C (US)
·
#54255
·
|
|
Re: #bitbake Can't get application sources from private git using SSH keys
#bitbake
#yocto
Thank you Yoann. I was able to fetch.
Thank you Yoann. I was able to fetch.
|
By
mail2uvijay@...
·
#54254
·
|
|
Re: #bitbake Can't get application sources from private git using SSH keys
#bitbake
#yocto
Hello,
The ':' in SRC_URI is not handled like in the git clone command line. You may need to change it to a '/'
SRC_URI = "git://git@.../xxx/xxx.git;protocol=ssh;"
This is a frequent error (I make it
Hello,
The ':' in SRC_URI is not handled like in the git clone command line. You may need to change it to a '/'
SRC_URI = "git://git@.../xxx/xxx.git;protocol=ssh;"
This is a frequent error (I make it
|
By
Yoann Congal
·
#54253
·
|
|
#bitbake Can't get application sources from private git using SSH keys
#bitbake
#yocto
Hi,
Working on Yocto build system first time.
I has written a recipe to fetch the code from private GIT HUB, using SSH keys. Able to clone the code using git clone.
However when i ran bitbake getting
Hi,
Working on Yocto build system first time.
I has written a recipe to fetch the code from private GIT HUB, using SSH keys. Able to clone the code using git clone.
However when i ran bitbake getting
|
By
mail2uvijay@...
·
#54252
·
|
|
Re: [meta-spdxscanner][PATCH] MAINTAINERS: Updated the email address where send patches
Merged.
By
leimaohui
·
#54251
·
|
|
Install SDK with yocto
Hi,
I am new to yocto and have some problems by installing a SDK with yocto for AArch64.
The SDK you can find here:
Hi,
I am new to yocto and have some problems by installing a SDK with yocto for AArch64.
The SDK you can find here:
|
By
daniel_herrmann22@...
·
#54250
·
|
|
#yocto -kernel startup of devices/platform/amba/ffa00000.perf-monitor
#yocto
I am running with zeus…, during kernel startup I see perf-monitors setup
[ 3.564635] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[ 3.571139] xilinx-axipmon
I am running with zeus…, during kernel startup I see perf-monitors setup
[ 3.564635] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[ 3.571139] xilinx-axipmon
|
By
Monsees, Steven C (US)
·
#54249
·
|
|
Re: [meta-spdxscanner][PATCH] MAINTAINERS & README.md: Updated the email address where send patches
Hi Lei,
Done. See other upcoming patch.
Thanks
--
Marco
Hi Lei,
Done. See other upcoming patch.
Thanks
--
Marco
|
By
Marco Cavallini
·
#54248
·
|
|
[meta-spdxscanner][PATCH] MAINTAINERS: Updated the email address where send patches
From: Marco Cavallini <m.cavallini@...>
Signed-off-by: Marco Cavallini <koansoftware@...>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
From: Marco Cavallini <m.cavallini@...>
Signed-off-by: Marco Cavallini <koansoftware@...>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Marco Cavallini
·
#54247
·
|
|
Re: [meta-spdxscanner][PATCH] MAINTAINERS & README.md: Updated the email address where send patches
Hi, Marco
This part repeats with MAINTAINERS. Can you send patch V2 without this part?
Best regards
Lei
Hi, Marco
This part repeats with MAINTAINERS. Can you send patch V2 without this part?
Best regards
Lei
|
By
leimaohui
·
#54246
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.3.2.rc2)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.3.2.rc2. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.3.2.rc2. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
|
By
Sangeeta Jain
·
#54245
·
|