|
Common directory creation between recipes
#dunfell
Hi, I'm wondering if there is a mechanism I could utilize to create target directories in one place that is shared between recipes? I have an image that has multiple packages being created and install
Hi, I'm wondering if there is a mechanism I could utilize to create target directories in one place that is shared between recipes? I have an image that has multiple packages being created and install
|
By
...
· #56889
·
|
|
secure boot w/ Mender bzImage fails validation
#dunfell
Hi If OTA updates is not an option maybe RAUC can be an option for you? /Jonas Andersson
Hi If OTA updates is not an option maybe RAUC can be an option for you? /Jonas Andersson
|
By
Jonas Andersson
· #56834
·
|
|
secure boot w/ Mender bzImage fails validation
#dunfell
Hi Casey, Please have a look at https://git.yoctoproject.org/meta-intel/tree/classes/uefi-sign.bbclass, with this class you can sign a bzimage compiled with the kernel efi stub. Regards -- Léo
Hi Casey, Please have a look at https://git.yoctoproject.org/meta-intel/tree/classes/uefi-sign.bbclass, with this class you can sign a bzimage compiled with the kernel efi stub. Regards -- Léo
|
By
Leo
· #56831
·
|
|
What happened to packages __init__.py?
#python
#dunfell
I'm working with multiple platforms on dunfell. I'm having trouble understanding the installation step of a couple of pthon3 packages - namely python3-zc-lockfile and python3-jaraco-functools. In both
I'm working with multiple platforms on dunfell. I'm having trouble understanding the installation step of a couple of pthon3 packages - namely python3-zc-lockfile and python3-jaraco-functools. In both
|
By
MikeB
· #56829
·
|
|
secure boot w/ Mender bzImage fails validation
#dunfell
Unfortunately, the uefi-comboapp requires systemd-boot, which Mender doesn't currently support with mender-partuuid which our system requires for software updates over USB. Our devices aren't connecte
Unfortunately, the uefi-comboapp requires systemd-boot, which Mender doesn't currently support with mender-partuuid which our system requires for software updates over USB. Our devices aren't connecte
|
By
Ballentine, Casey
· #56828
·
|
|
secure boot w/ Mender bzImage fails validation
#dunfell
Hi Casey, I've recently had to activate secureboot on some uefi target. I was trying to use meta-secure-core/meta-efi-secure-boot aft first, but after digging a bit more into meta-intel, I've discover
Hi Casey, I've recently had to activate secureboot on some uefi target. I was trying to use meta-secure-core/meta-efi-secure-boot aft first, but after digging a bit more into meta-intel, I've discover
|
By
Leo
· #56702
·
|
|
secure boot w/ Mender bzImage fails validation
#dunfell
Hello, We have an Intel Elkhart Lake device that we are trying to get Secure Boot (via meta-secure-core/meta-efi-secure-boot SELoader) working on using the Dunfell release. This device uses Mender for
Hello, We have an Intel Elkhart Lake device that we are trying to get Secure Boot (via meta-secure-core/meta-efi-secure-boot SELoader) working on using the Dunfell release. This device uses Mender for
|
By
Ballentine, Casey
· #56701
·
|
|
Adding DKMS support to yocto build project
#dunfell
#kernel
Hi Rayaan, Currently DKMS is not supported in Yocto/OE and there are no imminent plans to change that. See the discussion on the topic at https://lists.openembedded.org/g/openembedded-core/message/159
Hi Rayaan, Currently DKMS is not supported in Yocto/OE and there are no imminent plans to change that. See the discussion on the topic at https://lists.openembedded.org/g/openembedded-core/message/159
|
By
Josef Holzmayr
· #56142
·
|
|
Adding DKMS support to yocto build project
#dunfell
#kernel
Good day, I am new to yocto and in need of assistance please. Could someone please assist me with getting DKMS included in my build. my platform is: stm32mp1
Good day, I am new to yocto and in need of assistance please. Could someone please assist me with getting DKMS included in my build. my platform is: stm32mp1
|
By
rayaan@...
· #56141
·
|
|
#dunfell #qt5 #raspberrypi #sdk #linux
#dunfell
#qt5
#raspberrypi
#sdk
#linux
Hello everybody, I come today to try to solve my problem. I am building a bsp and sdk for a raspberry pi (MACHINE = raspberrypi4-64) in the form of a compute module. I'm trying to compile this app: ht
Hello everybody, I come today to try to solve my problem. I am building a bsp and sdk for a raspberry pi (MACHINE = raspberrypi4-64) in the form of a compute module. I'm trying to compile this app: ht
|
By
...
· #55574
·
|
|
Useradd recipe not generating /etc/passwd entries
#dunfell
Okay, I seem to have achieved this by adding: ALLOW_EMPTY_${PN}="1" To the adh-user-add recipe that everything is depending on (including the image recipe). I'm a bit confused as to why that was such
Okay, I seem to have achieved this by adding: ALLOW_EMPTY_${PN}="1" To the adh-user-add recipe that everything is depending on (including the image recipe). I'm a bit confused as to why that was such
|
By
...
· #55381
·
|
|
Useradd recipe not generating /etc/passwd entries
#dunfell
Hi, I’m attempting to create a few service users for our software products. Initially I had inherited useradd in each recipe that required the user, then had a corresponding user added from within the
Hi, I’m attempting to create a few service users for our software products. Initially I had inherited useradd in each recipe that required the user, then had a corresponding user added from within the
|
By
...
· #55380
·
|
|
__DATE__ and __TIME__ in dunfell builds
#dunfell
In your build you have reproducible build enabled. https://docs.yoctoproject.org/3.4/test-manual/reproducible-builds.html. You should be able to disable this function with help of the variable BUILD_R
In your build you have reproducible build enabled. https://docs.yoctoproject.org/3.4/test-manual/reproducible-builds.html. You should be able to disable this function with help of the variable BUILD_R
|
By
Peter Bergin
· #55307
·
|
|
__DATE__ and __TIME__ in dunfell builds
#dunfell
I have a weird thing going on with __DATE__ and __TIME__ when building my app in the yocto environment. I'm building for "genericx86-64" and I'm using __DATE__ and __TIME__ in my source to show what t
I have a weird thing going on with __DATE__ and __TIME__ when building my app in the yocto environment. I'm building for "genericx86-64" and I'm using __DATE__ and __TIME__ in my source to show what t
|
By
Mike
· #55306
·
|
|
#dunfell #sdk #yocto
#dunfell
#sdk
#yocto
I am unable to build an extensible SDK for my RISC-V machine. Required Details: Also, I am able to build the normal SDK successfully. I ran this for my custom machine "cdac-ooo". MACHINE=cdac-ooo bitb
I am unable to build an extensible SDK for my RISC-V machine. Required Details: Also, I am able to build the normal SDK successfully. I ran this for my custom machine "cdac-ooo". MACHINE=cdac-ooo bitb
|
By
...
· #55028
·
|
|
LINUX_VERSION_EXTENSION has no effect
#dunfell
#yocto
#kernel
Bruce, It's an honor to get help from the author himself! I'm starting to understand why they have this: do_configure_prepend() { cp "${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG}" "${B}/.config" || b
Bruce, It's an honor to get help from the author himself! I'm starting to understand why they have this: do_configure_prepend() { cp "${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG}" "${B}/.config" || b
|
By
mrkozmic@...
· #55009
·
|
|
LINUX_VERSION_EXTENSION has no effect
#dunfell
#yocto
#kernel
Bruce, I just realized that I replied only to you and not to the group. Hope it is ok that I post your answer here.
Bruce, I just realized that I replied only to you and not to the group. Hope it is ok that I post your answer here.
|
By
mrkozmic@...
· #55008
·
|
|
LINUX_VERSION_EXTENSION has no effect
#dunfell
#yocto
#kernel
Assuming what you are using as a kernel recipe is linux-yocto based, the code that is adding the CONFIG_LOCALVERSION is a task that runs after do_configure. So just running -c configure, it shouldn't
Assuming what you are using as a kernel recipe is linux-yocto based, the code that is adding the CONFIG_LOCALVERSION is a task that runs after do_configure. So just running -c configure, it shouldn't
|
By
Bruce Ashfield
· #55006
·
|
|
LINUX_VERSION_EXTENSION has no effect
#dunfell
#yocto
#kernel
I have defined LINUX_VERSION_EXTENSION in my kernel recipe. I have no CONFIG_LOCALVERSION or CONFIG_LOCALVERSION_AUTO defined in my defconfig After i run bitbake -c kernel_configme <my kernel recipe>
I have defined LINUX_VERSION_EXTENSION in my kernel recipe. I have no CONFIG_LOCALVERSION or CONFIG_LOCALVERSION_AUTO defined in my defconfig After i run bitbake -c kernel_configme <my kernel recipe>
|
By
mrkozmic@...
· #55003
·
|
|
#dunfell Path to sources in debugfs
#dunfell
Hi, I`m trying to debug without connection to target at all. This are the examples of what I`m running: # gdb-multiarch b2010_rootfs/usr/bin/noah-heatsystem var/volatile/crash/core.noah.565 (gdb) set
Hi, I`m trying to debug without connection to target at all. This are the examples of what I`m running: # gdb-multiarch b2010_rootfs/usr/bin/noah-heatsystem var/volatile/crash/core.noah.565 (gdb) set
|
By
bohdan.shubenok@...
· #54977
·
|