Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] wic: Fix PATH used to find commands and error if not found
@ 2014-02-19 20:53 Tom Zanussi
  2014-02-19 20:53 ` [PATCH 1/2] wic: Fix exec_native_cmd() path Tom Zanussi
  2014-02-19 20:53 ` [PATCH 2/2] wic: Make exec_native_command() fail if a command isn't found Tom Zanussi
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Zanussi @ 2014-02-19 20:53 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tom Zanussi

This fixes a problem noticed when building images in that a
non-bootable image can silently be produced if a command used to build
the image isn't found.  The first problem is that the only the first
element of the PATH was being used to look for commands, and the
second is that no error is produced even if the command isn't found.

The following changes since commit 54562006c1327c5b99daa4cc05a3ba7e38412da1:

  image_types.bbclass: Fix tar IMAGE_CMD to not change directories (2014-02-18 08:38:52 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-native-fix
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-native-fix

Tom Zanussi (2):
  wic: Fix exec_native_cmd() path
  wic: Make exec_native_command() fail if a command isn't found

 scripts/lib/mic/utils/oe/misc.py | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

-- 
1.8.3.1



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

end of thread, other threads:[~2014-02-19 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19 20:53 [PATCH 0/2] wic: Fix PATH used to find commands and error if not found Tom Zanussi
2014-02-19 20:53 ` [PATCH 1/2] wic: Fix exec_native_cmd() path Tom Zanussi
2014-02-19 20:53 ` [PATCH 2/2] wic: Make exec_native_command() fail if a command isn't found Tom Zanussi

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