DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: Re: [DistroKit] [PATCH 1/3] platforms: make DTC_OFTREE_DTS_PATH layer-aware
Date: Mon, 07 Dec 2020 08:47:30 +0100	[thread overview]
Message-ID: <3095190.bhdo6Ja2Wt@ada> (raw)
In-Reply-To: <20201206214817.15366-1-rhi@pengutronix.de>

Hello Roland,

Am Sonntag, 6. Dezember 2020, 22:48:15 CET schrieb Roland Hieber:
> This ports PTXdist commit 4f058f4c37fa9fb1465a:
>     | commit 4f058f4c37fa9fb1465a77757a35c48e5e4a9179
>     | Author: Michael Olbrich <m.olbrich@pengutronix.de>
>     | Date:   2018-07-31 16:12:58
>     | 
>     |     dtc: support layers in DTC_OFTREE_DTS_PATH by default
>     |     
>     |     PTXDIST_PLATFORMCONFIG_SUBDIR is a relative path and will be
>     |     searched in
>     |     all layers.
>     |     
>     |     Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> Link:
> https://git.pengutronix.de/cgit/ptxdist/commit/?id=4f058f4c37fa9fb1465a
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  configs/platform-mips/platformconfig | 2 +-
>  configs/platform-v7a/platformconfig  | 2 +-
>  configs/platform-v8a/platformconfig  | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/configs/platform-mips/platformconfig
> b/configs/platform-mips/platformconfig index c69fdc9feb61..258cb2a47f19
> 100644
> --- a/configs/platform-mips/platformconfig
> +++ b/configs/platform-mips/platformconfig
> @@ -108,7 +108,7 @@ PTXCONF_KERNEL_MD5="4d8b8af44c9d342624c036428da09ab6"
>  PTXCONF_KERNEL_LZOP=y
>  PTXCONF_DTC=y
>  PTXCONF_DTC_INSTALL_OFTREE=y
> -PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIGDIR}/dts:${KERNEL_DIR}
> /arch/${GENERIC_KERNEL_ARCH}/boot/dts"
> +PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIG_SUBDIR}/dts:${KERNEL
> _DIR}/arch/${GENERIC_KERNEL_ARCH}/boot/dts"
> PTXCONF_DTC_OFTREE_DTS="qca/ar9331_dpt_module.dts mti/malta.dts"
>  PTXCONF_DTC_EXTRA_ARGS=""
>  PTXCONF_HOST_DTC=y
> diff --git a/configs/platform-v7a/platformconfig
> b/configs/platform-v7a/platformconfig index 61c1a34b8575..1cc9fc8297f6
> 100644
> --- a/configs/platform-v7a/platformconfig
> +++ b/configs/platform-v7a/platformconfig
> @@ -143,7 +143,7 @@ PTXCONF_KERNEL_CONFIG="kernelconfig"
>  PTXCONF_KERNEL_EXTRA_MAKEVARS=""
>  PTXCONF_DTC=y
>  PTXCONF_DTC_INSTALL_OFTREE=y
> -PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIGDIR}/dts:${KERNEL_DIR}
> /arch/${GENERIC_KERNEL_ARCH}/boot/dts"
> +PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIG_SUBDIR}/dts:${KERNEL
> _DIR}/arch/${GENERIC_KERNEL_ARCH}/boot/dts"
> PTXCONF_DTC_OFTREE_DTS="am335x-bone.dts am335x-boneblack.dts
> vexpress-v2p-ca9.dts bcm2836-rpi-2-b.dts imx6q-sabrelite.dts
> imx6sx-udoo-neo-full.dts imx6dl-riotboard.dts imx6q-nitrogen6x.dts
> imx6qp-nitrogen6_max.dts bcm2837-rpi-3-b.dts stm32mp157c-dk2.dts
> stm32mp157c-lxa-mc1.dts at91-sama5d27_som1_ek.dts
> at91-sama5d27_giantboard.dts" PTXCONF_DTC_EXTRA_ARGS=""
>  PTXCONF_HOST_DTC=y
> diff --git a/configs/platform-v8a/platformconfig
> b/configs/platform-v8a/platformconfig index 44b672571131..ecd33aacf3fd
> 100644
> --- a/configs/platform-v8a/platformconfig
> +++ b/configs/platform-v8a/platformconfig
> @@ -141,7 +141,7 @@ PTXCONF_KERNEL_CONFIG="kernelconfig"
>  PTXCONF_KERNEL_EXTRA_MAKEVARS=""
>  PTXCONF_DTC=y
>  PTXCONF_DTC_INSTALL_OFTREE=y
> -PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIGDIR}/dts:${KERNEL_DIR}
> /arch/${GENERIC_KERNEL_ARCH}/boot/dts"
> +PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIG_SUBDIR}/dts:${KERNEL
> _DIR}/arch/${GENERIC_KERNEL_ARCH}/boot/dts"
> PTXCONF_DTC_OFTREE_DTS="armada-3720-community.dts freescale/imx8mm-evk.dts
> freescale/imx8mp-evk.dts freescale/imx8mq-evk.dts"
> PTXCONF_DTC_EXTRA_ARGS=""
>  PTXCONF_HOST_DTC=y

Reviewed-by: Alexander Dahl <ada@thorsis.com>

Greets
Alex




_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

  parent reply	other threads:[~2020-12-07  7:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 21:48 Roland Hieber
2020-12-06 21:48 ` [DistroKit] [PATCH 2/3] rpi: barebox: make BAREBOX_EXTRA_ENV_PATH layer-aware Roland Hieber
2021-02-01 17:48   ` Robert Schwebel
2020-12-06 21:48 ` [DistroKit] [PATCH 3/3] rpi: image-boot-vfat: remove unused variables Roland Hieber
2021-02-01 17:49   ` Robert Schwebel
2020-12-07  7:47 ` Alexander Dahl [this message]
2021-01-15 12:33 ` [DistroKit] [PATCH 1/3] platforms: make DTC_OFTREE_DTS_PATH layer-aware Roland Hieber
2021-01-15 12:52   ` Michael Olbrich
2021-02-01 17:46 ` Robert Schwebel

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=3095190.bhdo6Ja2Wt@ada \
    --to=ada@thorsis.com \
    --cc=distrokit@pengutronix.de \
    --cc=rhi@pengutronix.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