Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 10/10] barebox: migrate to the kconfig infrastructure
Date: Sat, 14 Feb 2015 17:37:13 +0100	[thread overview]
Message-ID: <20150214173713.53782bb1@free-electrons.com> (raw)
In-Reply-To: <ea421877479d951601ffcf49fd5bce2d9d4f96b5.1422972638.git.yann.morin.1998@free.fr>

Dear Yann E. MORIN,

On Tue,  3 Feb 2015 15:21:50 +0100, Yann E. MORIN wrote:

>  ifeq ($(BR2_TARGET_BAREBOX_USE_DEFCONFIG),y)
>  BAREBOX_SOURCE_CONFIG = $(@D)/arch/$(BAREBOX_ARCH)/configs/$(call qstrip,\

This $(@D) was causing problems: Barebox was being constantly rebuilt,
because '/arch/arm/configs/<foobar>_defconfig' does not exist. This is
because $(@D) does not exist at this point.

I've instead used $(BAREBOX_DIR), just like the Linux kernel uses
$(LINUX_DIR). This solved the problem.

Thanks,

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

  reply	other threads:[~2015-02-14 16:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 14:21 [Buildroot] [PATCH 0/10] kconfig infra: enhancements, and more packages migrated (branch yem/pdp/kconfig) Yann E. MORIN
2015-02-03 14:21 ` [Buildroot] [PATCH 01/10] kconfig infra: support built-in config files Yann E. MORIN
2015-02-03 14:21 ` [Buildroot] [PATCH 02/10] kconfig infra: add support for defconfig files Yann E. MORIN
2015-02-03 14:21 ` [Buildroot] [PATCH 03/10] kconfig infra: make update-config/defconfig handling symmetrical Yann E. MORIN
2015-02-03 14:21 ` [Buildroot] [PATCH 04/10] kconfig infra: remove all install stamp files Yann E. MORIN
2015-02-14 15:35   ` Thomas Petazzoni
2015-02-03 14:21 ` [Buildroot] [PATCH 05/10] kconfig infra: only provide foo-*config targets when the package is enabled Yann E. MORIN
2015-02-03 14:21 ` [Buildroot] [PATCH 06/10] linux: qstrip the path to the custom configuration file Yann E. MORIN
2015-02-03 14:21 ` [Buildroot] [PATCH 07/10] linux: migrate to the kconfig infrastructure Yann E. MORIN
2015-02-03 14:21 ` [Buildroot] [PATCH 08/10] linux: avoid unnecessary changes in defconfig for INITRAMFS_SOURCE Yann E. MORIN
2015-02-14 16:36   ` Thomas Petazzoni
2015-02-03 14:21 ` [Buildroot] [PATCH 09/10] barebox: qstrip the path to the custom configuration file Yann E. MORIN
2015-02-03 14:21 ` [Buildroot] [PATCH 10/10] barebox: migrate to the kconfig infrastructure Yann E. MORIN
2015-02-14 16:37   ` Thomas Petazzoni [this message]
2015-02-14 16:33 ` [Buildroot] [PATCH 0/10] kconfig infra: enhancements, and more packages migrated (branch yem/pdp/kconfig) Thomas Petazzoni

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=20150214173713.53782bb1@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --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