From mboxrd@z Thu Jan 1 00:00:00 1970 From: Babarovic Ivica Date: Fri, 19 Oct 2007 08:39:09 +0200 Subject: [Buildroot] svn At revision 20289 breakage In-Reply-To: <0c5901c811c6$8aecca30$01c4af0a@Glamdring> References: <4717A47F.4000908@asist.si> <4717C93A.3080401@promwad.com> <0c3501c811c4$63522850$01c4af0a@Glamdring> <4717D0BA.1050300@promwad.com> <0c5901c811c6$8aecca30$01c4af0a@Glamdring> Message-ID: <4718510D.5030602@asist.si> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Ulf Samuelsson wrote: >>> >>> Key question: >>> >>> What does >>> >>> $ cp a >>> >>> do? >>> >>> Best Regards >>> Ulf Samuelsson >>> >> >> target/linux/Makefile.in : line 148 >> >> $(LINUX26_DIR)/.configured: $(LINUX26_DIR)/.patched $(LINUX26_KCONFIG) >> cp -dpf $(LINUX26_KCONFIG) $(LINUX26_DIR)/.config >> $(SED) '/CONFIG_AEABI=y/d' $(LINUX26_DIR)/.config >> >> >> and LINUX26_KCONFIG is "" because BR2_PACKAGE_LINUX_KCONFIG="" >> >> > > Gotcha! > > Why not try the "Advanced Linux configuration" recently added > This should allow you to do "make xconfig" to create the needed file. > Wait! so we should now include our kernel .config files in buildroot build process? If so Why? BR, I.