All of lore.kernel.org
 help / color / mirror / Atom feed
* Please ensure you are using layout variables in recipes
@ 2011-01-25 12:35 Joshua Lock
  2011-01-25 15:50 ` Darren Hart
  2011-01-25 17:52 ` Koen Kooi
  0 siblings, 2 replies; 6+ messages in thread
From: Joshua Lock @ 2011-01-25 12:35 UTC (permalink / raw)
  To: poky

Hi all,

When creating/editing recipes can we please ensure consistent use of
layout variables, rather than absolute paths.

For example use:

${bindir}/foo
${datadir}/bar
and
${base_sbindir}/baz

rather than:

/usr/bin/foo
/usr/share/bar
and
/sbin/baz

The layout variables are defined in bitbake.conf and we should have
pretty much everything we need there, if you feel some are missing
please submit a patch (we've recently added some for cross and nativesdk
use, for example).

Thanks,
Joshua
-- 
Joshua Lock
        Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-25 17:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 12:35 Please ensure you are using layout variables in recipes Joshua Lock
2011-01-25 15:50 ` Darren Hart
2011-01-25 16:00   ` Joshua Lock
2011-01-25 17:19     ` Saul Wold
2011-01-25 17:52 ` Koen Kooi
2011-01-25 17:59   ` Joshua Lock

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.