All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-tisdk-makefile: add additional DTBs for am437 SK, J6Eco and am57x
@ 2014-09-08 19:54 Denys Dmytriyenko
  2014-09-08 21:40 ` Cooper Jr., Franklin
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2014-09-08 19:54 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 336f5cb..0077223 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -36,7 +36,7 @@ SRC_URI = "\
     file://Makefile_cryptodev \
 "
 
-PR = "r34"
+PR = "r35"
 
 MAKEFILES_COMMON = "linux \
                     matrix-gui \
@@ -98,10 +98,10 @@ PLATFORM_ARCH_omapl138 = "armv5te"
 KERNEL_BUILD_CMDS = "${@base_conditional('KERNEL_IMAGETYPE','uImage','LOADADDR=${UBOOT_LOADADDRESS} uImage','zImage',d)}"
 
 KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
-KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
+KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-sk-evm.dtb"
 KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
 KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
-KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb"
+KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb dra72-evm.dtb am57xx-beagle-x15.dtb"
 
 # This step will stitch together the final Makefile based on the supported
 # make targets.
-- 
2.0.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ti-tisdk-makefile: add additional DTBs for am437 SK, J6Eco and am57x
  2014-09-08 19:54 [PATCH] ti-tisdk-makefile: add additional DTBs for am437 SK, J6Eco and am57x Denys Dmytriyenko
@ 2014-09-08 21:40 ` Cooper Jr., Franklin
  0 siblings, 0 replies; 2+ messages in thread
From: Cooper Jr., Franklin @ 2014-09-08 21:40 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago

Acked-by: Franklin Cooper Jr. <fcooper@ti.com>

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> Sent: Monday, September 08, 2014 2:54 PM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH] ti-tisdk-makefile: add additional DTBs for
> am437 SK, J6Eco and am57x
> 
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb        | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> makefile_1.0.bb
> index 336f5cb..0077223 100644
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> makefile_1.0.bb
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefil
> +++ e_1.0.bb
> @@ -36,7 +36,7 @@ SRC_URI = "\
>      file://Makefile_cryptodev \
>  "
> 
> -PR = "r34"
> +PR = "r35"
> 
>  MAKEFILES_COMMON = "linux \
>                      matrix-gui \
> @@ -98,10 +98,10 @@ PLATFORM_ARCH_omapl138 = "armv5te"
>  KERNEL_BUILD_CMDS =
> "${@base_conditional('KERNEL_IMAGETYPE','uImage','LOADADDR=${UBOO
> T_LOADADDRESS} uImage','zImage',d)}"
> 
>  KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb
> am335x-bone.dtb am335x-boneblack.dtb"
> -KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
> +KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb
> am437x-sk-evm.dtb"
>  KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-
> boneblack.dtb"
>  KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
> -KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb"
> +KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb dra72-evm.dtb am57xx-
> beagle-x15.dtb"
> 
>  # This step will stitch together the final Makefile based on the supported  #
> make targets.
> --
> 2.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-08 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 19:54 [PATCH] ti-tisdk-makefile: add additional DTBs for am437 SK, J6Eco and am57x Denys Dmytriyenko
2014-09-08 21:40 ` Cooper Jr., Franklin

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.