[oe] [PATCH v2] base-files-3.0.14 configuration files
Peter Gsellmann
pgsellmann at portner-elektronik.at
Mon Mar 21 18:19:11 UTC 2011
Am Montag, 21. März 2011, 17:39:06 schrieb Phil Blundell:
> On Mon, 2011-03-21 at 13:53 +0100, Peter Gsellmann wrote:
> > Mark some files in ${sysconfdir} as configuration files so they are not blindly overwritten when upgrading
> > Adjust conffiles variable to be usable as default in CONFFILES
> > Images nylon,slugo inherit and amend default set of conffiles
> > Image micro has very few configuration files
>
> Note that these are DISTROs, not images. Also, it's "slugos".
>
> > +CONFFILES_${PN}_nylon = "${sysconfdir}/resolv.conf" + ${conffiles}
>
> Does that actually work? I'm not convinced that this notation will do
> what you seem to be expecting.
:-( no, sorry. I am always confused about where bash-syntax or python-syntax counts.
This statement seems to works but dont know if its the canonical syntax:
CONFFILES_${PN}_nylon = "${sysconfdir}/resolv.conf ${conffiles}"
If ok, i will resend patch v3 tomorrow.
Peter
More information about the Openembedded-devel
mailing list