| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | | |
meta-freescale: tsntool: remove redundant parameters from BIN_LDFLAGS
|
|/ /
| |
| |
| |
| |
| |
| | |
The recipe file has pass the same parameter(-Wl,-rpath-link,<lib path>)
to Makefile, so remove redundant parameters from BIN_LDFLAGS.
Signed-off-by: Meng Li <Meng.Li@windriver.com>
|
|\ \
| | |
| | | |
imx-atf: Explicitly demand BFD linker
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This package uses its own pre-compiled toolchain which is based on old
gcc where -fuse-ld=lld is not implemented and it breaks the builds for
distros using `ld-is-lld` distro feature
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Recently a dependency on a dev package namely libopencl-imx-dev was
added via https://github.com/Freescale/meta-freescale/pull/1563 which
now triggers the QA check
ERROR: imx-gpu-viv-1_6.4.11.p1.0-aarch64-r0 do_package_qa: QA Issue: libopenvx-imx rdepends on libopencl-imx-dev [dev-deps]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This component uses BFD linker specific options which may not be
available when default ld is not GNU BFD LD
Fixes
| aarch64-yoe-linux-ld: error: unknown argument '--fix-cortex-a53-835769'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|\ \
| | |
| | | |
meta-freescale: fmlib: map kernel source path to target path
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When building package fmlib based on Yocto version mickledore, there is below
warning reported:
WARNING: fmlib-git-r1 do_package_qa: QA Issue: File /usr/lib64/libfm-arm.a in
package fmlib-staticdev contains reference to TMPDIR [buildpaths]
Because the KERNEL_SRC is passed into Makefile, and not mapped to a target path
like the source of this package. To void this warning, it also needs to add the
path map in CFLAGS for kernel source.
Signed-off-by: Meng Li <Meng.Li@windriver.com>
|
|\ \
| | |
| | | |
imx-gpu-viv: Add runtime dependency for OpenCL VX Intrinsic Extension
|
| |/
| |
| |
| |
| |
| |
| |
| | |
The OpenCL implementation includes an extension for VX Intrinsics. To
use it, an app requires the CL compiler and /usr/include/CL/cl_viv_vx_ext.h,
so add the appropriate runtime dependency to libopenvx-imx.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\ \
| | |
| | | |
Fixes with latest oe-core master changes and clang16
|
| | |
| | |
| | |
| | | |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
setuptools3-base FILES assignments have been simplified, therefore the
internal libraries should be now packaged explicitly.
Fixes
ERROR: QA Issue: gstreamer1.0-python: Files/directories were installed but not shipped in any package:
/usr/lib/gstreamer-1.0/libgstpython.so
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|\ \
| |/
|/| |
weston-init: disable xwayland for mainline BSPs
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A regression was introduced by commit 47f0410be1:
[ weston-init: Rework weston.ini configuration ]
xwayland had been dropped from weston.ini for mainline BSPs before that
commit, since it's not supported by mainline BSPs:
[
weston-init: comment in xwayland=true for mainline BSPs
The main recipe now sets xwayland=true in weston.ini, but xwayland does
not really work for mainline BSPs, the following error was observed on
both imx6/imx7 machines, as follows:
```
| # gst-play-1.0 testvideo_h264_360p.mp4
| Press 'k' to see a list of keyboard shortcuts.
| Now playing testvideo_h264_360p.mp4
| X connection to :0.0 broken (explicit kill or server shutdown).
```
after removing "xwayland=true" from weston.ini, it works again.
This patch mainly aims to resolve this problem by introducing a variable
INI_COMMENT_ASSIGNMENTS that the end users could set to comment a line in
weston.ini.
]
but after commit 47f0410be1, "xwayland=true" is added back again to
weston.ini.
Introduce a xwayland PACKAGECONFIG to control that, drop it from
weston.ini for mainline BSPs.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|\
| |
| | |
gstreamer LF6.1.1-1.0.0 update
|
| |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| |
| |
| |
| | |
The latest version of imx-lib renamed the license file and added i.MX 9
support.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| |
| |
| |
| | |
Backport a fix for libsoup:
https://github.com/openembedded/openembedded-core/commit/56c4559788d3d87ceed965aedd03d461df5999aa
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\ \
| | |
| | | |
Update various recipes as per NXP release 6.1.1-1.0.0
|
| | |
| | |
| | |
| | |
| | |
| | | |
As per NXP langdale-6.1.1-1.0.0 release.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
As per NXP langdale-6.1.1-1.0.0 release.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
As per NXP langdale-6.1.1-1.0.0 release.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
As per NXP langdale-6.1.1-1.0.0 release.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
As per NXP langdale-6.1.1-1.0.0 release.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove patch that prevented warning from oe qa,
but no longer needed as new version builds with no warning.
As per NXP langdale-6.1.1-1.0.0 release.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
|
|\ \ \
| |_|/
|/| | |
linux-fslc: Bump revision to 58cb4aea (Linux 6.1.31)
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Kernel repository has been upgraded up to v6.1.31 from stable release.
Relevant changes:
- 9dd7c6bd8a02 ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config
- ddc32335b72f ARM: imx_v6_v7_defconfig: Remove firmware loader helper
- c8bd9d350e9c ARM64: defconfig: Enable KPROBES so allow LTTng use
- a537328a29a1 ARM: mxs_defconfig: Enable KPROBES so allow LTTng use
- 49c1fcc69f0f ARM: imx_v6_v7_defconfig: Remove evbug as it is not normally used
- 33dcbe6ae47a media: coda: Change firmware probing order
- 72237a237e1a drivers, misc: add U-Boot bootcount driver
- 5034eca49602 fec: Add disable_giga parameter to force 10/100 operation
- 05be689ec351 MA-7633-2 [Android-Reboot]reboot to fastboot\recovery mode
- 144198f6fd9f ARM: imx: add cpu_is_imx6() routine
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
|
|\ \
| | |
| | | |
u-boot-fslc: bump to revision 7341fbb
|
|/ /
| |
| |
| |
| |
| | |
mx6sabresd: Fix extra environment settings
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
|
|\ \
| | |
| | | |
uuu: drop bogus COMPATIBLE_MACHINE
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This apparently prevents the recipe from actually building for the
most useful variants, native and nativesdk - it's really rare that one
would actually want to run uuu itself _on_ an imx target.
Moreover, we have a test setup where we use Raspberry Pis for power
cycling, exposing the serial console etc. from various boards, so we
do want to build uuu for the BSPs we put on those RPis in order to
automatically test bootstrapping of imx boards.
|
|\ \
| | |
| | | |
imx-gpu-viv: Limit cl_viv_vx_ext.h to 8QuadMax and 8M Plus
|
|/ /
| |
| |
| |
| |
| | |
The OpenCL extensions for VX Intrinsics is limited.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\ \
| | |
| | | |
imx-gpu-viv: Move cl_viv_vx_ext.h out of libclc-imx-dev
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The header file cl_viv_vx_ext.h is an i.MX extension for VX intrinsic
programming, enabling some specific OpenVX application to accelerate ML.
It belongs with the other OpenCL headers files.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\ \ \
| |/ /
|/| | |
Add layer compatibility to Kirkstone Yocto release
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Add layer compatibility to Kirkstone Yocto release. This commit
adds the compatibility of the master branch with the Yocto Kirkston
release, as it showed compatibility in the tests. Although this
release of Yocto is not officially supported.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|/
|
|
|
|
|
|
|
| |
this recipe comes from meta-imx.
keyctl-caam is a tool useful to implement
use cases like encrypted storage using CAAM secure keys
as described in the NXP Application note AN12714.
Signed-off-by: Stefano Viola <stefano.viola@toradex.com>
|
|\
| |
| | |
kernel-module-imx-gpu-viv: 6.4.3.p4.6+fslc -> 6.4.11.p1.0+fslc
|
|/
|
|
|
|
| |
Update to the version used in NXP Yocto branch langdale-6.1.1-1.0.0.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|\
| |
| | |
conf: set the list of required layers
|
| |
| |
| |
| |
| |
| |
| |
| | |
LAYERDEPENDS lists the layers on which this recipe depends.
Currently, only the openembedded-core layer is required.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
|
|\ \
| | |
| | | |
Remove the need of lzop-native from layer
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This merges 6.1.29 stable release and applies following commit:
- 9dd7c6bd8a02e ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config
This allows the removal the lzop-native from DEPENDS. The bc-native is
added automatically by kernel.bbclass.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This applies following commit:
- ad9ab3b3c553c ARM: imx_v7_defconfig: Remove KERNEL_LZO config
This allows the removal the lzop-native from DEPENDS. The bc-native is
added automatically by kernel.bbclass.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|