Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs: Remove udoo_quad_defconfig
@ 2016-11-03 18:40 Fabio Estevam
  2016-11-03 18:40 ` [Buildroot] [PATCH 2/2] DEVELOPERS: Add an entry for mx6udoo_defconfig Fabio Estevam
  2016-11-03 21:16 ` [Buildroot] [PATCH 1/2] configs: Remove udoo_quad_defconfig Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-11-03 18:40 UTC (permalink / raw)
  To: buildroot

configs/mx6udoo_defconfig supports the quad and dual-lite variants,
so there is no need to keep udoo_quad_defconfig anymore.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/udoo_quad_defconfig | 29 -----------------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 configs/udoo_quad_defconfig

diff --git a/configs/udoo_quad_defconfig b/configs/udoo_quad_defconfig
deleted file mode 100644
index 5344446..0000000
--- a/configs/udoo_quad_defconfig
+++ /dev/null
@@ -1,29 +0,0 @@
-# Architceture
-BR2_arm=y
-BR2_cortex_a9=y
-BR2_ARM_ENABLE_VFP=y
-
-# Linux headers same as kernel, a 3.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
-
-# System
-BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/UDOOboard/Kernel_Unico"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="8a6eb060a0d968048f88d5a94510fc6db2c37939"
-BR2_LINUX_KERNEL_PATCH="https://github.com/torvalds/linux/commit/455bd4c430b0c0a361f38e8658a0d6cb469942b5.patch https://github.com/torvalds/linux/commit/418df63adac56841ef6b0f1fcf435bc64d4ed177.patch"
-BR2_LINUX_KERNEL_DEFCONFIG="UDOO"
-BR2_LINUX_KERNEL_UIMAGE=y
-BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
-BR2_LINUX_KERNEL_INSTALL_TARGET=y
-
-# Bootloader
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="udoo_quad"
-BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/UDOOboard/U-Boot_Unico-2013"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="1b90fd4bafb1efe05f88eaded731d99a1428f497"
-BR2_TARGET_UBOOT_FORMAT_IMX=y
-- 
2.7.4

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

* [Buildroot] [PATCH 2/2] DEVELOPERS: Add an entry for mx6udoo_defconfig
  2016-11-03 18:40 [Buildroot] [PATCH 1/2] configs: Remove udoo_quad_defconfig Fabio Estevam
@ 2016-11-03 18:40 ` Fabio Estevam
  2016-11-03 21:16 ` [Buildroot] [PATCH 1/2] configs: Remove udoo_quad_defconfig Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-11-03 18:40 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 1c3d6d7..6ce72ad 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -462,6 +462,7 @@ F:	board/warp7/
 F:	configs/freescale_imx*
 F:	configs/imx6ulpico_defconfig
 F:	configs/mx6cubox_defconfig
+F:	configs/mx6udoo_defconfig
 F:	configs/warp7_defconfig
 
 N:	Fabio Porcedda <fabio.porcedda@gmail.com>
-- 
2.7.4

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

* [Buildroot] [PATCH 1/2] configs: Remove udoo_quad_defconfig
  2016-11-03 18:40 [Buildroot] [PATCH 1/2] configs: Remove udoo_quad_defconfig Fabio Estevam
  2016-11-03 18:40 ` [Buildroot] [PATCH 2/2] DEVELOPERS: Add an entry for mx6udoo_defconfig Fabio Estevam
@ 2016-11-03 21:16 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-03 21:16 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 3 Nov 2016 16:40:16 -0200, Fabio Estevam wrote:
> configs/mx6udoo_defconfig supports the quad and dual-lite variants,
> so there is no need to keep udoo_quad_defconfig anymore.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  configs/udoo_quad_defconfig | 29 -----------------------------
>  1 file changed, 29 deletions(-)
>  delete mode 100644 configs/udoo_quad_defconfig

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-11-03 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 18:40 [Buildroot] [PATCH 1/2] configs: Remove udoo_quad_defconfig Fabio Estevam
2016-11-03 18:40 ` [Buildroot] [PATCH 2/2] DEVELOPERS: Add an entry for mx6udoo_defconfig Fabio Estevam
2016-11-03 21:16 ` [Buildroot] [PATCH 1/2] configs: Remove udoo_quad_defconfig Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox