|
signing an initramfs kernel
On my i.mx8mp board I have secure boot enabled. I can boot a signed kernel fine. I'd like to now sign the kernel used with the initramfs image. I don't understand if that kernel is the same as the reg
On my i.mx8mp board I have secure boot enabled. I can boot a signed kernel fine. I'd like to now sign the kernel used with the initramfs image. I don't understand if that kernel is the same as the reg
|
By
Embedded 1
·
|
|
Cairo fails to compile with musl 2 messages
#kirkstone
#compilation
When compiling `cairo_1.16.0` recipe with musl-1.2.2, linking fails complaining missing references to `GLIBC_2.17`. e.g: ``` libGAL.so: undefined reference to `connect@...' ``` Seems that pre-compiled
When compiling `cairo_1.16.0` recipe with musl-1.2.2, linking fails complaining missing references to `GLIBC_2.17`. e.g: ``` libGAL.so: undefined reference to `connect@...' ``` Seems that pre-compiled
|
By
Ettore Chimenti
·
|
|
[rcw][PATCH 3/3] rcw.py: Append to pbi with a bytestring
Regular strings cannot be concatenated with byte strings. This fixes the following error: > TypeError: can't concat str to bytes Fixes: 7c47f30 ("Add support of Gen3 family SoCs") Signed-off-by: Sean
Regular strings cannot be concatenated with byte strings. This fixes the following error: > TypeError: can't concat str to bytes Fixes: 7c47f30 ("Add support of Gen3 family SoCs") Signed-off-by: Sean
|
By
Sean Anderson
·
|
|
[rcw][PATCH 2/3] rcw.py: Fix using ord on ints
Iterating over a bytestring will yield integers in python 3, so we don't need to convert them with ord(). This avoids the following error: > TypeError: ord() expected string of length 1, but int found
Iterating over a bytestring will yield integers in python 3, so we don't need to convert them with ord(). This avoids the following error: > TypeError: ord() expected string of length 1, but int found
|
By
Sean Anderson
·
|
|
[rcw][PATCH 1/3] rcw.py: Fix indexing with floats
When creating a source PBI from a binary, the following error is encountered: > TypeError: slice indices must be integers or None or have an __index__ method This is because division in python3 always
When creating a source PBI from a binary, the following error is encountered: > TypeError: slice indices must be integers or None or have an __index__ method This is because division in python3 always
|
By
Sean Anderson
·
|
|
[rcw][PATCH 0/3] Fix python 2->3 errors when using -r
Although 3f744d3 ("Convert to python3") converted most of rcw.py to python 3, the -r path remains unconverted. This series addresses the issues I ran into when using this flag. Sean Anderson (3): rcw.
Although 3f744d3 ("Convert to python3") converted most of rcw.py to python 3, the -r path remains unconverted. This series addresses the issues I ran into when using this flag. Sean Anderson (3): rcw.
|
By
Sean Anderson
·
|
|
Mismatch between linux-imx-headers version and toradex kernel in current git master 2 messages
When building code with support for DMA-BUF heaps ( https://github.com/torvalds/linux/blob/master/include/uapi/linux/dma-heap.h ), I noticed that my code was detecting the dma-heap.h userspace API hea
When building code with support for DMA-BUF heaps ( https://github.com/torvalds/linux/blob/master/include/uapi/linux/dma-heap.h ), I noticed that my code was detecting the dma-heap.h userspace API hea
|
By
Carlos Rafael Giani
·
|
|
[meta-qoriq][RESEND PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer
This recipe depends on the freescale-distro collection. Move it to an appropriate dynamic layer. Signed-off-by: Sean Anderson <sean.anderson@...> --- conf/layer.conf | 2 ++ .../recipes-fsl}/images/fsl
This recipe depends on the freescale-distro collection. Move it to an appropriate dynamic layer. Signed-off-by: Sean Anderson <sean.anderson@...> --- conf/layer.conf | 2 ++ .../recipes-fsl}/images/fsl
|
By
Sean Anderson
·
|
|
mpc854x support in master
Hi all, I just tried to build u-boot for machine p1020rdb with current master branches $ bitbake u-boot Loading cache: 100% | | ETA: --:--:-- Loaded 0 entries from dependency cache. Parsing recipes: 1
Hi all, I just tried to build u-boot for machine p1020rdb with current master branches $ bitbake u-boot Loading cache: 100% | | ETA: --:--:-- Loaded 0 entries from dependency cache. Parsing recipes: 1
|
By
Heiko Schocher
·
|
|
Submitting patches for QorIQ components
Hi all, Where should patches for QorIQ components [1] go? I have some patches for meta-qoriq [2] and dce [3], but I can't figure out where to send them to. There is no mailing list in the READMEs, and
Hi all, Where should patches for QorIQ components [1] go? I have some patches for meta-qoriq [2] and dce [3], but I can't figure out where to send them to. There is no mailing list in the READMEs, and
|
By
Sean Anderson
·
|
|
GStreamer Cross compilation for iMX8M Mini Yocto
#compilation
#hardknott
#imx7ulpevk
#meta-freescale
#yocto
The default GStreamer provided in iMX8 yocto only supports the command line it does not support GStreamer C code hence I need to cross-compile the GStreamer library for iMX8M Mini Yocto. I tried addin
The default GStreamer provided in iMX8 yocto only supports the command line it does not support GStreamer C code hence I need to cross-compile the GStreamer library for iMX8M Mini Yocto. I tried addin
|
By
maneeshsingh1920@...
·
|
|
[meta-qoriq] [PATCH 1/2] lxc: Move to dynamic-layers 2 messages
Hi Otavio, The meta-qoriq layer on github [1] has not been updated since 2018. I cannot submit a patch against it because these patches would not apply. --Sean [1] https://github.com/qoriq-open-source
Hi Otavio, The meta-qoriq layer on github [1] has not been updated since 2018. I cannot submit a patch against it because these patches would not apply. --Sean [1] https://github.com/qoriq-open-source
|
By
Sean Anderson
·
|
|
Vivante graphics with linux-fslc-imx 2 messages
I am a bit confused with the graphics support for the NXP BSP. It used to be Vivante, but with linux-fslc-imx it is Etnaviv although I thought it would be a linux-imx kernel with mainline patches. Is
I am a bit confused with the graphics support for the NXP BSP. It used to be Vivante, but with linux-fslc-imx it is Etnaviv although I thought it would be a linux-imx kernel with mainline patches. Is
|
By
Jan Claussen
·
|
|
[PATCH 2/2] fsl-image-multimedia-full: Move to dynamic layer 3 messages
This recipe depends on the freescale-distro collection. Move it to an appropriate dynamic layer. Signed-off-by: Sean Anderson <sean.anderson@...> --- conf/layer.conf | 2 ++ .../recipes-fsl}/images/fsl
This recipe depends on the freescale-distro collection. Move it to an appropriate dynamic layer. Signed-off-by: Sean Anderson <sean.anderson@...> --- conf/layer.conf | 2 ++ .../recipes-fsl}/images/fsl
|
By
Sean Anderson
·
|
|
[PATCH 1/2] lxc: Move to dynamic-layers 2 messages
This bbappend depends on the virtualization-layer collection. Move it under the appropriate dynamic layer directory. Signed-off-by: Sean Anderson <sean.anderson@...> --- .../virtualization-layer/recip
This bbappend depends on the virtualization-layer collection. Move it under the appropriate dynamic layer directory. Signed-off-by: Sean Anderson <sean.anderson@...> --- .../virtualization-layer/recip
|
By
Sean Anderson
·
|
|
DP firmware for imx8mq
Hello, I'm using meta-freescale for my custom board and I have an issue with DisplayPort. I've flashed imx-boot with dp signed firmware + added dts changes but during boot I see in log: dmesg | grep d
Hello, I'm using meta-freescale for my custom board and I have an issue with DisplayPort. I've flashed imx-boot with dp signed firmware + added dts changes but during boot I see in log: dmesg | grep d
|
By
Marek Belisko
·
|
|
How to add my own patches to linux-fslc-imx 2 messages
Hi, I am currently working on adding our custom patches to linux-fslc-imx on honister. Previously, we had patched linux-imx on Gatesgarth but there seems to have changed a lot. Seems like this kernel
Hi, I am currently working on adding our custom patches to linux-fslc-imx on honister. Previously, we had patched linux-imx on Gatesgarth but there seems to have changed a lot. Seems like this kernel
|
By
Jan Claussen
·
|
|
linux-fslc 5.4.114: rcu_preempt detected stalls on IMX7D 5 messages
#dunfell
#meta-freescale
Hello, We are experiencing kernel crash when we are stress testing WiFi functionality. please see attachment for kernel dump (near end of log) we have read that rcu_preempt dump are sometimes caused b
Hello, We are experiencing kernel crash when we are stress testing WiFi functionality. please see attachment for kernel dump (near end of log) we have read that rcu_preempt dump are sometimes caused b
|
By
benson_young@...
·
|
|
How to configure eth0 on fslc-image-network-full-cmdline 6 messages
Hello, I'm using a wandboard (rev d1) and building the fslc-image-network-full-cmdline image (honister branch). I've got ethernet wired to a switch on my home network, but I cannot figure out how to s
Hello, I'm using a wandboard (rev d1) and building the fslc-image-network-full-cmdline image (honister branch). I've got ethernet wired to a switch on my home network, but I cannot figure out how to s
|
By
Leo
·
|
|
meta-imx issue with Hardknott 2 messages
#hardknott
There is no subgroup for meta-imx, so I'm guessing this one is the closest. I'm trying to create a Hardknott version of Yocto for the i.MX 8M Mini board that we're using. The manufacturer (Congatec) o
There is no subgroup for meta-imx, so I'm guessing this one is the closest. I'm trying to create a Hardknott version of Yocto for the i.MX 8M Mini board that we're using. The manufacturer (Congatec) o
|
By
Ken Davidson
·
|