From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.knology.net (smtp-fo.knology.synacor.com [64.8.71.118]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3C5D2E004AB for ; Thu, 20 Sep 2012 09:08:01 -0700 (PDT) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=f4TK9ZOM c=1 sm=0 a=WUVZR0xZJcfxSaQYriipYQ==:17 a=aFP-xk0SXQ8A:10 a=UpT5HnxeXTsA:10 a=dWUxHrtDoX8A:10 a=8nJEP1OIZ-IA:10 a=4Du6mIFzAAAA:8 a=G0MQdoAnjk4A:10 a=yRlVC3M_65ZRRlhOkjsA:9 a=wPNLvfGTeEIA:10 a=WUVZR0xZJcfxSaQYriipYQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.knology.synacor.com header.from=kyle@farnsworthtech.com; sender-id=neutral Authentication-Results: smtp02.knology.synacor.com smtp.mail=kyle@farnsworthtech.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.knology.synacor.com smtp.user=kfarns@knology.net; auth=pass (LOGIN) Received-SPF: neutral (smtp02.knology.synacor.com: 24.236.110.180 is neither permitted nor denied by domain of farnsworthtech.com) Received: from [24.236.110.180] ([24.236.110.180:65185] helo=host.farnsworthtech.com) by smtp.knlogy.net (envelope-from ) (ecelerity 2.2.3.47 r(39787)) with ESMTPA id 40/0B-12827-16F3B505; Thu, 20 Sep 2012 12:08:01 -0400 Received: from [192.168.1.43] (farntech1.farnsworthtech.com [192.168.1.43]) by host.farnsworthtech.com (Postfix) with ESMTP id 91D17811BB for ; Thu, 20 Sep 2012 11:08:00 -0500 (CDT) Message-ID: <505B3F61.7080400@farnsworthtech.com> Date: Thu, 20 Sep 2012 11:08:01 -0500 From: Kyle Farnsworth Organization: Farnsworth Technology, Inc. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: yocto@yoctoproject.org References: <505B3722.2090302@farnsworthtech.com> In-Reply-To: <505B3722.2090302@farnsworthtech.com> X-Enigmail-Version: 1.4.4 Subject: Re: source added to -dbg pkg X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 16:08:02 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > I would like to NOT put the source code within the ${PN}-dbg pkg and > keep it separate from my symbol binaries in that pkg. Is there a way to > either turn off the collection of the source or allow me to put it in a > different pkg. It could be useful to have some cases but not in all. I just figured out I could move it to it's own pkg using this: PACKAGES =+ " ${PN}-src " FILES_${PN}-src = "${DEBUGFILESDIRECTORY-dbg}"