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:
Alex Gonzalez 2012-11-30 19:06:11 +01:00
parent fa35263ffc
commit a9343bad07
6 changed files with 15 additions and 15 deletions

View File

@ -3,16 +3,16 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
# [DIGI] This is the FSL license agreement.
# This is the FSL license agreement.
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] 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_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"

View File

@ -14,7 +14,7 @@ UBOOT_SUFFIX = "sb"
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"
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"

View File

@ -7,12 +7,12 @@ include conf/machine/include/tune-cortexa8.inc
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"
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_FEATURES += " wifi"

View File

@ -7,12 +7,12 @@ include conf/machine/include/tune-cortexa8.inc
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"
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_FEATURES += " wifi"

View File

@ -11,11 +11,11 @@ SRC_URI[sha256sum] = "0061fb46a47fe1aa7e44099fe0e98e1ec7de68f91541c9cf867ffc6ca9
FILES_${PN} = ""
FILES_${PN} = "/lib/firmware/vpu/vpu_fw_imx53.bin"
# [DIGI] 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
# The linux-digi kernel does not use the sdma bin from user space
# It's hardcoded in sdma_code_mx51 and sdma_code_mx53
#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/ar3k/*"

View File

@ -7,14 +7,14 @@ BBFILE_COLLECTIONS += "del"
BBFILE_PATTERN_del := "^${LAYERDIR}/"
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] 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_MIRROR ?= "http://www.digi.com/yocto/"
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"