From: Daiane Angolini <daiane.angolini@freescale.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm PATCH 2/3] Rework machines to use dtb file in KERNEL_DEVICETREE variable
Date: Tue, 20 Aug 2013 12:53:11 -0300 [thread overview]
Message-ID: <521390E7.8080708@freescale.com> (raw)
In-Reply-To: <1376965943-14536-2-git-send-email-otavio@ossystems.com.br>
On 08/19/2013 11:32 PM, Otavio Salvador wrote:
> The linux-dtb.inc has been rework to use the Linux kernel build system
> to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable
> should has the /target/ name, not the file path. This patch rework
> following machines:
Please, take a look on other reviewed patch and fix this commit log as well.
>
> - imx23evk
> - imx28evk
> - imx51evk
> - imx53ard
> - imx53qsb
> - imx6dlsabreauto
> - imx6dlsabresd
> - imx6qsabreauto
> - imx6qsabresd
> - imx6solosabreauto
> - imx6solosabresd
>
> Change-Id: I37e9c3737552299677e315b6279a6e0a8e217836
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> conf/machine/imx23evk.conf | 2 +-
> conf/machine/imx28evk.conf | 2 +-
> conf/machine/imx51evk.conf | 2 +-
> conf/machine/imx53ard.conf | 2 +-
> conf/machine/imx53qsb.conf | 2 +-
> conf/machine/imx6dlsabreauto.conf | 2 +-
> conf/machine/imx6dlsabresd.conf | 2 +-
> conf/machine/imx6qsabreauto.conf | 2 +-
> conf/machine/imx6qsabresd.conf | 2 +-
> conf/machine/imx6solosabreauto.conf | 2 +-
> conf/machine/imx6solosabresd.conf | 2 +-
> 11 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
> index 820f3ba..78b259b 100644
> --- a/conf/machine/imx23evk.conf
> +++ b/conf/machine/imx23evk.conf
> @@ -11,7 +11,7 @@ IMXBOOTLETS_MACHINE = "stmp378x_dev"
> UBOOT_MACHINE = "mx23evk_config"
>
> KERNEL_IMAGETYPE = "uImage"
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-evk.dts"
> +KERNEL_DEVICETREE = "imx23-evk.dtb"
>
> SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
> IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
> diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
> index b6e98d0..e38341a 100644
> --- a/conf/machine/imx28evk.conf
> +++ b/conf/machine/imx28evk.conf
> @@ -11,7 +11,7 @@ IMXBOOTLETS_MACHINE = "iMX28_EVK"
> UBOOT_MACHINE = "mx28evk_config"
>
> KERNEL_IMAGETYPE = "uImage"
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-evk.dts"
> +KERNEL_DEVICETREE = "imx28-evk.dtb"
>
> SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
> IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
> diff --git a/conf/machine/imx51evk.conf b/conf/machine/imx51evk.conf
> index 9c81dd6..c363aac 100644
> --- a/conf/machine/imx51evk.conf
> +++ b/conf/machine/imx51evk.conf
> @@ -8,6 +8,6 @@ include conf/machine/include/tune-cortexa8.inc
>
> SOC_FAMILY = "mx5:mx51"
>
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx51-babbage.dts"
> +KERNEL_DEVICETREE = "imx51-babbage.dtb"
>
> UBOOT_MACHINE = "mx51evk_config"
> diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf
> index 5e6137c..720045a 100644
> --- a/conf/machine/imx53ard.conf
> +++ b/conf/machine/imx53ard.conf
> @@ -8,7 +8,7 @@ include conf/machine/include/tune-cortexa8.inc
>
> SOC_FAMILY = "mx5:mx53"
>
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-ard.dts"
> +KERNEL_DEVICETREE = "imx53-ard.dtb"
>
> UBOOT_MACHINE = "mx53ard_config"
>
> diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
> index ca84243..b5ea3ad 100644
> --- a/conf/machine/imx53qsb.conf
> +++ b/conf/machine/imx53qsb.conf
> @@ -8,7 +8,7 @@ include conf/machine/include/tune-cortexa8.inc
>
> SOC_FAMILY = "mx5:mx53"
>
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
> +KERNEL_DEVICETREE = "imx53-qsb.dtb"
>
> UBOOT_MACHINE = "mx53loco_config"
>
> diff --git a/conf/machine/imx6dlsabreauto.conf b/conf/machine/imx6dlsabreauto.conf
> index a896243..9f44316 100644
> --- a/conf/machine/imx6dlsabreauto.conf
> +++ b/conf/machine/imx6dlsabreauto.conf
> @@ -7,7 +7,7 @@ require conf/machine/include/imx6sabreauto-common.inc
>
> SOC_FAMILY = "mx6:mx6dl"
>
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabreauto.dts"
> +KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
>
> UBOOT_MACHINE = "mx6dlsabreauto_config"
> PREFERRED_PROVIDER_u-boot = "u-boot-imx"
> diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf
> index c56d0d7..2797c7c 100644
> --- a/conf/machine/imx6dlsabresd.conf
> +++ b/conf/machine/imx6dlsabresd.conf
> @@ -7,6 +7,6 @@ require conf/machine/include/imx6sabresd-common.inc
>
> SOC_FAMILY = "mx6:mx6dl"
>
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabresd.dts"
> +KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
>
> UBOOT_MACHINE = "mx6dlsabresd_config"
> diff --git a/conf/machine/imx6qsabreauto.conf b/conf/machine/imx6qsabreauto.conf
> index 979ad86..aa1fbb6 100644
> --- a/conf/machine/imx6qsabreauto.conf
> +++ b/conf/machine/imx6qsabreauto.conf
> @@ -7,6 +7,6 @@ require conf/machine/include/imx6sabreauto-common.inc
>
> SOC_FAMILY = "mx6:mx6q"
>
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabreauto.dts"
> +KERNEL_DEVICETREE = "imx6q-sabreauto.dtb"
>
> UBOOT_MACHINE = "mx6qsabreauto_config"
> diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf
> index d5c200f..15d780b 100644
> --- a/conf/machine/imx6qsabresd.conf
> +++ b/conf/machine/imx6qsabresd.conf
> @@ -7,6 +7,6 @@ require conf/machine/include/imx6sabresd-common.inc
>
> SOC_FAMILY = "mx6:mx6q"
>
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabresd.dts"
> +KERNEL_DEVICETREE = "imx6q-sabresd.dtb"
>
> UBOOT_MACHINE = "mx6qsabresd_config"
> diff --git a/conf/machine/imx6solosabreauto.conf b/conf/machine/imx6solosabreauto.conf
> index 302c77c..2e12934 100644
> --- a/conf/machine/imx6solosabreauto.conf
> +++ b/conf/machine/imx6solosabreauto.conf
> @@ -7,7 +7,7 @@ require conf/machine/include/imx6sabresd-common.inc
>
> SOC_FAMILY = "mx6:mx6s"
>
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabreauto.dts"
> +KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
>
> UBOOT_MACHINE = " mx6solosabreauto_config"
> PREFERRED_PROVIDER_u-boot = "u-boot-imx"
> diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf
> index 9c09531..44031a8 100644
> --- a/conf/machine/imx6solosabresd.conf
> +++ b/conf/machine/imx6solosabresd.conf
> @@ -7,7 +7,7 @@ require conf/machine/include/imx6sabresd-common.inc
>
> SOC_FAMILY = "mx6:mx6s"
>
> -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabresd.dts"
> +KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
>
> UBOOT_MACHINE = " mx6solosabresd_config"
> PREFERRED_PROVIDER_u-boot = "u-boot-imx"
>
--
Daiane
next prev parent reply other threads:[~2013-08-20 15:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-20 2:32 [meta-fsl-arm PATCH 1/3] linux-imx (3.5.7): Add 3.5.7-1.0.0 alpha kernel Otavio Salvador
2013-08-20 2:32 ` [meta-fsl-arm PATCH 2/3] Rework machines to use dtb file in KERNEL_DEVICETREE variable Otavio Salvador
2013-08-20 15:53 ` Daiane Angolini [this message]
2013-08-20 16:53 ` Otavio Salvador
2013-08-20 2:32 ` [meta-fsl-arm PATCH 3/3] linux-fslc: Update to 3.10 based kernel Otavio Salvador
2013-08-22 12:40 ` Daiane Angolini
2013-08-20 15:51 ` [meta-fsl-arm PATCH 1/3] linux-imx (3.5.7): Add 3.5.7-1.0.0 alpha kernel Daiane Angolini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=521390E7.8080708@freescale.com \
--to=daiane.angolini@freescale.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.