From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 5B7267232E for ; Fri, 5 Dec 2014 08:14:52 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id sB58EqSg009860 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Fri, 5 Dec 2014 00:14:52 -0800 (PST) Received: from [128.224.162.226] (128.224.162.226) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 5 Dec 2014 00:14:51 -0800 Message-ID: <54816995.7010203@windriver.com> Date: Fri, 5 Dec 2014 16:15:17 +0800 From: ChenQi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: "Burton, Ross" References: In-Reply-To: X-Originating-IP: [128.224.162.226] Cc: OE-core Subject: Re: [PATCH 1/2] packaging: allow globs in CONFFILES X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 08:14:54 -0000 Content-Type: multipart/alternative; boundary="------------080001060702010203060608" --------------080001060702010203060608 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 12/04/2014 04:48 AM, Burton, Ross wrote: > > On 1 December 2014 at 06:01, Chen Qi > wrote: > > Allow globs in CONFFILES and default CONFFILES to '${sysconfdir}'. > > > If I apply this patch and build core-image-sato with package_ipk: > > | *** Error: CONTROL/conffiles mentions conffile /etc/depmod.d which > does not exist > | *** Error: CONTROL/conffiles mentions conffile /etc/modprobe.d which > does not existERROR: Task 1120 > (/home/ross/Yocto/poky/meta/recipes-kernel/kmod/kmod_git.bb > , do_package_write_ipk) failed with exit code '1' > > | *** Error: CONTROL/conffiles mentions conffile /etc/udev/hwdb.d > which does not exist > ERROR: Task 558 > (/home/ross/Yocto/poky/meta/recipes-core/systemd/systemd_216.bb > , do_package_write_ipk) failed with exit code '1' > > Ross Hi Ross, Thanks for pointing these problems out. I'll send out a V2 with common code extracted and the above problem fixed. Best Regards, Chen Qi --------------080001060702010203060608 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit
On 12/04/2014 04:48 AM, Burton, Ross wrote:

On 1 December 2014 at 06:01, Chen Qi <Qi.Chen@windriver.com> wrote:
Allow globs in CONFFILES and default CONFFILES to '${sysconfdir}'.

If I apply this patch and build core-image-sato with package_ipk:

| *** Error: CONTROL/conffiles mentions conffile /etc/depmod.d which does not exist
| *** Error: CONTROL/conffiles mentions conffile /etc/modprobe.d which does not existERROR: Task 1120 (/home/ross/Yocto/poky/meta/recipes-kernel/kmod/kmod_git.bb, do_package_write_ipk) failed with exit code '1'

| *** Error: CONTROL/conffiles mentions conffile /etc/udev/hwdb.d which does not exist
ERROR: Task 558 (/home/ross/Yocto/poky/meta/recipes-core/systemd/systemd_216.bb, do_package_write_ipk) failed with exit code '1'

Ross

Hi Ross,

Thanks for pointing these problems out.
I'll send out a V2 with common code extracted and the above problem fixed.

Best Regards,
Chen Qi
--------------080001060702010203060608--