Commit Graph

991 Commits

Author SHA1 Message Date
Khem Raj
7ca49de39b ti-18xx-wlconf: Drop spurious dot from PV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-23 08:54:31 -07:00
Khem Raj
aff7e79046 ti-18xx-wlconf: Use nonarch_base_libdir instead of hardcoding /lib
Helps with usrmerge builds

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-23 08:53:46 -07:00
Otavio Salvador
f244dd4b26
Merge pull request #207 from chrisdimich/master
linux-boundary bump to 5.10.104
2022-03-15 14:10:28 -03:00
Chris Dimich
d52f46a5d2 linux-boundary: bump revision to bb58f0ee
Changelog:
- update to 5.10.104
- includes many patches to address security vulnerabilities.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2022-03-15 09:38:28 -07:00
Otavio Salvador
1e88fc2a20
Merge pull request #206 from Ossanes/topic/fix-nitrogen8-boards
Fix nitrogen8 boards
2022-03-10 09:55:38 -03:00
Vinicius Aquino
47d2543f9d nitrogen*: Drop duplicated WKS dependencies
e2fsprogs-native and bmap-tools-native are already included by imx-base.inc
so it can be dropped here.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-03-10 09:52:09 -03:00
Vinicius Aquino
b8062790ab nitrogen8*: Drop useless overrides for WKS_FILE_DEPENDS
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-03-09 11:53:07 -03:00
Otavio Salvador
18912db46d
Merge pull request #203 from boundarydevices/master
u-boot-boundary: fix fw_env.config support
2022-03-08 13:10:28 -03:00
Gary Bisson
4d1b12642a u-boot-boundary: fix fw_env.config management
- use soc-specific folders to easily differentiate mmc index difference
  in our imx8 family of products
- use mmcblk2 folder for imx8mp as the mmc index is wrong otherwise
- switch mmc env offset to negative value in order to support all eMMC
sizes (some have boot part of 2MiB, others 4MiB)

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2022-03-08 17:04:56 +01:00
Gary Bisson
bd3eb228f4 u-boot-boundary: switch filesextrapaths to generic-bsp
As the fw_env.config applies to both NXP and Mainline BSPs.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2022-03-08 14:01:18 +01:00
Otavio Salvador
759652753c
Merge pull request #202 from YoeDistro/yoe/mut
recipes: Use SPDX naming scheme for LICENSE field
2022-03-06 13:49:55 -03:00
Khem Raj
1efcb1ba26 recipes: Use SPDX naming scheme for LICENSE field
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 08:42:01 -08:00
Otavio Salvador
a27ac73afc
Merge pull request #199 from chrisdimich/master
Boundary: bump kernel and u-boot revs
2022-03-03 19:31:29 -03:00
Chris Dimich
b30a5bcbb9 u-boot-boundary: bump revision to 3d5e7f60
Changelog:
- panel bug fixes
- various device tree changes

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2022-03-03 14:16:58 -08:00
Chris Dimich
4d7c7c5a2a linux-boundary: bump revision to 04f4286f
Changelog:
- add sensor clock for isp
- panel bug fixes

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2022-03-03 14:13:42 -08:00
Otavio Salvador
f467829666
Merge pull request #198 from Ossanes/topic/linux-kontron
imx6ul-kontron: Upgrade linux-kontron and fix issues
2022-03-03 11:06:37 -03:00
Vinicius Aquino
100b41b859 linux-kontron: defconfig: Rework to enable CONFIG_KPROBES
It fixes the error: "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0"

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-03-03 10:36:45 -03:00
Vinicius Aquino
d2365145c6 linux-kontron: Upgrade 5.4.41>5.10.95
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-03-02 18:06:20 -03:00
Otavio Salvador
dc91d5ec1c
Merge pull request #197 from Freescale/topic/simplify-overrides
Rework machine definitions to reduce duplication
2022-02-24 09:48:53 -03:00
Otavio Salvador
b034e5c43e Rework machine definitions to reduce duplication
We reworked the SoC overrides so we avoids duplication and redundancy;
machines affected are:

 - apalis-imx6
 - colibri-imx6
 - colibri-imx6ull
 - cubox-i
 - imx6dl-riotboard
 - imx6qdl-pico
 - imx6qdl-variscite-som
 - imx6sl-warp
 - imx6ul-kontron
 - imx6ul-pico
 - nitrogen6sx
 - nitrogen6x-lite
 - nitrogen6x
 - ventana
 - wandboard
 - nitrogen8m
 - nitrogen8mm
 - nitrogen8mn
 - nitrogen8mp

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-02-24 09:31:48 -03:00
Otavio Salvador
bf7ae437e6 u-boot-script-toradex: Revert wrong override change
Fixes: 671aee4b2b ("Generalize overrides subsystem for NXP and Mainline support")
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reported-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-02-23 13:07:08 -03:00
Otavio Salvador
671aee4b2b Generalize overrides subsystem for NXP and Mainline support
This apply the changes from the script in the referred PR.

