u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: Sumit Garg <sumit.garg@linaro.org>
To: u-boot@lists.denx.de, u-boot-amlogic@groups.io,
	u-boot-custodians@lists.denx.de
Cc: trini@konsulko.com, sjg@chromium.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor@kernel.org,
	neil.armstrong@linaro.org, caleb.connolly@linaro.org,
	ff@shokubai.tech, daniel.thompson@linaro.org,
	dgilmore@fedoraproject.org, pbrobinson@gmail.com,
	ilias.apalodimas@linaro.org, maxim.uvarov@linaro.org,
	b.galvani@gmail.com, xypron.glpk@gmx.de, michal.simek@amd.com,
	seanga2@gmail.com, rasmus.villemoes@prevas.dk, peng.fan@nxp.com,
	jh80.chung@samsung.com, rfried.dev@gmail.com, marex@denx.de,
	Sumit Garg <sumit.garg@linaro.org>
Subject: [PATCH 1/8] Azure CI: Exclude devicetree-rebasing subtree for CONFIG checks
Date: Thu, 14 Dec 2023 19:20:56 +0530	[thread overview]
Message-ID: <20231214135103.1606605-2-sumit.garg@linaro.org> (raw)
In-Reply-To: <20231214135103.1606605-1-sumit.garg@linaro.org>

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
---
 .azure-pipelines.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index d6f3fa423c6..f100c4493e6 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -65,7 +65,8 @@ stages:
       # have no matches.
       - script: git grep -E '^#[[:blank:]]*(define|undef)[[:blank:]]*CONFIG_'
                   :^doc/ :^arch/arm/dts/ :^scripts/kconfig/lkc.h
-                  :^include/linux/kconfig.h :^tools/ && exit 1 || exit 0
+                  :^include/linux/kconfig.h :^tools/ :^devicetree-rebasing/ &&
+                  exit 1 || exit 0
 
   - job: docs
     displayName: 'Build documentation'
-- 
2.34.1



  reply	other threads:[~2023-12-14 14:41 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-14 13:50 [PATCH 0/8] An effort to bring DT bindings compliance within U-boot Sumit Garg
2023-12-14 13:50 ` Sumit Garg [this message]
2023-12-14 14:27   ` [PATCH 1/8] Azure CI: Exclude devicetree-rebasing subtree for CONFIG checks Tom Rini
2023-12-14 14:46     ` Sumit Garg
2023-12-20  4:47       ` Simon Glass
2023-12-20 11:26         ` Sumit Garg
2023-12-14 13:50 ` [PATCH 2/8] Makefile: Add support for DT bindings schema checks Sumit Garg
2023-12-20  4:47   ` Simon Glass
2023-12-20 11:27     ` Sumit Garg
2023-12-14 13:50 ` [PATCH 3/8] scripts/Makefile.lib: Statically define *-u-boot.dtsi files location Sumit Garg
2023-12-20  4:47   ` Simon Glass
2023-12-20 11:30     ` Sumit Garg
2023-12-20 13:29       ` Tom Rini
2023-12-20 13:41         ` Sumit Garg
2023-12-14 13:50 ` [PATCH 4/8] dts: Add alternative location for upstream DTB builds Sumit Garg
2023-12-20  4:47   ` Simon Glass
2023-12-20 12:01     ` Sumit Garg
2023-12-26  9:46       ` Simon Glass
2023-12-26 10:20         ` Sumit Garg
2023-12-28 13:37           ` Simon Glass
2023-12-14 13:51 ` [PATCH 5/8] doc: devicetree: Updates for devicetree-rebasing subtree Sumit Garg
2023-12-20  4:47   ` Simon Glass
2023-12-14 13:51 ` [PATCH 6/8] MAINTAINERS: Add myself as devicetree-rebasing maintainer Sumit Garg
2023-12-20  4:47   ` Simon Glass
2023-12-14 13:51 ` [PATCH 7/8] dts: meson-gxbb: Switch to using upstream DT Sumit Garg
2023-12-20 10:53   ` neil.armstrong
2023-12-20 12:40     ` Sumit Garg
2023-12-14 13:51 ` [PATCH 8/8] dts: meson-gxbb: Drop redundant devicetree files Sumit Garg
2023-12-14 14:53 ` [PATCH 0/8] An effort to bring DT bindings compliance within U-boot neil.armstrong
2023-12-14 18:23   ` Tom Rini
2023-12-14 19:48     ` Rob Herring
2023-12-14 20:15       ` Tom Rini
2023-12-15  6:06         ` Sumit Garg
2023-12-15  7:54         ` neil.armstrong
2023-12-15  7:50       ` Krzysztof Kozlowski
2023-12-15 13:37         ` Tom Rini
2023-12-15 14:45           ` Conor Dooley
2023-12-15 19:19             ` Tom Rini
2023-12-18  6:46               ` Sumit Garg
2023-12-15  6:01     ` Sumit Garg
2023-12-20 10:44 ` Michal Simek
2023-12-20 12:38   ` Sumit Garg
     [not found] ` <20231221150303.GI2513409@bill-the-cat>
     [not found]   ` <CAFLszThCytoBrNEp8BqaNqe9FnzhAznC9dMHHP4g=FcZQH3zng@mail.gmail.com>
     [not found]     ` <CAFA6WYOd858K3oMxYn3XqS=UhwjMggj3ugfHgk1Ux19DCxRjVg@mail.gmail.com>
2023-12-26  9:46       ` Simon Glass
2023-12-26 10:06         ` Sumit Garg
2023-12-27  4:41           ` Tony Dinh
2023-12-27  4:49             ` Sumit Garg
2023-12-27  7:56           ` Simon Glass
2023-12-27 13:37             ` Tom Rini
2023-12-28 13:37               ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231214135103.1606605-2-sumit.garg@linaro.org \
    --to=sumit.garg@linaro.org \
    --cc=b.galvani@gmail.com \
    --cc=caleb.connolly@linaro.org \
    --cc=conor@kernel.org \
    --cc=daniel.thompson@linaro.org \
    --cc=dgilmore@fedoraproject.org \
    --cc=ff@shokubai.tech \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=marex@denx.de \
    --cc=maxim.uvarov@linaro.org \
    --cc=michal.simek@amd.com \
    --cc=neil.armstrong@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=rfried.dev@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot-custodians@lists.denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).