mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 12:59:04 +02:00

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>
22 lines
993 B
BlitzBasic
22 lines
993 B
BlitzBasic
SUMMARY = "i.MX System Manager Firmware"
|
|
DESCRIPTION = "\
|
|
The System Manager (SM) is a firmware that runs on a Cortex-M processor on \
|
|
many NXP i.MX processors. The Cortex-M is the boot core, runs the boot ROM \
|
|
which loads the SM (and other boot code), and then branches to the SM. The \
|
|
SM then configures some aspects of the hardware such as isolation mechanisms \
|
|
and then starts other cores in the system. After starting these cores, it \
|
|
enters a service mode where it provides access to clocking, power, sensor, \
|
|
and pin control via a client RPC API based on ARM's System Control and \
|
|
Management Interface (SCMI)."
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b66f32a90f9577a5a3255c21d79bc619"
|
|
|
|
SRC_URI = "${IMX_SYSTEM_MANAGER_SRC};branch=${SRCBRANCH}"
|
|
IMX_SYSTEM_MANAGER_SRC ?= "git://github.com/nxp-imx/imx-sm.git;protocol=https"
|
|
SRCBRANCH = "master"
|
|
SRCREV = "709deccd9338399eb39b5cf99a60eab4fa60d539"
|
|
|
|
require imx-system-manager.inc
|
|
|
|
PACKAGECONFIG ??= "m2"
|