diff mbox series

[1/1] configs/ts7680: bump Linux version to 4.9.311

Message ID 20220714220805.29298-1-kris@embeddedTS.com
State Accepted
Headers show
Series [1/1] configs/ts7680: bump Linux version to 4.9.311 | expand

Commit Message

Kris Bahnsen July 14, 2022, 10:08 p.m. UTC
Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
---

I'm also happy to add myself or be added to DEVELOPERS for this and other
embeddedTS devices. I'm just unsure of procedure for doing so.

 configs/ts7680_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN July 17, 2022, 7:30 a.m. UTC | #1
Kris, All,

On 2022-07-14 15:08 -0700, Kris Bahnsen via buildroot spake thusly:
> Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>

Applied to master, thanks.

> ---
> 
> I'm also happy to add myself or be added to DEVELOPERS for this and other
> embeddedTS devices. I'm just unsure of procedure for doing so.

Just edit the DEVELOPERS file, add your name in alphabetical order with
an 'N' field, and add the files and directories/ you would like to
monitor, still in alphabetical order, as 'F' fields. Noe that wildcards
are not supported. For configs/ts7680, that would be something like
(fields and values are separated by a TAB » ):

    N:»Kris Bahnsen <kris@embeddedTS.com>
    F:»configs/ts7680_defconfig

You can test that it works:

    $ ./utils/get-developers -f configs/ts7680_defconfig
    Julien Grossholtz <julien.grossholtz@openest.io>
    Kris Bahnsen <kris@embeddedTS.com>

Thanks!

Regards,
Yann E. MORIN.

>  configs/ts7680_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/ts7680_defconfig b/configs/ts7680_defconfig
> index e4f5c1aabd..9e058b1d78 100644
> --- a/configs/ts7680_defconfig
> +++ b/configs/ts7680_defconfig
> @@ -4,7 +4,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
>  BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/technologic/ts7680/genimage.cfg"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,embeddedTS,linux-4.9.y,d03d426e6abd95a973bc669315206295713c17e8)/linux-d03d426e6abd95a973bc669315206295713c17e8.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,embeddedTS,linux-4.9.y,v4.9.311-ts)/linux-v4.9.311-ts.tar.gz"
>  BR2_LINUX_KERNEL_DEFCONFIG="ts_imx28"
>  BR2_LINUX_KERNEL_UIMAGE=y
>  BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x40008000"
> -- 
> 2.11.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/configs/ts7680_defconfig b/configs/ts7680_defconfig
index e4f5c1aabd..9e058b1d78 100644
--- a/configs/ts7680_defconfig
+++ b/configs/ts7680_defconfig
@@ -4,7 +4,7 @@  BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/technologic/ts7680/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,embeddedTS,linux-4.9.y,d03d426e6abd95a973bc669315206295713c17e8)/linux-d03d426e6abd95a973bc669315206295713c17e8.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,embeddedTS,linux-4.9.y,v4.9.311-ts)/linux-v4.9.311-ts.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="ts_imx28"
 BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x40008000"