Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script
@ 2020-03-20 15:35 Marcin Niestroj
  2020-03-20 15:35 ` [Buildroot] [PATCH 2/3] board/chiliboard: bump Linux to 5.4.26 Marcin Niestroj
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marcin Niestroj @ 2020-03-20 15:35 UTC (permalink / raw)
  To: buildroot

Instead use generic genimage.sh script.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 board/grinn/chiliboard/post-image.sh | 14 --------------
 configs/grinn_chiliboard_defconfig   |  3 ++-
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100755 board/grinn/chiliboard/post-image.sh

diff --git a/board/grinn/chiliboard/post-image.sh b/board/grinn/chiliboard/post-image.sh
deleted file mode 100755
index 1a076eecb8..0000000000
--- a/board/grinn/chiliboard/post-image.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env bash
-
-BOARD_DIR="$(dirname $0)"
-GENIMAGE_CFG="${BOARD_DIR}/genimage.cfg"
-GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
-
-rm -rf "${GENIMAGE_TMP}"
-
-genimage \
-    --rootpath "${TARGET_DIR}" \
-    --tmppath "${GENIMAGE_TMP}" \
-    --inputpath "${BINARIES_DIR}" \
-    --outputpath "${BINARIES_DIR}" \
-    --config "${GENIMAGE_CFG}"
diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index ab89bbf8f3..f3edf90de4 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -2,7 +2,8 @@ BR2_arm=y
 BR2_cortex_a8=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_1=y
 BR2_SYSTEM_DHCP="eth0"
-BR2_ROOTFS_POST_IMAGE_SCRIPT="board/grinn/chiliboard/post-image.sh"
+BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
+BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/grinn/chiliboard/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.1.1"
-- 
2.25.0

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

* [Buildroot] [PATCH 2/3] board/chiliboard: bump Linux to 5.4.26
  2020-03-20 15:35 [Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script Marcin Niestroj
@ 2020-03-20 15:35 ` Marcin Niestroj
  2020-03-20 15:35 ` [Buildroot] [PATCH 3/3] board/chiliboard: bump U-Boot to 2020.01 Marcin Niestroj
  2020-03-20 21:36 ` [Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Marcin Niestroj @ 2020-03-20 15:35 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 configs/grinn_chiliboard_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index f3edf90de4..92e35d01b4 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -1,12 +1,12 @@
 BR2_arm=y
 BR2_cortex_a8=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_1=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y
 BR2_SYSTEM_DHCP="eth0"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/grinn/chiliboard/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.1.1"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.26"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-chiliboard"
-- 
2.25.0

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

* [Buildroot] [PATCH 3/3] board/chiliboard: bump U-Boot to 2020.01
  2020-03-20 15:35 [Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script Marcin Niestroj
  2020-03-20 15:35 ` [Buildroot] [PATCH 2/3] board/chiliboard: bump Linux to 5.4.26 Marcin Niestroj
@ 2020-03-20 15:35 ` Marcin Niestroj
  2020-03-20 21:36 ` [Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Marcin Niestroj @ 2020-03-20 15:35 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 configs/grinn_chiliboard_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index 92e35d01b4..5b05ed44d6 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -16,7 +16,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-- 
2.25.0

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

* [Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script
  2020-03-20 15:35 [Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script Marcin Niestroj
  2020-03-20 15:35 ` [Buildroot] [PATCH 2/3] board/chiliboard: bump Linux to 5.4.26 Marcin Niestroj
  2020-03-20 15:35 ` [Buildroot] [PATCH 3/3] board/chiliboard: bump U-Boot to 2020.01 Marcin Niestroj
@ 2020-03-20 21:36 ` Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2020-03-20 21:36 UTC (permalink / raw)
  To: buildroot

Marcin, All,

On 2020-03-20 16:35 +0100, Marcin Niestroj spake thusly:
> Instead use generic genimage.sh script.
> 
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

Series applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  board/grinn/chiliboard/post-image.sh | 14 --------------
>  configs/grinn_chiliboard_defconfig   |  3 ++-
>  2 files changed, 2 insertions(+), 15 deletions(-)
>  delete mode 100755 board/grinn/chiliboard/post-image.sh
> 
> diff --git a/board/grinn/chiliboard/post-image.sh b/board/grinn/chiliboard/post-image.sh
> deleted file mode 100755
> index 1a076eecb8..0000000000
> --- a/board/grinn/chiliboard/post-image.sh
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -#!/usr/bin/env bash
> -
> -BOARD_DIR="$(dirname $0)"
> -GENIMAGE_CFG="${BOARD_DIR}/genimage.cfg"
> -GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
> -
> -rm -rf "${GENIMAGE_TMP}"
> -
> -genimage \
> -    --rootpath "${TARGET_DIR}" \
> -    --tmppath "${GENIMAGE_TMP}" \
> -    --inputpath "${BINARIES_DIR}" \
> -    --outputpath "${BINARIES_DIR}" \
> -    --config "${GENIMAGE_CFG}"
> diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
> index ab89bbf8f3..f3edf90de4 100644
> --- a/configs/grinn_chiliboard_defconfig
> +++ b/configs/grinn_chiliboard_defconfig
> @@ -2,7 +2,8 @@ BR2_arm=y
>  BR2_cortex_a8=y
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_1=y
>  BR2_SYSTEM_DHCP="eth0"
> -BR2_ROOTFS_POST_IMAGE_SCRIPT="board/grinn/chiliboard/post-image.sh"
> +BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
> +BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/grinn/chiliboard/genimage.cfg"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.1.1"
> -- 
> 2.25.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2020-03-20 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20 15:35 [Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script Marcin Niestroj
2020-03-20 15:35 ` [Buildroot] [PATCH 2/3] board/chiliboard: bump Linux to 5.4.26 Marcin Niestroj
2020-03-20 15:35 ` [Buildroot] [PATCH 3/3] board/chiliboard: bump U-Boot to 2020.01 Marcin Niestroj
2020-03-20 21:36 ` [Buildroot] [PATCH 1/3] board/chiliboard: drop custom post-image script Yann E. MORIN

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