Openembedded Core Discussions
 help / color / mirror / Atom feed
* Redefine variable in bbappend
@ 2013-05-17  0:08 Yevhen Kyriukha
  2013-05-17 15:50 ` Mark Hatle
  0 siblings, 1 reply; 2+ messages in thread
From: Yevhen Kyriukha @ 2013-05-17  0:08 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi!

I'm using "base-files" recipe but I don't want that /var/log be a
symlink to temp directory.
Therefore in my custom layer I created base-files bbappend file with
following content:

PRINC := "${@int(PRINC) + 1}"

dirs755_append += "${localstatedir}/log"
volatiles = "run lock tmp"

In this recipe I removed "log" from volatiles but it doesn't work.
I'm getting error:
ERROR: Fixup Perms: Unable to correct directory link, target already
exists: /var/log -> /var/volatile/log

How to properly redefine the variable in bbappend file?

Best regards,
Yevhen



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

end of thread, other threads:[~2013-05-17 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-17  0:08 Redefine variable in bbappend Yevhen Kyriukha
2013-05-17 15:50 ` Mark Hatle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox