Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/snps_archs38_zebu: rename zebu to haps
@ 2017-04-18 16:19 Vlad Zakharov
  2017-04-18 17:22 ` Arnout Vandecappelle
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vlad Zakharov @ 2017-04-18 16:19 UTC (permalink / raw)
  To: buildroot

As in upstream Linux zebu_hs_smp_defconfig was renamed to
haps_hs_smp_defconfig we update Linux kernel defconfig name
respectively.

Also it fixes build failure, pointed us by Arnout:
https://gitlab.com/buildroot.org/buildroot/builds/14419271

Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
---
 configs/{snps_archs38_zebu_defconfig => snps_archs38_haps_defconfig} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename configs/{snps_archs38_zebu_defconfig => snps_archs38_haps_defconfig} (91%)

diff --git a/configs/snps_archs38_zebu_defconfig b/configs/snps_archs38_haps_defconfig
similarity index 91%
rename from configs/snps_archs38_zebu_defconfig
rename to configs/snps_archs38_haps_defconfig
index 98beb2b..4f03560 100644
--- a/configs/snps_archs38_zebu_defconfig
+++ b/configs/snps_archs38_haps_defconfig
@@ -14,5 +14,5 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_10=y
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.10.9"
-BR2_LINUX_KERNEL_DEFCONFIG="zebu_hs_smp"
+BR2_LINUX_KERNEL_DEFCONFIG="haps_hs_smp"
 BR2_LINUX_KERNEL_VMLINUX=y
-- 
2.7.4

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

* [Buildroot] [PATCH] configs/snps_archs38_zebu: rename zebu to haps
  2017-04-18 16:19 [Buildroot] [PATCH] configs/snps_archs38_zebu: rename zebu to haps Vlad Zakharov
@ 2017-04-18 17:22 ` Arnout Vandecappelle
  2017-04-24 13:30 ` Vlad Zakharov
  2017-05-07 12:01 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2017-04-18 17:22 UTC (permalink / raw)
  To: buildroot



On 18-04-17 18:19, Vlad Zakharov wrote:
> As in upstream Linux zebu_hs_smp_defconfig was renamed to
> haps_hs_smp_defconfig we update Linux kernel defconfig name
> respectively.
> 
> Also it fixes build failure, pointed us by Arnout:
> https://gitlab.com/buildroot.org/buildroot/builds/14419271
> 
> Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Regards,
 Arnout

> ---
>  configs/{snps_archs38_zebu_defconfig => snps_archs38_haps_defconfig} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename configs/{snps_archs38_zebu_defconfig => snps_archs38_haps_defconfig} (91%)
> 
> diff --git a/configs/snps_archs38_zebu_defconfig b/configs/snps_archs38_haps_defconfig
> similarity index 91%
> rename from configs/snps_archs38_zebu_defconfig
> rename to configs/snps_archs38_haps_defconfig
> index 98beb2b..4f03560 100644
> --- a/configs/snps_archs38_zebu_defconfig
> +++ b/configs/snps_archs38_haps_defconfig
> @@ -14,5 +14,5 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_10=y
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.10.9"
> -BR2_LINUX_KERNEL_DEFCONFIG="zebu_hs_smp"
> +BR2_LINUX_KERNEL_DEFCONFIG="haps_hs_smp"
>  BR2_LINUX_KERNEL_VMLINUX=y
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

* [Buildroot] [PATCH] configs/snps_archs38_zebu: rename zebu to haps
  2017-04-18 16:19 [Buildroot] [PATCH] configs/snps_archs38_zebu: rename zebu to haps Vlad Zakharov
  2017-04-18 17:22 ` Arnout Vandecappelle
@ 2017-04-24 13:30 ` Vlad Zakharov
  2017-05-07 12:01 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Vlad Zakharov @ 2017-04-24 13:30 UTC (permalink / raw)
  To: buildroot

Hi Thomas, Peter,

On Tue, 2017-04-18 at 19:19 +0300, Vlad Zakharov wrote:
> As in upstream Linux zebu_hs_smp_defconfig was renamed to
> haps_hs_smp_defconfig we update Linux kernel defconfig name
> respectively.
> 
> Also it fixes build failure, pointed us by Arnout:
> https://gitlab.com/buildroot.org/buildroot/builds/14419271
> 
> Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
> ---
> ?configs/{snps_archs38_zebu_defconfig => snps_archs38_haps_defconfig} | 2 +-
> ?1 file changed, 1 insertion(+), 1 deletion(-)
> ?rename configs/{snps_archs38_zebu_defconfig => snps_archs38_haps_defconfig} (91%)
> 
> diff --git a/configs/snps_archs38_zebu_defconfig b/configs/snps_archs38_haps_defconfig
> similarity index 91%
> rename from configs/snps_archs38_zebu_defconfig
> rename to configs/snps_archs38_haps_defconfig
> index 98beb2b..4f03560 100644
> --- a/configs/snps_archs38_zebu_defconfig
> +++ b/configs/snps_archs38_haps_defconfig
> @@ -14,5 +14,5 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_10=y
> ?BR2_LINUX_KERNEL=y
> ?BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> ?BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.10.9"
> -BR2_LINUX_KERNEL_DEFCONFIG="zebu_hs_smp"
> +BR2_LINUX_KERNEL_DEFCONFIG="haps_hs_smp"
> ?BR2_LINUX_KERNEL_VMLINUX=y

Please treat this message how a polite remainder to review this patch.

Thanks.

-- 
Best regards,
Vlad Zakharov <vzakhar@synopsys.com>

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

* [Buildroot] [PATCH] configs/snps_archs38_zebu: rename zebu to haps
  2017-04-18 16:19 [Buildroot] [PATCH] configs/snps_archs38_zebu: rename zebu to haps Vlad Zakharov
  2017-04-18 17:22 ` Arnout Vandecappelle
  2017-04-24 13:30 ` Vlad Zakharov
@ 2017-05-07 12:01 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-05-07 12:01 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 18 Apr 2017 19:19:45 +0300, Vlad Zakharov wrote:
> As in upstream Linux zebu_hs_smp_defconfig was renamed to
> haps_hs_smp_defconfig we update Linux kernel defconfig name
> respectively.
> 
> Also it fixes build failure, pointed us by Arnout:
> https://gitlab.com/buildroot.org/buildroot/builds/14419271
> 
> Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
> ---
>  configs/{snps_archs38_zebu_defconfig => snps_archs38_haps_defconfig} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename configs/{snps_archs38_zebu_defconfig => snps_archs38_haps_defconfig} (91%)

Applied to master, thanks.

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

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

end of thread, other threads:[~2017-05-07 12:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18 16:19 [Buildroot] [PATCH] configs/snps_archs38_zebu: rename zebu to haps Vlad Zakharov
2017-04-18 17:22 ` Arnout Vandecappelle
2017-04-24 13:30 ` Vlad Zakharov
2017-05-07 12:01 ` Thomas Petazzoni

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