|
restool: build error
Hi, all
I built restool with new poky, but failed. The error is like the following. So, is there anybody can give me some suggestions?
----------------------------
| mc_v10/dprc.c: In function
Hi, all
I built restool with new poky, but failed. The error is like the following. So, is there anybody can give me some suggestions?
----------------------------
| mc_v10/dprc.c: In function
|
By
leimaohui
·
#24837
·
|
|
libfdt_wrap.c:154:11: fatal error: Python.h: No such file or directory
Hi,
I have backported the following recipes from honister to dunfell:
- u-boot-fslc-common_2022.04.inc
- u-boot-fslc_2022.04.bb
u-boot-fslc and also my image that use the u-boot-fslc can be built
Hi,
I have backported the following recipes from honister to dunfell:
- u-boot-fslc-common_2022.04.inc
- u-boot-fslc_2022.04.bb
u-boot-fslc and also my image that use the u-boot-fslc can be built
|
By
Michael Glembotzki
·
#24836
·
|
|
[PATCH] fmlib: set precise BSD license
From: Meng Li <meng.li@...>
When building fmlib package based on Yocto 4.0, there is below
warning reported
WARNING: fmlib-git-r1 do_populate_lic: QA Issue: fmlib:
No generic license file
From: Meng Li <meng.li@...>
When building fmlib package based on Yocto 4.0, there is below
warning reported
WARNING: fmlib-git-r1 do_populate_lic: QA Issue: fmlib:
No generic license file
|
By
Meng Li <meng.li@...>
·
#24835
·
|
|
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
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
|
By
Embedded 1
·
#24834
·
|
|
Re: Cairo fails to compile with musl
#kirkstone
#compilation
Hello Ettore,
Em ter., 12 de abr. de 2022 às 14:12, Ettore Chimenti <ek5.chimenti@...> escreveu:
This isn't expect to work as this is a binary blob. I suggest you to move to Linux mainline if this is
Hello Ettore,
Em ter., 12 de abr. de 2022 às 14:12, Ettore Chimenti <ek5.chimenti@...> escreveu:
This isn't expect to work as this is a binary blob. I suggest you to move to Linux mainline if this is
|
By
Otavio Salvador
·
#24833
·
|
|
Cairo fails to compile with musl
#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
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
|
By
Ettore Chimenti
·
#24832
·
|
|
[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:
Fixes: 7c47f30 ("Add support of Gen3 family SoCs")
Signed-off-by: Sean Anderson
Regular strings cannot be concatenated with byte strings. This fixes the
following error:
Fixes: 7c47f30 ("Add support of Gen3 family SoCs")
Signed-off-by: Sean Anderson
|
By
Sean Anderson
·
#24831
·
|
|
[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:
Fixes: 7c47f30 ("Add support of Gen3 family
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:
Fixes: 7c47f30 ("Add support of Gen3 family
|
By
Sean Anderson
·
#24830
·
|
|
[rcw][PATCH 1/3] rcw.py: Fix indexing with floats
When creating a source PBI from a binary, the following error is
encountered:
This is because division in python3 always returns a float. Instead, use
the integer division operator, which returns a
When creating a source PBI from a binary, the following error is
encountered:
This is because division in python3 always returns a float. Instead, use
the integer division operator, which returns a
|
By
Sean Anderson
·
#24829
·
|
|
[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):
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):
|
By
Sean Anderson
·
#24828
·
|
|
Re: Mismatch between linux-imx-headers version and toradex kernel in current git master
Em ter., 29 de mar. de 2022 às 15:03, Carlos Rafael Giani via lists.yoctoproject.org <crg7475=mailbox.org@...> escreveu:
Carlos, please open an issue about this in meta-freescale so we can do the
Em ter., 29 de mar. de 2022 às 15:03, Carlos Rafael Giani via lists.yoctoproject.org <crg7475=mailbox.org@...> escreveu:
Carlos, please open an issue about this in meta-freescale so we can do the
|
By
Otavio Salvador
·
#24827
·
|
|
Mismatch between linux-imx-headers version and toradex kernel in current git master
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
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
|
By
Carlos Rafael Giani
·
#24826
·
|
|
[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
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
|
By
Sean Anderson
·
#24825
·
|
|
[meta-qoriq][RESEND PATCH 1/2] lxc: Move to dynamic-layers
This bbappend depends on the virtualization-layer collection. Move it
under the appropriate dynamic layer directory.
Signed-off-by: Sean Anderson <sean.anderson@...>
---
This bbappend depends on the virtualization-layer collection. Move it
under the appropriate dynamic layer directory.
Signed-off-by: Sean Anderson <sean.anderson@...>
---
|
By
Sean Anderson
·
#24824
·
|
|
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% |
Hi all,
I just tried to build u-boot for machine p1020rdb with current master branches
$ bitbake u-boot
Loading cache: 100% |
|
By
Heiko Schocher <hs@...>
·
#24823
·
|
|
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,
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,
|
By
Sean Anderson
·
#24822
·
|
|
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
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
|
By
maneeshsingh1920@...
·
#24821
·
|
|
Re: [meta-qoriq] [PATCH 1/2] lxc: Move to dynamic-layers
ping?
Is this the correct place to send patches for QorIQ components?
I also have a patch for DCE [1] but I don't know where to send it.
--Sean
[1]
ping?
Is this the correct place to send patches for QorIQ components?
I also have a patch for DCE [1] but I don't know where to send it.
--Sean
[1]
|
By
Sean Anderson
·
#24820
·
|
|
Re: Vivante graphics with linux-fslc-imx
Hello,
Em sex., 18 de fev. de 2022 às 06:43, Jan Claussen via
lists.yoctoproject.org
<claussen.j=eppendorf.de@...> escreveu:
There are two BSP available in meta-freescale:
-
Hello,
Em sex., 18 de fev. de 2022 às 06:43, Jan Claussen via
lists.yoctoproject.org
<claussen.j=eppendorf.de@...> escreveu:
There are two BSP available in meta-freescale:
-
|
By
Otavio Salvador
·
#24819
·
|
|
Vivante graphics with linux-fslc-imx
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
·
#24818
·
|