From a9343bad07fd3960dbca482b3257f17b311fb382 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Fri, 30 Nov 2012 19:06:11 +0100 Subject: [PATCH] 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 --- meta-digi-arm/conf/layer.conf | 8 ++++---- meta-digi-arm/conf/machine/ccardxmx28js.conf | 2 +- meta-digi-arm/conf/machine/ccxmx51js.conf | 4 ++-- meta-digi-arm/conf/machine/ccxmx53js.conf | 4 ++-- .../firmware-imx/firmware-imx_11.09.01.bbappend | 6 +++--- meta-digi-del/conf/layer.conf | 6 +++--- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/meta-digi-arm/conf/layer.conf b/meta-digi-arm/conf/layer.conf index 8756bfb68..d165891cc 100644 --- a/meta-digi-arm/conf/layer.conf +++ b/meta-digi-arm/conf/layer.conf @@ -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" diff --git a/meta-digi-arm/conf/machine/ccardxmx28js.conf b/meta-digi-arm/conf/machine/ccardxmx28js.conf index 2ffda86e7..89ab84234 100644 --- a/meta-digi-arm/conf/machine/ccardxmx28js.conf +++ b/meta-digi-arm/conf/machine/ccardxmx28js.conf @@ -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" diff --git a/meta-digi-arm/conf/machine/ccxmx51js.conf b/meta-digi-arm/conf/machine/ccxmx51js.conf index 2f1f248c7..5268f27db 100644 --- a/meta-digi-arm/conf/machine/ccxmx51js.conf +++ b/meta-digi-arm/conf/machine/ccxmx51js.conf @@ -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" diff --git a/meta-digi-arm/conf/machine/ccxmx53js.conf b/meta-digi-arm/conf/machine/ccxmx53js.conf index 3fd5c67ff..5b057189b 100644 --- a/meta-digi-arm/conf/machine/ccxmx53js.conf +++ b/meta-digi-arm/conf/machine/ccxmx53js.conf @@ -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" diff --git a/meta-digi-arm/recipes-bsp/firmware-imx/firmware-imx_11.09.01.bbappend b/meta-digi-arm/recipes-bsp/firmware-imx/firmware-imx_11.09.01.bbappend index f6fe515b3..72e103e31 100644 --- a/meta-digi-arm/recipes-bsp/firmware-imx/firmware-imx_11.09.01.bbappend +++ b/meta-digi-arm/recipes-bsp/firmware-imx/firmware-imx_11.09.01.bbappend @@ -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/*" diff --git a/meta-digi-del/conf/layer.conf b/meta-digi-del/conf/layer.conf index c26b5c3af..b797baaae 100644 --- a/meta-digi-del/conf/layer.conf +++ b/meta-digi-del/conf/layer.conf @@ -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"