Commit Graph

1148 Commits

Author SHA1 Message Date
github-actions[bot]
68d47bf4dd Auto-update LICENSE file with current recipe licenses 2025-06-28 01:15:34 +00:00
Otavio Salvador
ec90d78363
Merge pull request #322 from hiagofranco/add-whinlatter
layer.conf: update for the whinlatter release series
2025-06-22 22:18:12 -03:00
Hiago De Franco
ef479f49f6 layer.conf: update for the whinlatter release series
Fix current error:
ERROR: Layer freescale-3rdparty is not compatible with the core layer
which only supports these series: whinlatter (layer is compatible with
styhead walnascar)

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
2025-06-22 13:00:38 -03:00
github-actions[bot]
56520e0c84 Auto-update LICENSE file with current recipe licenses 2025-06-10 01:17:45 +00:00
github-actions[bot]
830132b295 Auto-update LICENSE file with current recipe licenses 2025-05-17 01:13:35 +00:00
Otavio Salvador
e7ce12ee3a
Merge pull request #320 from MaxKrummenacher/master
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
recipes: fix whitespace warnings
2025-04-26 17:08:53 -03:00
Max Krummenacher
dff0b3ea38 recipes: fix whitespace warnings
Since OE bitbake commit 24772dd2ae6c ("parse/ConfHandler: Add warning for
deprecated whitespace usage"), the current build generates the following
warning (as example):

| WARNING: .../meta-freescale-3rdparty/recipes-bsp/atf/qoriq-atf_1.5.bb:34 has a lack
| of whitespace around the assignment: 'export CROSS_COMPILE="${TARGET_PREFIX}"'

Fix all the warnings.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2025-04-26 12:08:07 +02:00
github-actions[bot]
4432ec34de Auto-update LICENSE file with current recipe licenses 2025-04-24 01:12:40 +00:00
github-actions[bot]
4d01dd8e95 Auto-update LICENSE file with current recipe licenses 2025-02-27 01:06:36 +00:00
github-actions[bot]
b901d2c1d2 Auto-update LICENSE file with current recipe licenses 2025-02-13 01:05:10 +00:00
github-actions[bot]
45c476218d Auto-update LICENSE file with current recipe licenses 2025-01-23 01:03:35 +00:00
Otavio Salvador
627381007d treewide: Remove all references to SRC_URI[md5sum] hashes
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
Drop md5sum check as  no longer mandated in Yocto Project.

SRC_URI[md5sum] used to also be commonly used, but it is deprecated and
should be replaced by SRC_URI[sha256sum] when updating existing recipes. See:

 - https://docs.yoctoproject.org/dev/singleindex.html#fetching-code
 - https://docs.yoctoproject.org/dev/singleindex.html#src-uri-checksum-behaviour

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2025-01-13 17:21:58 -03:00
github-actions[bot]
774ca54bc0 Auto-update LICENSE file with current recipe licenses 2024-12-09 01:13:07 +00:00
Otavio Salvador
6772a93fdb
Merge pull request #318 from dankm/dankm/unpackdir
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
Fix issues with the UNPACKDIR transition
2024-12-06 17:26:16 -03:00
Dan McGregor
d576b2f2f1 Fix issues with the UNPACKDIR transition
Update a few recipes to use UNPACKDIR instead of WORKDIR directly.
This fixes building against newer master openembedded-core.
2024-12-06 14:20:06 -06:00
Otavio Salvador
4026001c3e
Merge pull request #316 from svogl/master
colibri-imx6: honor vendor prefix in kernels >= 6.5
2024-12-06 14:04:31 -03:00
Simon Vogl
26ec279fd0 colibri-imx6: honor vendor prefix in kernels >= 6.5
Signed-off-by: Simon Vogl <simon@voxel.at>
2024-12-06 17:47:17 +01:00
Otavio Salvador
bc2a12c545
Merge pull request #314 from hellhound94/topic/fix-script
Changes in generate-license-file script
2024-12-04 10:20:20 -03:00
Abner C. Paula
3ee87aca07 generate-license-file: Move script to scripts folder
This commit also adds if condition to check license file change.
It is to avoid empty commits.

Signed-off-by: Abner C. Paula <abner.cordeiro@ossystems.com.br>
2024-12-04 09:33:39 -03:00
github-actions[bot]
2291cfad43 Auto-update LICENSE file with current recipe licenses 2024-11-12 15:54:41 +00:00
Otavio Salvador
660bef4a19
Merge pull request #311 from vishwamartur/master
Add workflow to auto-update LICENSE file with recipe licenses
2024-11-12 12:53:35 -03:00
Vishwanath Martur
457e365609 Add workflow to auto-update LICENSE file with recipe licenses 2024-11-12 15:12:59 +00:00
Otavio Salvador
9c5b6b0fbf
Merge pull request #308 from leon-anavi/master-olimex-imx8mp-lf-6.6.23-2.0.0
u-boot-imx_%.bbappend: Olimex iMX8MP-SOM-EVB-IND
2024-11-07 13:37:24 -03:00
Leon Anavi
18fabd470a u-boot-imx_%.bbappend: Olimex iMX8MP-SOM-EVB-IND
Update the u-boot-imx for Olimex iMX8MP-SOM-EVB-IND to the tag
lf-6.6.23-2.0.0, that is used in the NXP BSP LF6.6.23_2.0.0.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2024-11-07 17:58:44 +02:00
Otavio Salvador
cbd7ef91ad
Merge pull request #305 from YoeDistro/yoe/mut
layer.conf: Update to walnascar (5.2) layer/release series
2024-10-05 09:26:37 -03:00
Khem Raj
d6e0b49aac
layer.conf: Update to walnascar (5.2) layer/release series
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-04 19:21:12 -07:00
Otavio Salvador
00b2f3de14
Merge pull request #303 from MaxKrummenacher/master
layer.conf: Update to styhead
2024-09-09 08:18:39 -03:00
Max Krummenacher
348de865c2 layer.conf: Update to styhead
Drop all older release names as there have been potentially incompatible
changes, e.g. the S must not point to WORKDIR.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2024-09-09 09:34:14 +02:00
Otavio Salvador
30fa2c20d6
Merge pull request #301 from leon-anavi/olimex-imx8mp-evb-cleanup
olimex-imx8mp-evb clean up
2024-07-11 08:54:22 -03:00
Leon Anavi
2962836742 olimex-imx8mp-evb.conf: Configure use-nxp-bsp
Configure the default kernel as linux-fslc and the default
bootloader as u-boot-imx for machine olimex-imx8mp-evb.conf.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2024-07-11 08:52:40 +03:00
Leon Anavi
072cda9c7f linux-fslc-imx_%.bbappend: Remove
Clean up: remove linux-fslc-imx_%.bbappend and the patch for adding
imx8mp-olimex.dts because this is now included in the kernel repo.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2024-07-11 08:50:13 +03:00
Otavio Salvador
4e9d09981e
Merge pull request #300 from leon-anavi/master-olimex-imx8mp-uboot-improvements
u-boot-imx: 4GB RAM for Olimex iMX8MP SOM EVB IND
2024-07-10 13:04:03 -03:00
Leon Anavi
a44d03d8c7 u-boot-imx: 4GB RAM for Olimex iMX8MP SOM EVB IND
Update the Olimex iMX8MP SOM EVB IND configurations to make them
more independent from imx8mp_evk, and set the RAM to 4GB.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2024-07-10 17:09:24 +03:00
Otavio Salvador
b6f3e779cd
Merge pull request #299 from leon-anavi/master-olimex-imx8mp
Olimex i.MX8MP Improvements
2024-06-28 09:25:16 -03:00
Leon Anavi
246ef04b5d linux-fslc-imx: Update imx8mp-olimex.dts
Update imx8mp-olimex.dts patch for kernel 6.6. Align it with
imx8mp-evk.dts and apply the same changes on top of it as for
kernel lf-5.10.y-1.0.0 provided by Olimex in their builtroot
repository:
fcf7064d44

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2024-06-28 15:06:49 +03:00
Leon Anavi
3e5b9a3dff olimex-imx8mp-evb.conf: Use imx8mp-evk.dtb
Explicitly set UBOOT_DTB_NAME to imx8mp-evk.dtb and use this dtb
for U-Boot.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2024-06-28 15:06:45 +03:00
Otavio Salvador
d346feac8a
Merge pull request #298 from leon-anavi/master-olimex-imx8mp
Add support for Olimex iMX8MP-SOM-EVB-IND
2024-06-27 09:09:22 -03:00
Leon Anavi
9c95d8b19c conf/machine/olimex-imx8mp-evb.conf: Add machine
Add machine configuration for Olimex iMX8MP-SOM-EVB-IND.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2024-06-26 18:13:05 +03:00
Leon Anavi
aa7d5d2c3b linux-fslc-imx_%.bbappend: Olimex iMX8MP-SOM-EVB-IND
Add Linux device tree for Olimex iMX8MP-SOM-EVB-IND.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2024-06-26 18:12:38 +03:00
Leon Anavi
983cc0af32 u-boot-imx_%.bbappend: Olimex iMX8MP-SOM-EVB-IND
Add U-Boot defconfig for Olimex iMX8MP-SOM-EVB-IND based on the
existing configuration for imx8mp-evk.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2024-06-26 17:57:31 +03:00
Otavio Salvador
f2e8d77e55
Merge pull request #297 from chrisdimich/master
nitrogen8mm: add smarc_1gch1r0 uboot variant
2024-04-16 17:39:14 -03:00
Chris Dimich
7b6f125788 nitrogen8mm: add smarc_1gch1r0 uboot variant
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2024-04-16 13:21:24 -07:00
Otavio Salvador
8b61684f0b
Merge pull request #296 from chrisdimich/master
linux-boundary: bump revision to 7c4b671a
2024-03-28 15:45:23 -03:00
Chris Dimich
6f66ded506 linux-boundary: bump revision to 7c4b671a
boundary_defconfig changes.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2024-03-28 11:20:59 -07:00
Otavio Salvador
2e27133afd
Merge pull request #295 from chrisdimich/master
nitrogen8mp: add devicetree
2024-03-26 16:17:24 -03:00
Chris Dimich
422c5f57be nitrogen8mp: add devicetree
Nitrogen 8MP SMARC rpmsg version.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2024-03-26 12:02:58 -07:00
Otavio Salvador
ae392bf4c9
Merge pull request #294 from chrisdimich/master
linux-boundary: bump revision to 7a916058
2024-03-04 15:07:52 -03:00
Chris Dimich
ae7b1e1629 linux-boundary: bump revision to 7a916058
Mainly for nitrogen93 and nitrogen8ulp fixes.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2024-03-04 09:32:09 -08:00
Otavio Salvador
13f46cbb49
Merge pull request #293 from YoeDistro/yoe/mut
layer.conf: Update for the scarthgap release series
2024-02-15 08:04:23 -03:00
Khem Raj
78353f812d
layer.conf: Update for the scarthgap release series
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-14 15:30:45 -08:00