From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from oproxy7-pub.mail.unifiedlayer.com (oproxy7-pub.mail.unifiedlayer.com [67.222.55.9]) by yocto-www.yoctoproject.org (Postfix) with SMTP id AD865E0173E for ; Tue, 22 Oct 2013 09:23:03 -0700 (PDT) Received: (qmail 26598 invoked by uid 0); 22 Oct 2013 16:23:02 -0000 Received: from unknown (HELO box891.bluehost.com) (69.195.124.91) by oproxy7.mail.unifiedlayer.com with SMTP; 22 Oct 2013 16:23:02 -0000 Received: from [24.130.51.221] (port=50591 helo=[10.0.0.10]) by box891.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1VYejV-0006vn-V0; Tue, 22 Oct 2013 10:23:02 -0600 Message-ID: <5266A665.8030303@alphalem.com> Date: Tue, 22 Oct 2013 09:23:01 -0700 From: Mike Lewis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130827 Icedove/17.0.8 MIME-Version: 1.0 To: bruce.ashfield@windriver.com References: <525FDD08.90400@windriver.com> <525FE3C9.3070003@windriver.com> <5260BDA6.4020807@windriver.com> <5261974C.7010202@windriver.com> In-Reply-To: <5261974C.7010202@windriver.com> X-Identified-User: {2749:box891.bluehost.com:alphalem:alphalem.com} {sentby:smtp auth 24.130.51.221 authed with mikelewis+alphalem.com} Cc: yocto@yoctoproject.org Subject: Re: Custom defconfig is not used X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 16:23:03 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Bruce, I'm trying to accomplish the nearly the same thing (i.e. adding config fragment) and I'm having the same issue at the do_patch step. Were you able to reproduce this on your end? Thanks, Mike On 10/18/2013 01:17 PM, Bruce Ashfield wrote: > On 13-10-18 05:17 AM, Diego Sueiro wrote: >> >> 2013/10/18 Bruce Ashfield > > >> >> I fell behind today .. i had 2300 unread email to start this >> morning :) >> Is there a way that I can get a copy of your recipes and layers ? If >> I can do a build myself, I can easily debug and fix this .. >> otherwise, we'll >> go back and forth many times debugging. >> >> Cheers, >> >> Bruce >> >> >> I'm using the environment provided by Angstrom from it's github setup >> scripts. >> If you want to exactly reproduce it you need to: >> >> git clone https://github.com/Angstrom-distribution/setup-scripts.git >> cd setup-scripts >> git checkout angstrom-v2013.06-yocto1.4 >> MACHINE=beaglebone ./oebb.sh config beaglebone >> >> Here is the setup and files for meta-mine: >> >> bblayers.conf: >> >> BBLAYERS = \" >> >> ... >> ${TOPDIR}/sources/meta-mine \ >> " >> >> meta-mine/conf/layer.conf: >> >> # We have a conf and classes directory, append to BBPATH >> BBPATH .= ":${LAYERDIR}" >> # We have a recipes directory, add to BBFILES >> BBFILES += "${LAYERDIR}/recipes*/*/*.bb >> ${LAYERDIR}/recipes*/*/*.bbappend" >> BBFILE_COLLECTIONS += "mine-layer" >> BBFILE_PATTERN_mine-layer := "^${LAYERDIR}/" >> BBFILE_PRIORITY_mine-layer = "10" >> LAYERDEPENDS_mine-layer = "angstrom-layer" >> >> meta-mine/recipes-kernel/linux/linux-mainline_3.8.bbappend: >> >> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.8:" >> inherit kernel >> require recipes-kernel/linux/linux-yocto.inc >> COMPATIBLE_MACHINE_beaglebone = "(beaglebone)" >> SRC_URI += " file://config-addons.cfg " >> >> meta-mine/recipes-kernel/linux/linux-mainline-3.8/config-addons.cfg: >> >> CONFIG_WATCHDOG_NOWAYOUT=y >> CONFIG_NTFS_FS=y >> CONFIG_NTFS_RW=y >> >> >> >> But I think that instead of using the whole Angstrom you can just use >> poky and meta-beagleboard/common-bsp on dylan branch. > > Great. I'll launch some test builds and see what breaks (or works) :) > > Bruce > >> >> >> Regards, >> >> -- >> *dS >> Diego Sueiro >> >> /*long live rock 'n roll*/ > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto