|
Re: linux-fslc-lts-4.19
Otavio wrote….
That just seems to cause too many problems with building the rest of the system. The first complaint was:
ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-imx’
If I remove that from
Otavio wrote….
That just seems to cause too many problems with building the rest of the system. The first complaint was:
ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-imx’
If I remove that from
|
By
Andy Pont
·
#24055
·
|
|
Re: linux-fslc-lts-4.19
Hello Andy,
The use of Linux mainline requires the use of 'use-mainline-bsp'
override. To do that, you can:
At local.conf add:
MACHINEOVERRIDES_append = ":use-mainline-bsp"
Or add it to your
Hello Andy,
The use of Linux mainline requires the use of 'use-mainline-bsp'
override. To do that, you can:
At local.conf add:
MACHINEOVERRIDES_append = ":use-mainline-bsp"
Or add it to your
|
By
Otavio Salvador <otavio.salvador@...>
·
#24054
·
|
|
Required build target 'fsl-image-mfgtool-initramfs' has no buildable providers.
here is my local.conf
MACHINE ??= 'imx6qdlsabresd'
DISTRO ?= 'fslc-framebuffer'
PACKAGE_CLASSES ?= 'package_rpm'
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs
here is my local.conf
MACHINE ??= 'imx6qdlsabresd'
DISTRO ?= 'fslc-framebuffer'
PACKAGE_CLASSES ?= 'package_rpm'
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs
|
By
sayyed mohsen Zahraee <zahraee.sm@...>
·
#24053
·
|
|
[PATCH] imx-sc-firmware: change PN to BPN
From: Ming Liu <liu.ming50@...>
This fixes a following QA warning:
| QA Issue: imx-sc-firmware: SRC_URI uses PN not BPN [src-uri-bad]
Signed-off-by: Ming Liu <liu.ming50@...>
---
From: Ming Liu <liu.ming50@...>
This fixes a following QA warning:
| QA Issue: imx-sc-firmware: SRC_URI uses PN not BPN [src-uri-bad]
Signed-off-by: Ming Liu <liu.ming50@...>
---
|
By
liu.ming50@...
·
#24052
·
|
|
Which u-boot for imx6dlsabresd in Pyro?
Hi all.
Which is the right u-boot for a imx6dlsabresd derived board and Pyro?T
The preferred is u-boot-fslc, but in Jethro/Krogoth was u-boot-imx
Hi all.
Which is the right u-boot for a imx6dlsabresd derived board and Pyro?T
The preferred is u-boot-fslc, but in Jethro/Krogoth was u-boot-imx
|
By
Mauro Ziliani
·
#24051
·
|
|
Re: linux-fslc-lts-4.19
No, looks fine. Just tip of Warrior branch.
That one seems to be targeted by NXP at supporting the i.MX8 series (only).
Maybe Otavio can shed some light on what best to use. The most recent FSL
No, looks fine. Just tip of Warrior branch.
That one seems to be targeted by NXP at supporting the i.MX8 series (only).
Maybe Otavio can shed some light on what best to use. The most recent FSL
|
By
Bas Mevissen
·
#24050
·
|
|
Re: linux-fslc-lts-4.19
Bas wrote...
Now I’m wondering if I have the wrong version of meta-freescale. The recipes-kernel/linux directory contains the following
Bas wrote...
Now I’m wondering if I have the wrong version of meta-freescale. The recipes-kernel/linux directory contains the following
|
By
Andy Pont
·
#24049
·
|
|
Re: linux-fslc-lts-4.19
Ah, I assumed the default to be at the 4.9-2.3.x-imx branch. That one is based upon 4.9.166, which is much more close to the latest upstream.
A recent kernel from a longterm branch is probable the
Ah, I assumed the default to be at the 4.9-2.3.x-imx branch. That one is based upon 4.9.166, which is much more close to the latest upstream.
A recent kernel from a longterm branch is probable the
|
By
Bas Mevissen
·
#24048
·
|
|
Re: linux-fslc-lts-4.19
Bas wrote...
I can try adding that and seeing if it resolves the problem.
By default it is building a kernel that, according to uname, is 4.9.67 which is along way behind the information on the front
Bas wrote...
I can try adding that and seeing if it resolves the problem.
By default it is building a kernel that, according to uname, is 4.9.67 which is along way behind the information on the front
|
By
Andy Pont
·
#24047
·
|
|
Re: linux-fslc-lts-4.19
You need to specify KERNEL_DEVICETREE=imx6qp-sabresd.dts in your local.conf
The reason is that the default DTS file (imx6qp-sabresd-btwifi.dts in this case) is not available in the kernel version you
You need to specify KERNEL_DEVICETREE=imx6qp-sabresd.dts in your local.conf
The reason is that the default DTS file (imx6qp-sabresd-btwifi.dts in this case) is not available in the kernel version you
|
By
Bas Mevissen
·
#24046
·
|
|
linux-fslc-lts-4.19
I am trying to create a Yocto Warrior buid for the i.MX6Q SABRE SDP board that I have using the linux-fslc-lts-4.19 kernel. In my local.conf file I have the following:
MACHINE =
I am trying to create a Yocto Warrior buid for the i.MX6Q SABRE SDP board that I have using the linux-fslc-lts-4.19 kernel. In my local.conf file I have the following:
MACHINE =
|
By
Andy Pont
·
#24045
·
|
|
Re: [PATCH 01/14] uefi: remove fsl-eula-unpack class
pings
By
C.r. Guo <chunrong.guo@...>
·
#24044
·
|
|
[PATCH] ceetm: fix the building warning
From: Chunrong Guo <chunrong.guo@...>
*fix the below warning
|#warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
*add 0001-Makefile-update-CFLAGS.patch to avoid build
From: Chunrong Guo <chunrong.guo@...>
*fix the below warning
|#warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
*add 0001-Makefile-update-CFLAGS.patch to avoid build
|
By
C.r. Guo <chunrong.guo@...>
·
#24043
·
|
|
[PATCH 14/14] openssl-qoriq: update recipes
From: Chunrong Guo <chunrong.guo@...>
*fix missing dependency on hostperl-runtime-native
*drop Python dependency in ptest
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
From: Chunrong Guo <chunrong.guo@...>
*fix missing dependency on hostperl-runtime-native
*drop Python dependency in ptest
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
|
By
C.r. Guo <chunrong.guo@...>
·
#24042
·
|
|
[PATCH 13/14] secure-obj: update recipes
From: Chunrong Guo <chunrong.guo@...>
*drop Python dependency in RDEPENDS
*mp_verify and *_app will be install
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
From: Chunrong Guo <chunrong.guo@...>
*drop Python dependency in RDEPENDS
*mp_verify and *_app will be install
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
|
By
C.r. Guo <chunrong.guo@...>
·
#24041
·
|
|
[PATCH 12/14] optee-os-qoriq: Fix alignment of data for mempool_alloc_pool()
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
...-alignment-of-data-for-mempool_alloc_pool.patch | 148 +++++++++++++++++++++
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
...-alignment-of-data-for-mempool_alloc_pool.patch | 148 +++++++++++++++++++++
|
By
C.r. Guo <chunrong.guo@...>
·
#24040
·
|
|
[PATCH 11/14] ls2080ardb: remove dpl-examples
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
conf/machine/ls2080ardb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
conf/machine/ls2080ardb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
C.r. Guo <chunrong.guo@...>
·
#24039
·
|
|
[PATCH 10/14] dpl-examples: remove recipes
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 35 --------------------------
1 file changed, 35
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 35 --------------------------
1 file changed, 35
|
By
C.r. Guo <chunrong.guo@...>
·
#24038
·
|
|
[PATCH 09/14] hyperrelay: remove recipes
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
recipes-extended/hyperrelay/hyperrelay_git.bb | 36 ---------------------------
1 file changed, 36
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
recipes-extended/hyperrelay/hyperrelay_git.bb | 36 ---------------------------
1 file changed, 36
|
By
C.r. Guo <chunrong.guo@...>
·
#24037
·
|
|
[PATCH 08/14] inphi: remove fsl-eula-unpack class
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
recipes-bsp/inphi/inphi_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
recipes-bsp/inphi/inphi_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
C.r. Guo <chunrong.guo@...>
·
#24036
·
|