* what are the *required* variables for defining a new distro?
@ 2014-08-04 9:52 Robert P. J. Day
2014-08-05 12:01 ` Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2014-08-04 9:52 UTC (permalink / raw)
To: Yocto discussion list
i asked about this on OE list but since this affects the yocto dev
manual, i thought i'd ask here as well as i can fold the result into
another doc patch.
section 5.10 of dev manual:
http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#creating-your-own-distribution
claims:
Your [new distro] configuration file needs to set the following
required variables:
DISTRO_NAME
DISTRO_VERSION
i don't think that's true -- i don't think it's *required* for a
distro conf file to set DISTRO_NAME. can someone verify what variables
are mandatory for a new distro configuration file?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: what are the *required* variables for defining a new distro?
2014-08-04 9:52 what are the *required* variables for defining a new distro? Robert P. J. Day
@ 2014-08-05 12:01 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2014-08-05 12:01 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: yocto
Hi Robert,
On Monday 04 August 2014 05:52:11 Robert P. J. Day wrote:
> i asked about this on OE list but since this affects the yocto dev
> manual, i thought i'd ask here as well as i can fold the result into
> another doc patch.
>
> section 5.10 of dev manual:
>
> http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#creating-> your-own-distribution
>
> claims:
>
> Your [new distro] configuration file needs to set the following
> required variables:
>
> DISTRO_NAME
> DISTRO_VERSION
>
> i don't think that's true -- i don't think it's *required* for a
> distro conf file to set DISTRO_NAME. can someone verify what variables
> are mandatory for a new distro configuration file?
The bottom line is, if you mean "which variables must I set in my distro config
or my build will blow up?" - there aren't any; we already have reasonable
defaults for all of the critical stuff, so the distro config mostly only needs
to change the things you want to be different. DISTRO_NAME and DISTRO_VERSION
are the minimum of variables that you'd *want* to set, though.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-05 12:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 9:52 what are the *required* variables for defining a new distro? Robert P. J. Day
2014-08-05 12:01 ` Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.