Applied Op 22 aug. 2012, om 05:02 heeft Khem Raj <raj.k...@gmail.com> het volgende geschreven:
> MACHINE_KERNEL_PR's use it not consistent across all > machines. Angstrom supports all kind of machines and > sometimes we would like to have multiple machines > in which some may use it and some may not. > > Signed-off-by: Khem Raj <raj.k...@gmail.com> > --- > conf/distro/include/angstrom.inc | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/conf/distro/include/angstrom.inc > b/conf/distro/include/angstrom.inc > index c1f1cad..f0ab044 100644 > --- a/conf/distro/include/angstrom.inc > +++ b/conf/distro/include/angstrom.inc > @@ -113,6 +113,16 @@ INHERIT += "sstate" > ANGSTROM_PKG_FORMAT ?= "ipk" > require conf/distro/include/angstrom-package-${ANGSTROM_PKG_FORMAT}.inc > > +# MACHINE_KERNEL_PR if not defined can cause parsing failures > +# since MACHINE_KERNEL_PR is used in PR assignments in some recipes > +# (meta-ti comes to mind) which means when creating FILESPATH > +# it will try to evaluate it and if its undefined then python > +# will except > +# > +# so for machines which do not define it lets define it to be empty > + > +MACHINE_KERNEL_PR ??= "" > + > # We don't want to keep OABI compat > ARM_KEEP_OABI = "0" > # Do keep OABI compat for om-gta01 to keep the gllin binary working > -- > 1.7.9.5 > > > _______________________________________________ > Angstrom-distro-devel mailing list > Angstrom-distro-devel@linuxtogo.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel