From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0B944E016DD for ; Fri, 18 Oct 2013 02:17:59 -0700 (PDT) Received: by mail-ie0-f172.google.com with SMTP id tp5so6213218ieb.17 for ; Fri, 18 Oct 2013 02:17:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=5N6D6eBXofOu5ZNviW6Xg6vq+KIbMbAzRHbeuJCdUkk=; b=HN+ttOI3JWHCY0Qv/vos4UpvkNg7TJlZYUThCJPTXOf/xW/j8KRbxZA2ATRKnNiJOC cwuFrCNxyfJfOZ6AjurvGdB5UNkcBoiEEEiDBmRH24E0eBf6CUOgkAFs8rfRk+8Hfb88 CGdp6QkUmCcRpTOfCu5v13B2I17JiBJJDXoAKQpZv6qFSqXleppsSbS8uOiscXUiUVG4 7AZH6qcUdy4vme7Y0DIDBHbjN1x4XF1SD/Py7xxvI4N80c8NFD0nDMvQX3//at1L1PKM ccwDzXt+DaD8+lygXmfz9ropSI7nWxG+SatYTGyYIJr+gghIseU252G/1V9TzTVzePA5 eGAw== X-Received: by 10.43.178.135 with SMTP id ow7mr1063571icc.43.1382087878882; Fri, 18 Oct 2013 02:17:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.26.233 with HTTP; Fri, 18 Oct 2013 02:17:38 -0700 (PDT) In-Reply-To: <5260BDA6.4020807@windriver.com> References: <525FDD08.90400@windriver.com> <525FE3C9.3070003@windriver.com> <5260BDA6.4020807@windriver.com> From: Diego Sueiro Date: Fri, 18 Oct 2013 06:17:38 -0300 Message-ID: To: Bruce Ashfield Cc: "yocto@yoctoproject.org" , Rudolf Streif 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: Fri, 18 Oct 2013 09:18:03 -0000 Content-Type: multipart/alternative; boundary=001a11c30bec11c07804e900697c --001a11c30bec11c07804e900697c Content-Type: text/plain; charset=ISO-8859-1 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. Regards, -- *dS Diego Sueiro /*long live rock 'n roll*/ --001a11c30bec11c07804e900697c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

= 2013/10/18 Bruce Ashfield <bruce.ashfield@windriver.com>=
I fell behind t= oday .. 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&#= 39;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:
cd setup-scripts
git checkout angstrom-v2013.06-yocto1.4
MA= CHINE=3Dbeaglebone ./oebb.sh config beaglebone

Here is the setup and files for meta-mine:

bblayers.conf:
BBLAYERS =3D = \"
...
${TOPDIR}/sources/meta-mine \
&qu= ot;
meta-mi= ne/conf/layer.conf:
# We have a con= f and classes directory, append to BBPATH
B= BPATH .=3D ":${LAYERDIR}"
# We ha= ve a recipes directory, add to BBFILES
BBFILES +=3D "${LAYERDIR}/recipes*/*/= *.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS +=3D "mine-layer"
BBFILE_PATTERN_mine-layer :=3D "^${LAYERDIR}/"
BBFILE_PRIORITY_mine-layer =3D "10"
LAYERDEPENDS_mine-layer =3D "angstrom-layer"
=

meta-mine/recipes-kernel/linux/linux-main= line_3.8.bbappend:
FILESEXTRAPATHS_prepend :=3D "${THISDIR}/${= PN}-3.8:"
i= nherit kernel
require recipes-kernel/linux/= linux-yocto.inc
COMPATIBLE_MACHINE_beaglebone =3D "(beagleb= one)"
SRC_URI +=3D " fi= le://config-addons.cfg=A0"

<= /div>
meta-mine/recipes-kernel/linux/linux-mainline-3.= 8/config-addons.cfg:
CONFIG_WATCHDOG_NOWAYOUT=3Dy
CONFIG_NTFS_FS=3Dy
CONFIG_NTFS= _RW=3Dy


But I think that instead of using the whole Angstrom you can just use = poky and meta-beagleboard/common-bsp on dylan branch.


Regards,
<= br>
--
*dS
Diego Sueiro

/*long live rock 'n roll*/
--001a11c30bec11c07804e900697c--