imx-sc-firmware: rename to digi-sc-firmware

This reflects the fact that the firmware is customized for Digi platforms. The
versioning still follows the one used by NXP in their recipe.

https://jira.digi.com/browse/DEL-6158

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2018-11-07 14:01:05 +01:00
parent 6f700ff19b
commit 49f1c40f6a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Copyright 2017-2018 NXP
# Copyright (C) 2018 Digi International.
DESCRIPTION = "i.MX System Controller Firmware"
DESCRIPTION = "i.MX System Controller Firmware, customized for Digi platforms"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=ab61cab9599935bfe9f700405ef00f28"
SECTION = "BSP"

View File

@ -18,7 +18,7 @@ PROVIDES = "${BOOT_NAME}"
IMX_FIRMWARE = "imx-sc-firmware"
IMX_FIRMWARE_mx8mq = "firmware-imx"
IMX_FIRMWARE_mx8qxp = "firmware-imx imx-sc-firmware"
IMX_FIRMWARE_mx8qxp = "firmware-imx digi-sc-firmware"
DEPENDS += " \
u-boot \
${IMX_FIRMWARE} \