|
[meta-zephyr][PATCH v2] zephyr-kernel-src: bump the v3 version to v3.1.0
From: Bartosz Golaszewski <bartosz.golaszewski@...>
This upgrades the 3.x series to using v3.1.0.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...>
---
- add a rebased
From: Bartosz Golaszewski <bartosz.golaszewski@...>
This upgrades the 3.x series to using v3.1.0.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...>
---
- add a rebased
|
By
Bartosz Golaszewski
·
#57640
·
|
|
Re: [PATCH] zephyr-kernel-src: bump the v3 version to v3.1.0
With this patch, I'm seeing:
WARNING: interrupt-3.1.0+gitAUTOINC+2ddd73feaf_5f86244bad-r0 do_patch: Fuzz detected:
Applying patch 0001-cmake-add-yocto-toolchain.patch
patching file
With this patch, I'm seeing:
WARNING: interrupt-3.1.0+gitAUTOINC+2ddd73feaf_5f86244bad-r0 do_patch: Fuzz detected:
Applying patch 0001-cmake-add-yocto-toolchain.patch
patching file
|
By
Jon Mason
·
#57639
·
|
|
QA notification for completed autobuilder build (yocto-3.1.18.rc1)
A build flagged for QA (yocto-3.1.18.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.18.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.1.18.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.18.rc1
Build hash information:
bitbake:
|
By
Pokybuild User <pokybuild@...>
·
#57638
·
|
|
Issue with the setting up internal repo for packages
Hi All,
I'm trying to get my yocto build system to get the necessary packages for building from an internal artifactory repository instead of fetching from online every time.
I have set up the
Hi All,
I'm trying to get my yocto build system to get the necessary packages for building from an internal artifactory repository instead of fetching from online every time.
I have set up the
|
By
ram prakash
·
#57637
·
|
|
Re: Adding and using user in more than one recipe
<GWilson@...> wrote:
if you need it in a recipe then perhaps that maybe a good approach.
<GWilson@...> wrote:
if you need it in a recipe then perhaps that maybe a good approach.
|
By
Khem Raj
·
#57636
·
|
|
Re: Adding and using user in more than one recipe
Hello Khem,
I've added in the useradd line in my image recipe:
EXTRA_USERS_PARAMS = "\ useradd -d /home/${SAKURA_USER} -r -s /bin/bash -U ${SAKURA_USER}; \ usermod -p '${SAKURA_PASS}'
Hello Khem,
I've added in the useradd line in my image recipe:
EXTRA_USERS_PARAMS = "\ useradd -d /home/${SAKURA_USER} -r -s /bin/bash -U ${SAKURA_USER}; \ usermod -p '${SAKURA_PASS}'
|
By
Greg Wilson-Lindberg <gwilson@...>
·
#57635
·
|
|
[meta-gplv2] [PATCH] layer.conf: Delete as the layer is now officially obsolete and unmaintained
Remove the layer.conf as this layer is no longer being maintained and
we need to draw people's attention to that.
The software in this layer has not seen security fixes in a long time.
As such,
Remove the layer.conf as this layer is no longer being maintained and
we need to draw people's attention to that.
The software in this layer has not seen security fixes in a long time.
As such,
|
By
Richard Purdie
·
#57634
·
|
|
[PATCH] zephyr-kernel-src: bump the v3 version to v3.1.0
From: Bartosz Golaszewski <bartosz.golaszewski@...>
This upgrades the 3.x series to using v3.1.0.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...>
---
From: Bartosz Golaszewski <bartosz.golaszewski@...>
This upgrades the 3.x series to using v3.1.0.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...>
---
|
By
Bartosz Golaszewski
·
#57633
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.1_M2.rc1)
Hello everyone,
This is the full report for yocto-4.1_M2.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hello everyone,
This is the full report for yocto-4.1_M2.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#57632
·
|
|
#archiver Error when building initramfs image with configured sources archive
#archiver
Hello,
I am trying to generate configured sources archives using the archiver class but it fails when generating the initramfs image:
ERROR: core-image-minimal-initramfs-1.0-r0 do_rootfs: The file
Hello,
I am trying to generate configured sources archives using the archiver class but it fails when generating the initramfs image:
ERROR: core-image-minimal-initramfs-1.0-r0 do_rootfs: The file
|
By
sebastien.got@...
·
#57631
·
|
|
Re: Adding and using user in more than one recipe
Hi Khem,
That's originally what I had, but for some reason I hadn't put in the useradd line. I'm assuming that then because this is at the beginning of the image generation, I can then use the new
Hi Khem,
That's originally what I had, but for some reason I hadn't put in the useradd line. I'm assuming that then because this is at the beginning of the image generation, I can then use the new
|
By
Greg Wilson-Lindberg <gwilson@...>
·
#57630
·
|
|
Re: Adding and using user in more than one recipe
<gwilson@...> wrote:
you can do it in image recipe
inherit extrausers
IMAGE_FEATURES:remove = "debug-tweaks"
EXTRA_USERS_PARAMS += "\
useradd scribbledeedoo; \
usermod -p
<gwilson@...> wrote:
you can do it in image recipe
inherit extrausers
IMAGE_FEATURES:remove = "debug-tweaks"
EXTRA_USERS_PARAMS += "\
useradd scribbledeedoo; \
usermod -p
|
By
Khem Raj
·
#57629
·
|
|
Adding and using user in more than one recipe
Hello list,
I’m trying to understand how the extrauser and adduser packages are used and interact in kirkstone.
I need to add a user and I would like to also use this user in another recipe.
Hello list,
I’m trying to understand how the extrauser and adduser packages are used and interact in kirkstone.
I need to add a user and I would like to also use this user in another recipe.
|
By
Greg Wilson-Lindberg <gwilson@...>
·
#57628
·
|
|
Re: [meta-security][PATCH V3] meta-security: Add recipe for libhoth
right, I missed that in this v3 the SRCREV is bumped too which should
address the issue.
right, I missed that in this v3 the SRCREV is bumped too which should
address the issue.
|
By
Khem Raj
·
#57627
·
|
|
Re: [meta-security][PATCH V3] meta-security: Add recipe for libhoth
That is unexpected.
The sha change should have changed the PAGE_SIZE to SPI_PAGE_SIZE,
correcting the macro shadowing
That is unexpected.
The sha change should have changed the PAGE_SIZE to SPI_PAGE_SIZE,
correcting the macro shadowing
|
By
John Broadbent
·
#57626
·
|
|
Re: [meta-security][PATCH V3] meta-security: Add recipe for libhoth
lists.yoctoproject.org <jebr=google.com@...> wrote:
it still has the musl related issue, that I pointed out
lists.yoctoproject.org <jebr=google.com@...> wrote:
it still has the musl related issue, that I pointed out
|
By
Khem Raj
·
#57625
·
|
|
[meta-security][PATCH V3] meta-security: Add recipe for libhoth
From: John Edward Broadbent <jebr@...>
Libhoth is usb protocol implementation which is required for hoth class
devices
Signed-off-by: John Edward Broadbent <jebr@...>
---
From: John Edward Broadbent <jebr@...>
Libhoth is usb protocol implementation which is required for hoth class
devices
Signed-off-by: John Edward Broadbent <jebr@...>
---
|
By
John Broadbent
·
#57624
·
|
|
Re: Custom YOCTO meta-layer building on Ubuntu 20 but Not in Ubuntu 18.Why?
#dunfell
#yocto
Look at the serial console logs from kernel and perhaps with early
printk enabled. Many things could go wrong when serial console does
not show up. Your description of the problem is ambiguous to see
Look at the serial console logs from kernel and perhaps with early
printk enabled. Many things could go wrong when serial console does
not show up. Your description of the problem is ambiguous to see
|
By
Khem Raj
·
#57623
·
|
|
Re: [meta-security][PATCH V2] meta-security: Add recipe for libhoth
Hello,
Needs to be "HOMEPAGE" per https://www.openembedded.org/wiki/Styleguide
maybe forgot to refresh the commit for this V2?
-armin
Hello,
Needs to be "HOMEPAGE" per https://www.openembedded.org/wiki/Styleguide
maybe forgot to refresh the commit for this V2?
-armin
|
By
Armin Kuster
·
#57622
·
|
|
Re: Custom YOCTO meta-layer building on Ubuntu 20 but Not in Ubuntu 18.Why?
#dunfell
#yocto
Actually that was a problem with broken gcc package . It resolved when i cleaned the gcc and rebuilt the image.
Another Problem iam facing is we have actually 2 machine configurations , Same kernel
Actually that was a problem with broken gcc package . It resolved when i cleaned the gcc and rebuilt the image.
Another Problem iam facing is we have actually 2 machine configurations , Same kernel
|
By
sethu.m@...
·
#57621
·
|