Commit Graph

12 Commits

Author SHA1 Message Date
Max Krummenacher
b747b01501 global: whinlatter updates for WORKDIR/UNPACKDIR and git fetch location
The series [1] changed the way sources are fetched/unpacked and
S needs to follow that. Additionally for git repos it moved away from
having 'git/' as the checkout directory.

This has been partly tested by building weston based image for
imx6/imx6ull/imx7/imx8/imx8mm/imx8mp/imx95 based images.
E.g. none of the recipes specific for qoriq is built time tested.

As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.

[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2025-06-28 18:58:39 +02:00
Pierre-Jean Texier
bef00d6e4f 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])

Fixes:

WARNING: /work/meta-freescale/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2021.07.bb: URL: git://github.com/Freescale/u-boot-fslc.git;branch=2021.07+fslc uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url.

[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-03 22:27:01 +01:00
Khem Raj
59d36c9832 layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12 10:08:24 -07:00
Ting Liu
7ce1aadc64 atf: rename to qoriq-atf
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-16 13:13:18 -03:00
Ting Liu
cd59a5425a ddr-phy: add support for lx2162aqds
LX2162A is LX2160A based processor. They share the same ddr binaries.
Remove override '_lx2160a' and add lx2162a into COMPATIBLE_MACHINE.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-16 08:32:13 -03:00
Jens Rehsack
885df1d88d ddr-phy: bump to tag of LSDK-20.04-update-290520
Bumping SRCREV to fbc036b for tag LSDK-20.04-update-290520, which contains
following changes since 14d03e6 (LSDK-20.04):
fbc036b lx2: ddr: phy: add fip file for 2019.04 firmware
f56e808 lx2: ddr: phy: Add 2019.04 ddr phy binaries

Signed-off-by: Jens Rehsack <sno@netbsd.org>
2020-06-02 09:18:49 -03:00
Chunrong Guo
24e83e3bbc ddr-phy: remove fsl-eula-unpack class
Binary EULA, but the "inherit fsl-eula-unpack"
forces the user to accept a much more elaborate license

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-12-23 09:32:28 -03:00
Daniel Klauer
c090df937b Split fiptool build into separate recipe
Previously, ddr-phy built native fiptool during its own build process,
but without using Yocto's native toolchain settings. This results in
unexpected host dependencies. For example, fiptool depends on openssl,
which may or may not be installed on the host.

So now fiptool is built in a separate recipe (atf-tools-native) which can
easily depend on openssl.

Signed-off-by: Daniel Klauer <daniel.klauer@gin.de>
2019-08-15 14:49:22 -03:00
Chunrong Guo
f8c1d3a8f4 ddr-phy: fix typo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12 17:18:34 -03:00
Chunrong Guo
1b1bddcdda ddy-phy: update depends atf commit id
*update atf to 1906 tag

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12 17:18:34 -03:00
Chunrong Guo
0e53d060b0 ddy-phy :update recipes
*dpends atf source
*build fiptool tools
*make fip_ddr_all.bin by fiptool
*install *bin

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11 09:00:13 -03:00
Chunrong Guo
a7e2af210c ddr-phy: add recipes
*update to lsdk 1812 tag
include the following changes
14d03e6 - Add fip file for DDR binaries for TF-A flow
241bedb - lx2: ddr: phy: add rdimm phy binaries.
2cb8757 - lx2: ddr: phy: add udimm phy binaries.
4081187 - Initial Commit

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14 16:23:38 -02:00