|
Re: [PATCH yocto-autobuilder-helper] run-docs-build: build from tags dynamically instead of static list
Hi Michael,
IIUC the man page,
git tag --list 'yocto-*' | sort
would be doing the same thing as the one command with grep above.
Discovered it recently so just wanted to share.
I guess this is
Hi Michael,
IIUC the man page,
git tag --list 'yocto-*' | sort
would be doing the same thing as the one command with grep above.
Discovered it recently so just wanted to share.
I guess this is
|
By
Quentin Schulz
·
#53043
·
|
|
[meta-security][PATCH 5/5] README: cleanup
Add note about rust.
Signed-off-by: Armin Kuster <akuster808@...>
---
README | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/README
Add note about rust.
Signed-off-by: Armin Kuster <akuster808@...>
---
README | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/README
|
By
Armin Kuster
·
#53042
·
|
|
[meta-security][PATCH 3/5] suricata: update to 6.0.2
needs rust
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-ids/suricata/files/fixup.patch | 32 +
.../recipes-ids/suricata/files/run-ptest | 3 +
needs rust
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-ids/suricata/files/fixup.patch | 32 +
.../recipes-ids/suricata/files/run-ptest | 3 +
|
By
Armin Kuster
·
#53041
·
|
|
[meta-security][PATCH 4/5] layer.conf: add dynamic-layer for rust pkg
Signed-off-by: Armin Kuster <akuster808@...>
---
conf/layer.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/conf/layer.conf b/conf/layer.conf
index fd21da1..906e024 100644
---
Signed-off-by: Armin Kuster <akuster808@...>
---
conf/layer.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/conf/layer.conf b/conf/layer.conf
index fd21da1..906e024 100644
---
|
By
Armin Kuster
·
#53040
·
|
|
[meta-security][PATCH 1/5] swtpm: fix check for tscd deamon on host
Found a few places that tscd check was trying to run the hosts.
Signed-off-by: Armin Kuster <akuster808@...>
---
.../swtpm/files/oe_configure.patch | 65 +++++++++++++++++++
Found a few places that tscd check was trying to run the hosts.
Signed-off-by: Armin Kuster <akuster808@...>
---
.../swtpm/files/oe_configure.patch | 65 +++++++++++++++++++
|
By
Armin Kuster
·
#53039
·
|
|
[meta-security][PATCH 2/5] python3-suricata-update: update to 1.2.1
Signed-off-by: Armin Kuster <akuster808@...>
---
...a-update_1.1.1.bb => python3-suricata-update_1.2.1.bb} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
rename
Signed-off-by: Armin Kuster <akuster808@...>
---
...a-update_1.1.1.bb => python3-suricata-update_1.2.1.bb} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
rename
|
By
Armin Kuster
·
#53038
·
|
|
[meta-rockchip][PATCH] trusted-firmware-a: use 1500000 baud for serial console
From: Yann Dirson <yann@...>
TF-A runs between two u-boot stages which both uses 1500000 baud, it
just makes no sense to use the same UART at a different rate.
Here is a sample session
From: Yann Dirson <yann@...>
TF-A runs between two u-boot stages which both uses 1500000 baud, it
just makes no sense to use the same UART at a different rate.
Here is a sample session
|
By
Yann Dirson
·
#53037
·
|
|
[PATCH yocto-autobuilder-helper] run-docs-build: build from tags dynamically instead of static list
All new releases are Sphinx ready so we exclude old tags and build for
all the rest.
Signed-off-by: Michael Halstead <mhalstead@...>
---
scripts/run-docs-build | 14 ++++++++++----
1
All new releases are Sphinx ready so we exclude old tags and build for
all the rest.
Signed-off-by: Michael Halstead <mhalstead@...>
---
scripts/run-docs-build | 14 ++++++++++----
1
|
By
Michael Halstead
·
#53036
·
|
|
Re: #yocto #sdk -XILINX/vivado dependencies
#yocto
#sdk
there is KERNEL_MODULE_AUTOLOAD which could be used to load modules on
boot, don't know if that suffices to what you need but worth looking
into.
On Tue, Apr 6, 2021 at 12:47 PM Monsees, Steven C
there is KERNEL_MODULE_AUTOLOAD which could be used to load modules on
boot, don't know if that suffices to what you need but worth looking
into.
On Tue, Apr 6, 2021 at 12:47 PM Monsees, Steven C
|
By
Khem Raj
·
#53035
·
|
|
#yocto #sdk -XILINX/vivado dependencies
#yocto
#sdk
Working with zeus, aarch64, with Xilinx vivado dependencies…
Kerenl image and bootapp build and run correctly, need to be able to build EXT SDK,,,
How do I incorporate the dependencies of the
Working with zeus, aarch64, with Xilinx vivado dependencies…
Kerenl image and bootapp build and run correctly, need to be able to build EXT SDK,,,
How do I incorporate the dependencies of the
|
By
Monsees, Steven C (US)
·
#53034
·
|
|
[meta-zephyr][PATCH 1/1] zephyr-flash-pyocd.bbclass: Fix problems with flashing particular boards
From: Zbigniew Bodek <zbigniew.bodek@...>
By default, pyocd uses generic target type called "cortex_m" which
should be able to connect and debug but not flash the memory.
Normally pyocd would
From: Zbigniew Bodek <zbigniew.bodek@...>
By default, pyocd uses generic target type called "cortex_m" which
should be able to connect and debug but not flash the memory.
Normally pyocd would
|
By
Wojciech Zmuda
·
#53033
·
|
|
[meta-zephyr][PATCH 0/1] Fix flashing with pyocd
From: Wojciech Zmuda <wojciech.zmuda@...>
I'm submitting this patch with the consent of the original
author Zbigniew Bodek <zbigniew.bodek@...>
The flashing process occurred to contain
From: Wojciech Zmuda <wojciech.zmuda@...>
I'm submitting this patch with the consent of the original
author Zbigniew Bodek <zbigniew.bodek@...>
The flashing process occurred to contain
|
By
Wojciech Zmuda
·
#53032
·
|
|
Re: [PATCH yocto-autobuilder-helper] run-docs-build: add 3.2.3 release to docs build
Thanks for the patch.
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@...>
Thanks for the patch.
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@...>
|
By
Nicolas Dechesne
·
#53031
·
|
|
[PATCH yocto-autobuilder-helper] run-docs-build: add 3.2.3 release to docs build
Signed-off-by: Michael Halstead <mhalstead@...>
---
scripts/run-docs-build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/run-docs-build
Signed-off-by: Michael Halstead <mhalstead@...>
---
scripts/run-docs-build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/run-docs-build
|
By
Michael Halstead
·
#53030
·
|
|
Re: [OE-core] WiFi P2P support
I dont think there is a canned recipe for P2P so you will discover on way.
I would suggest to look at
https://w1.fi/cgit/hostap/tree/wpa_supplicant/README-P2P
Once you get working it will be
I dont think there is a canned recipe for P2P so you will discover on way.
I would suggest to look at
https://w1.fi/cgit/hostap/tree/wpa_supplicant/README-P2P
Once you get working it will be
|
By
Khem Raj
·
#53029
·
|
|
Yocto Project Status WW14`21
Current Dev Position: YP 3.3 M4 (Feature Freeze)
Next Deadline: 5th April 2021 YP 3.3 M4 build
Next Team Meetings:
Bug Triage meeting Thursday Apr. 8th at 7:30am PDT
Current Dev Position: YP 3.3 M4 (Feature Freeze)
Next Deadline: 5th April 2021 YP 3.3 M4 build
Next Team Meetings:
Bug Triage meeting Thursday Apr. 8th at 7:30am PDT
|
By
Stephen Jolley
·
#53028
·
|
|
[yocto-autobuilder2][PATCH v2] README-Guide.md: Add multi-node content, extra config info
The instructions in README-Guide.md are a good starting point, but there
are some additional guidelines in this patch for setting up worker nodes
which may be useful to others who want to run their
The instructions in README-Guide.md are a good starting point, but there
are some additional guidelines in this patch for setting up worker nodes
which may be useful to others who want to run their
|
By
Trevor Gamblin
·
#53027
·
|
|
Re: [yocto-autobuilder2][PATCH] README-Guide.md: Add multi-node content, extra config info
Sending a v2 - adding an extra line or two about starting the worker(s).
Sending a v2 - adding an extra line or two about starting the worker(s).
|
By
Trevor Gamblin
·
#53026
·
|
|
[yocto-autobuilder2][PATCH] README-Guide.md: Add multi-node content, extra config info
The instructions in README-Guide.md are a good starting point, but there
are some additional guidelines in this patch for setting up worker nodes
which may be useful to others who want to run their
The instructions in README-Guide.md are a good starting point, but there
are some additional guidelines in this patch for setting up worker nodes
which may be useful to others who want to run their
|
By
Trevor Gamblin
·
#53025
·
|
|
Re: [yocto-autobuilder2][RFC][PATCH] README-Guide.md: Add multi-node content, extra config info
You're right, I don't need the others. Fixing this for the next revision.
The beginning of README-Guide.md mentions that the user should reference the Yocto Manual for the required
You're right, I don't need the others. Fixing this for the next revision.
The beginning of README-Guide.md mentions that the user should reference the Yocto Manual for the required
|
By
Trevor Gamblin
·
#53024
·
|