Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "\"Gábor, Wacha\"" <wacha@mit.bme.hu>
To: buildroot@busybox.net
Subject: [Buildroot] Build kernel with devicetree support
Date: Wed, 05 Jun 2013 10:00:16 +0200	[thread overview]
Message-ID: <51AEF010.4030307@mit.bme.hu> (raw)
In-Reply-To: <20130605092543.62a08c4e@skate>

Dear Thomas,

The patch solved my problem, thank you.
Regards,
Gabor

2013-06-05 09:25 keltez?ssel, Thomas Petazzoni ?rta:
> diff --git a/linux/linux.mk b/linux/linux.mk
> index 11b32c3..177446d 100644
> --- a/linux/linux.mk
> +++ b/linux/linux.mk
> @@ -55,7 +55,7 @@ LINUX_VERSION_PROBED = $(shell $(MAKE) $(LINUX_MAKE_FLAGS) -C $(LINUX_DIR) --no-
>   ifeq ($(BR2_LINUX_KERNEL_USE_INTREE_DTS),y)
>   KERNEL_DTS_NAME = $(call qstrip,$(BR2_LINUX_KERNEL_INTREE_DTS_NAME))
>   else ifeq ($(BR2_LINUX_KERNEL_USE_CUSTOM_DTS),y)
> -KERNEL_DTS_NAME = $(basename $(notdir $(BR2_LINUX_KERNEL_CUSTOM_DTS_PATH)))
> +KERNEL_DTS_NAME = $(basename $(notdir $(call qstrip,$(BR2_LINUX_KERNEL_CUSTOM_DTS_PATH))))
>   endif
>   
>   ifeq ($(BR2_LINUX_KERNEL_DTS_SUPPORT)$(KERNEL_DTS_NAME),y)

      reply	other threads:[~2013-06-05  8:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04  8:18 [Buildroot] Build kernel with devicetree support wacha at mit.bme.hu
2013-06-04 15:22 ` Spenser Gilliland
2013-06-05  7:14   ` wacha at mit.bme.hu
2013-06-05  7:25 ` Thomas Petazzoni
2013-06-05  8:00   ` "Gábor, Wacha" [this message]

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=51AEF010.4030307@mit.bme.hu \
    --to=wacha@mit.bme.hu \
    --cc=buildroot@busybox.net \
    /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