oe-core changed to install modules in nonarch_base_libdir which dropped
the setting of INSTALL_MOD_PATH.
However the Makefile makes use of INSTALL_MOD_PATH to set DESTDIR for
other files. Set DESTDIR in the build env.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
- Drop the sub SoC family vf50 and vf60 in favour of using only vf
- Use the now generated vf-*-bsp overrides
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Changelog:
- update to 5.10.104
- includes many patches to address security vulnerabilities.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
Change to use the defconfig which is part of the kernel tree. In order
to provide a defconfig from your bbappend add a file 'defconfig' through
SRC_URI and set 'KBUILD_DEFCONFIG:<machine> = ""'.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Updates to the toradex_5.4-2.3.x-imx kernel branch which is based
on the community supported 5.4-2.3.x-imx which in turn is base on
the NXP downstream kernel from BSP 5.4.24_2.3.0.
Change to use the defconfig which is part of the kernel tree. In order
to provide a defconfig from your bbappend add a file 'defconfig' through
SRC_URI and set 'KBUILD_DEFCONFIG:<machine> = ""'.
Build the device tree with symbols to allow for device tree overlays
which use symbols.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Update the linux-remarkable2 to use some patches on top of the
fslc-imx branch.
There are too many patches (about 25 and 35,000 lines) to store them all
here, so use a specific git repo for the linux-remarkable2 bb instead of
appending patches to the linux-fslc-imx bbappend.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
- Sync defconfig with imx_v7_var_defconfig
- Remove old patches
- Change recipe to use kernel-yocto.bbclass
- KERNEL_IMAGETYPE need to set in machine conf file, drop it
- Move COMPATIBLE_MACHINE to bottom
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
When removing the machine we ended not removing all files. This removes
all the related ones.
Fixes: e50d808 "ccimx6ul*: Drop unbuildable boards"
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Based on NXP imx_5.4.24_2.1.0 release.
Includes latest stable releases, hence 5.4.x naming.
Includes support for all Boundary Devices platforms + accessories.
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
Recipe of u-boot-karo has not been maintained for years; more recent
support does not cover the use of updated linux kernel and is not
compatible with dunfell.
Removed u-boot-karo, linux-karo and the machine configurations.
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Change-Id: I02645c9f88e648c143b82c4baa89491a1baff934
The board is not building and received no maintenance, so it is being
removed along with linux-timesys that provides support for it.
kernel-module-mcc and libmcc2 were removed as they provided support
for pcm052 only.
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Change-Id: I997059c1824484df8c11c9b31b2dae6e989430e7
Solid-Run's official BSP provides linux-patches against linux-qoriq kernel
instead of using linux-fslc branches or an own one with stable updates.
To support comparable conditions with provided BSP, support patches can be
used with NXPs kernel as well as with FSL Community QorIQ kernel.
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Add support for Solid-Runs LX2160A based COM Express Type 7 Module and
machines built upon that module (see
https://www.solid-run.com/nxp-lx2160a-family/).
Signed-off-by: Jens Rehsack <sno@netbsd.org>
The board are in unbuildable state for long time and they were
removed from U-Boot mainline in 2018 and nobody noticed so it
is clearly not in use.
This commit removes both boards and respective recipes from
the layer.
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Change-Id: Ica122e72a0c357bba5924916c30a73d0874fae80
Old recipe had construction error due to virtual / kernel and updated linux 4.9 -> 5.4
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Change-Id: I8d37a7766749421b41124ee5147fc3df65358edc
Even with modifications, errors in the build of the image
persist. Since the board has not received updates in a long
time, it is being removed.
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Change-Id: I8554a49ca9e34282d11c9613b35de4cb7f0aa181
linux-imx.inc is using kernel-yocto class and it's necessary to set
LINUX_VERSION as shown in meta-freescale commit
c7e23876b199e2cfbc2aef6bf192ef50e665b1c5
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit merges tag 'v5.4.41' into v5.4-ktn and apply the following
commits on top of it:
- 807a88195d767 ARM: imx: Fix boot crash if ocotp is not found
- 6c19e5d432b17 ARM: imx: Correct ocotp id for serial number support of i.MX6ULL/ULZ SoCs
- 0399822a7ccd6 soc: imx-scu: Using existing serial_number instead of UID
- f74ed0a5bfb86 ARM: imx: Add serial number support for i.MX6/7 SoCs
- d33c491a73198 ARM: dts: imx6ul-kontron-n6310-s: Move common nodes to a separate file
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>