Refs: https://github.com/Freescale/meta-freescale/pull/980
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-02-23 10:41:48 -03:00
Otavio Salvador
a161b3aac4
Merge pull request #196 from Ossanes/topic/nitrogen8mp
nitrogen8mp: Define nxp as default BSP
2022-02-23 09:51:40 -03:00
Vinicius Aquino
52e9a93b30 nitrogen8mp: Define nxp as default BSP
This commit solves the lack of a provider for 'imx-boot' due to
nitrogen8mp not present in COMPATIBLE_MACHINE.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-02-23 09:40:13 -03:00
Otavio Salvador
10a470adb9
Merge pull request #195 from YoeDistro/yoe/mut
layers: Bump to use kirkstone
2022-02-22 07:49:33 -03:00
Khem Raj
4560e221d0 layers: Bump to use kirkstone
its not going to be backward ABI compatible with honister due to variable renaming.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-17 12:54:39 -08:00
Otavio Salvador
0c68a5a705
Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares
imx7d-remarkable2: Remove bcm4345* firmwares as it has no providers
2022-02-17 16:05:31 -03:00
Vinicius Aquino
654d5b5530 imx7d-remarkable2: Remove bcm43456 firmware as it has no providers
This is a workaround to successfully finish the building.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-02-17 15:51:05 -03:00
Otavio Salvador
f8d9213da7
Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot
imx6dl-riotboard: Fix u-boot target
2022-02-17 14:56:32 -03:00
Vinicius Aquino
e78de66c9f imx6dl-riotboard: Fix u-boot target
This commit fixes error on do_install task for u-boot-fslc.
The error occurs because u-boot.imx can't be found.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-02-15 10:09:45 -03:00
Otavio Salvador
60595861de
Merge pull request #191 from sapiippo/apalis-imx6
apalis-imx6: add missing space to append
2022-01-05 08:51:51 -03:00
Samuli Piippo
61b70a01c5 apalis-imx6: add missing space to append
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
2022-01-05 12:45:25 +02:00
Otavio Salvador
b3670f9d5f
Merge pull request #190 from MaxKrummenacher/master
colibri-imx6ull: fix mistyped override
2021-12-21 12:16:51 -03:00
Tomas Vilda
e064d0e3df colibri-imx6ull: fix mistyped override
Fix mistype in colibri-imx6ull machine include file when using nxp bsp.

