All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] meta: save relative paths to qemuboot.conf and testdata.json
@ 2017-04-19 19:49 brian avery
  2017-04-19 19:49 ` [PATCH 1/3] meta: add search, replace strings to export2json brian avery
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: brian avery @ 2017-04-19 19:49 UTC (permalink / raw)
  To: openembedded-core

This patch set changes the behaviour to save relative paths instead of absolute paths into the qemuboot.conf and the testdata.json files.
A sed test verified that this seems to work without complication. If certain variables, need to be excluded from this relative path fix, that can be
done with subsequent patches.

This is to fix YOCTO #11375 https://bugzilla.yoctoproject.org/show_bug.cgi?id=11375

-brian

The following changes since commit 1423508b29fc557d8a1305f39c33de33e28d9003:

  bitbake: bitbake: Update version to 1.34.0 for stable release (2017-04-19 10:42:12 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/poky/relpath_11375
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/poky/relpath_11375

brian avery (3):
  meta: add search,replace strings to export2json
  rootfs-postcommands.bbclass: save relative paths
  qemuboot.bbclass: save relative paths in conf file

 meta/classes/qemuboot.bbclass            | 7 +++++++
 meta/classes/rootfs-postcommands.bbclass | 8 +++++---
 meta/lib/oe/data.py                      | 6 ++++--
 3 files changed, 16 insertions(+), 5 deletions(-)

--
1.9.1


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

end of thread, other threads:[~2017-04-19 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19 19:49 [PATCH 0/3] meta: save relative paths to qemuboot.conf and testdata.json brian avery
2017-04-19 19:49 ` [PATCH 1/3] meta: add search, replace strings to export2json brian avery
2017-04-19 19:49 ` [PATCH 2/3] rootfs-postcommands.bbclass: save relative paths brian avery
2017-04-19 19:49 ` [PATCH 3/3] qemuboot.bbclass: save relative paths in conf file brian avery

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.