From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id CEC8EE0085D; Thu, 12 Mar 2015 17:01:01 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 53966E00812 for ; Thu, 12 Mar 2015 17:00:59 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id B4AE3F811DC; Thu, 12 Mar 2015 18:00:58 -0600 (MDT) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 04D2DF811DA; Thu, 12 Mar 2015 18:00:58 -0600 (MDT) Message-ID: <550228CC.5010904@mlbassoc.com> Date: Thu, 12 Mar 2015 18:01:16 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: p_j_r_m , "yocto@yoctoproject.org" References: <5501FFB7.2010201@mlbassoc.com> <1012444838.6297307.1426202516188.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <1012444838.6297307.1426202516188.JavaMail.yahoo@mail.yahoo.com> Subject: Re: File in append recipe not installed 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, 13 Mar 2015 00:01:01 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit On 2015-03-12 17:21, p_j_r_m wrote: > I've tested it, but the problem is the same. > My bbappend recipe is not even called ,so it does not matter what i put in it. Why is not called? Please don't top-post :-( How do you know that your bbappend isn't being used/called? If you name it incorrectly, e.g. base-files_3.0.99.bbappend, you should get an error telling you that there is no base-files_3.0.99.bb which matches. Hence if it's named base-files_3.0.14.bbappend and you get no error, it *is* being used. Please show exactly what is now in your layer (as below). It's really easy to make a mistake with a '_' instead of '-'. > > > El Jueves 12 de marzo de 2015 22:06, Gary Thomas escribió: > > > On 2015-03-12 14:58, p_j_r_m wrote: > >> Hello >> >> I'd like to add an append recipe for base-files in order to install a custom fstab. >> >> In my system I already have this base-files recipes: >> >> layers/openembedded-core-1.4/meta/recipes-core/base-files/base-files_3.0.14.bb >> layers/meta-montavista-1.4/recipes-core/base-files/base-files_3.0.14.bbappend >> >> So I in my layer I have: >> >> layers/meta-mylayer/recipes/base-files >> ├── base-files_3.0.14.bbappend >> └── files >> └── fstab >> >> and I add this base-files_3.0.14.bbappend content: >> >> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" >> >> SRC_URI_append = "file://fstab" >> >> do_install_append() { >> echo "======= ${PN}-${PV} INSTALLING fstab ========" >> install -m 644 ${WORKDIR}/fstab ${D}${sysconfdir} >> } >> >> but no matter how I put FILESEXTRAPATHS_prepend or how I name my bbappend when I build the recipe with bitbake base-files it never gets called and my fstab file is not installed. >> If the original recipe is base-files_3.0.14.bb, why append is base-files_3.0.14.bbappend instead of base-files_3.bbappend only? How should i name and put FILESEXTRAPATHS > > > Instead of putting your fstab in 'files', put it in a directory > called 'base-files-3.0.14' which is where your FILESEXTRAPATHS > is looking. > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > > -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------