Reported-by: Tomas Vilda
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-12-21 16:03:27 +01:00
Otavio Salvador
b26df7f321
Merge pull request #187 from boundarydevices/master
linux-boundary: bump revision to acef1311
2021-12-03 07:28:13 -03:00
Gary Bisson
748b8f0e07 linux-boundary: bump revision to acef1311
Changelog:
- update to 5.10.72
- more displays supported for i.MX8MP

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2021-12-03 11:09:49 +01:00
Otavio Salvador
f007a9f8da
Merge pull request #185 from MaxKrummenacher/update-toradex
Update toradex
2021-11-12 10:21:21 -03:00
Max Krummenacher
13bd2acbad machines: toradex: update
- Add the newly available device trees provided by the kernel update.
- Drop the prefered provider for u-boot-fw-utils, use libubootenv.
- Don't install epdc firmware, none of the machines supports epdc.
- Changed all maintainers to myself, Stefan left the company.
- Unify setting the preferred bootloader with IMX_DEFAULT_BOOTLOADER

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-12 14:10:06 +01:00
Max Krummenacher
02bff68488 linux-toradex: vf: update to 4.4.291
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>
2021-11-12 14:10:06 +01:00
Max Krummenacher
74fc138f67 linux-toradex: imx: update to 5.4-2.3.x-imx
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>
2021-11-12 14:10:06 +01:00
Max Krummenacher
a2c343e772 u-boot-script-toradex: improve script
Allow to boot compressed aarch64 kernels. I.e. with
KERNEL_IMAGETYPE=Image.gz the kernel recipe builds Image.gz and
the u-boot-script will in U-Boot decompress the kernel before
passing control to the kernel binary.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-12 14:10:06 +01:00
Max Krummenacher
6e8f05bb77 u-boot-toradex: updated to latest
- drop dependency on flex-native, this seems unneeded
- provide u-boot-initial-env
- for nand devices: add csf padding at the end of the binary
- update git hash to latest:

ab862daf5d5 colibri-imx6ull: reset vidargs env variable
20e5bdb4dd8 ARM: dts: colibri-imx6ull: fix mac address passing
38ab07804fa disk: part: add the device search failed log msg
bbb0acc44b2 mmc: merge upstream __mmc_switch fixes
ac9771a867e cfgblock: extend get_cfgblock_interactive
cd02128056d colibri-imx7: improve env badblock management
bd80c40df71 colibri-imx6ull: improve env badblock management
c3e1241862f colibri-imx6ull: reset vidargs env variable
eb6c58cb014 apalis-imx6: use dynamic DDR calibration
240223cd41a colibri-imx6: use dynamic DDR calibration
1ae3ca27d9f colibri-imx6ull: add tezi recovery config
9ad0030ceaa colibri-imx6ull-emmc: add tezi config
0401650db5d toradex: tdx-cfg-block: add colibri imx6ull emmc variant
c0ae6ea006d toradex: tdx-cfg-block: fix verdin handling
c463e5ab8ed colibri-imx6ull: add emmc variant
98584bdb41c tools: imx image: fix write warning
4aae136f1aa buildman: 'Thread' object has no attribute 'isAlive'
c430fec51c8 colibri-imx6ull: refresh defconfig
b17fd6c8426 colibri-imx6ull: imximage.cfg: integrate new 1GiB RAM variant

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-12 14:10:06 +01:00
Max Krummenacher
839df322eb u-boot-toradex: drop inc file
Drop the inc file as it is now only used in one recipe.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-10 18:56:17 +01:00
Otavio Salvador
4661bdcb6d
Merge pull request #184 from texierp/topic/git-fetcher
recipes: use https protocol and add explicit branch parameter
2021-11-05 16:35:15 -03:00
Pierre-Jean Texier
be5493795a recipes: use https protocol and add explicit branch parameter
Due to https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
it is required to use https protocol for github repo accessing.

Update created with oe-core/scripts/contrib/convert-srcuri.py (see [0])

[0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
2021-11-05 19:55:33 +01:00
Otavio Salvador
be3442ae6a
Merge pull request #183 from Ossanes/topic/remove-dms-ba16
imx6q-dms-ba16: Remove files because it is not being maintained
2021-10-29 17:52:34 -03:00
Otavio Salvador
f6c6d9ed23
Merge pull request #182 from Ossanes/topic/remove-congatec
congatec: Remove defconfig
2021-10-29 17:52:19 -03:00
Vinicius Aquino
5dc9275928 imx6q-dms-ba16: Remove files because it is not being maintained
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-29 16:54:01 -03:00
Vinicius Aquino
00acf4977a congatec: Remove defconfig
This commit complements the previous commit (37777939)

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-29 16:37:56 -03:00
Otavio Salvador
af1c0cbd9a
Merge pull request #181 from Ossanes/topic/remove-congatec
congatec: Remove files because it is not being maintained
2021-10-29 10:16:35 -03:00