From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Tue, 24 Sep 2013 07:47:04 +0200 Subject: [Buildroot] [PATCHv2 1/4] core: introduce the BR2_EXTERNAL variable In-Reply-To: References: <1379185433-8770-1-git-send-email-thomas.petazzoni@free-electrons.com> <1379185433-8770-2-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <20130924074704.12a4ef4c@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Ryan Barnett, It's a problem I had already fixed in earlier versions, where I was passing the proper BR2_EXTERNAL value, but Arnout disagreed in that external packages should not be listed in the manual (which is certainly correct), so I removed the variable. But indeed, there needs to be a value, or the Kconfig logic is broken. The solution (below) from Samuel is correct. On Mon, 23 Sep 2013 17:30:02 -0500, Ryan Barnett wrote: > Could you send this in an email? I can't get to any pastebin type > website from behind my work's firewall. commit f160920f50898ee7fd8d96a4613af2e7a893db13 Author: Samuel Martin Date: Tue Sep 24 00:07:09 2013 +0200 manual: fix BR2_EXTERNAL support when building the manual Signed-off-by: Samuel Martin diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index 157d13c..8cd732a 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -1,6 +1,7 @@ manual-update-lists: manual-check-dependencies-lists $(Q)$(call MESSAGE,"Updating the manual lists...") $(Q)BR2_DEFCONFIG="" TOPDIR=$(TOPDIR) O=$(O)/docs/manual/.build \ + BR2_EXTERNAL=$(TOPDIR)/support/dummy-external \ $(TOPDIR)/support/scripts/gen-manual-lists.py manual-check-dependencies: -- Thomas Petazzoni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com