meta-digi: Remove [DIGI] from comments.
Now that all code is our own as we are not copying recipes into the layer but overriden the ones in meta-fsl-arm, the prefix to comments have no use. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
fa35263ffc
commit
a9343bad07
|
|
@ -3,16 +3,16 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
|
||||||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
||||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||||
|
|
||||||
# [DIGI] This is the FSL license agreement.
|
# This is the FSL license agreement.
|
||||||
FSL_MMK_EULA_FILE = "${LAYERDIR}/FSL_MMK_EULA"
|
FSL_MMK_EULA_FILE = "${LAYERDIR}/FSL_MMK_EULA"
|
||||||
|
|
||||||
# [DIGI] This is Digi's General license agreement.
|
# This is Digi's General license agreement.
|
||||||
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
||||||
|
|
||||||
# [DIGI] This is Digi's Open Source license agreement.
|
# This is Digi's Open Source license agreement.
|
||||||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||||
|
|
||||||
DIGI_MIRROR ?= "http://www.digi.com/yocto/"
|
DIGI_MIRROR ?= "http://www.digi.com/yocto/"
|
||||||
|
|
||||||
# [DIGI] PREMIRRORS and tried first and if not found, all MIRRORS next.
|
# PREMIRRORS and tried first and if not found, all MIRRORS next.
|
||||||
MIRRORS += "${DIGI_MIRROR} \n"
|
MIRRORS += "${DIGI_MIRROR} \n"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ UBOOT_SUFFIX = "sb"
|
||||||
|
|
||||||
KERNEL_IMAGETYPE = "uImage"
|
KERNEL_IMAGETYPE = "uImage"
|
||||||
|
|
||||||
# [DIGI] Digi's kernel does not use device tree.
|
# Digi's kernel does not use device tree.
|
||||||
# KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/ccardxmx28js.dts"
|
# KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/ccardxmx28js.dts"
|
||||||
|
|
||||||
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,12 @@ include conf/machine/include/tune-cortexa8.inc
|
||||||
|
|
||||||
SOC_FAMILY = "mx5"
|
SOC_FAMILY = "mx5"
|
||||||
|
|
||||||
# [DIGI] Dig's kernel does not use device trees.
|
# Digi's kernel does not use device trees.
|
||||||
# KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/ccxmx51js.dts"
|
# KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/ccxmx51js.dts"
|
||||||
|
|
||||||
UBOOT_MACHINE = "ccxmx51_config"
|
UBOOT_MACHINE = "ccxmx51_config"
|
||||||
|
|
||||||
# [DIGI] Wireless firmware file need to be addded here
|
# Wireless firmware file need to be addded here
|
||||||
# MACHINE_FIRMWARE += " firmware-imx-ath6k"
|
# MACHINE_FIRMWARE += " firmware-imx-ath6k"
|
||||||
MACHINE_FEATURES += " wifi"
|
MACHINE_FEATURES += " wifi"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,12 @@ include conf/machine/include/tune-cortexa8.inc
|
||||||
|
|
||||||
SOC_FAMILY = "mx5"
|
SOC_FAMILY = "mx5"
|
||||||
|
|
||||||
# [DIGI] Digi's kernel does not use device tree.
|
# Digi's kernel does not use device tree.
|
||||||
# KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
|
# KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
|
||||||
|
|
||||||
UBOOT_MACHINE = "ccxmx53js_config"
|
UBOOT_MACHINE = "ccxmx53js_config"
|
||||||
|
|
||||||
# [DIGI] Wireless firmware file need to be addded here
|
# Wireless firmware file need to be addded here
|
||||||
# MACHINE_FIRMWARE += " firmware-imx-ath6k"
|
# MACHINE_FIRMWARE += " firmware-imx-ath6k"
|
||||||
MACHINE_FEATURES += " wifi"
|
MACHINE_FEATURES += " wifi"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,11 @@ SRC_URI[sha256sum] = "0061fb46a47fe1aa7e44099fe0e98e1ec7de68f91541c9cf867ffc6ca9
|
||||||
FILES_${PN} = ""
|
FILES_${PN} = ""
|
||||||
FILES_${PN} = "/lib/firmware/vpu/vpu_fw_imx53.bin"
|
FILES_${PN} = "/lib/firmware/vpu/vpu_fw_imx53.bin"
|
||||||
|
|
||||||
# [DIGI] The linux-digi kernel does not use the sdma bin from user space
|
# The linux-digi kernel does not use the sdma bin from user space
|
||||||
# [DIGI] It's hardcoded in sdma_code_mx51 and sdma_code_mx53
|
# It's hardcoded in sdma_code_mx51 and sdma_code_mx53
|
||||||
#FILES_${PN} += "/lib/firmware/sdma/sdma-imx53-to1.bin"
|
#FILES_${PN} += "/lib/firmware/sdma/sdma-imx53-to1.bin"
|
||||||
|
|
||||||
# [DIGI] These are not used by Digi hardware
|
# These are not used by Digi hardware
|
||||||
#FILES_${PN} += "/lib/firmware/ath6k/*"
|
#FILES_${PN} += "/lib/firmware/ath6k/*"
|
||||||
#FILES_${PN} += "/lib/firmware/ar3k/*"
|
#FILES_${PN} += "/lib/firmware/ar3k/*"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,14 +7,14 @@ BBFILE_COLLECTIONS += "del"
|
||||||
BBFILE_PATTERN_del := "^${LAYERDIR}/"
|
BBFILE_PATTERN_del := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_del = "5"
|
BBFILE_PRIORITY_del = "5"
|
||||||
|
|
||||||
# [DIGI] This is Digi's General license agreement.
|
# This is Digi's General license agreement.
|
||||||
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
||||||
|
|
||||||
# [DIGI] This is Digi's Open Source license agreement.
|
# This is Digi's Open Source license agreement.
|
||||||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||||
|
|
||||||
DIGI_MIRROR ?= "http://www.digi.com/yocto/"
|
DIGI_MIRROR ?= "http://www.digi.com/yocto/"
|
||||||
DIGI_LOG_MIRROR += "http://build-linux.digi.com/LxNETES-4/pooldir/"
|
DIGI_LOG_MIRROR += "http://build-linux.digi.com/LxNETES-4/pooldir/"
|
||||||
|
|
||||||
# [DIGI] PREMIRRORS and tried first and if not found, all MIRRORS next.
|
# PREMIRRORS and tried first and if not found, all MIRRORS next.
|
||||||
MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"
|
MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue