Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] Wipe ${S} before unpacking sources
@ 2016-02-23 11:36 Markus Lehtonen
  2016-02-23 11:36 ` [PATCH] base.bbclass wipe ${S} before unpacking source Markus Lehtonen
  2016-03-04 15:17 ` [PATCH] Wipe ${S} before unpacking sources Petter Mabäcker
  0 siblings, 2 replies; 8+ messages in thread
From: Markus Lehtonen @ 2016-02-23 11:36 UTC (permalink / raw)
  To: openembedded-core

It would seem reasonable that do_unpack() always results in a pristine source
tree. This patch causes ${S} to be removed before unpacking sources.

I didn't quite understand what kind of "investigation" the following code
comment in do_unpack() was referring to:
  # TODO: Investigate if we can remove
  # the entire ${S} in this case.
What kind of special cases might we have? At least qemux86 core-image-sato
builds fine for me.

[YOCTO #9064]

Markus Lehtonen (1):
  base.bbclass wipe ${S} before unpacking source

 meta/classes/base.bbclass | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

-- 
2.6.2



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

end of thread, other threads:[~2016-03-04 15:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 11:36 [PATCH] Wipe ${S} before unpacking sources Markus Lehtonen
2016-02-23 11:36 ` [PATCH] base.bbclass wipe ${S} before unpacking source Markus Lehtonen
2016-02-23 13:54   ` Burton, Ross
2016-02-23 18:01     ` Christopher Larson
2016-02-23 18:23       ` Burton, Ross
2016-02-24  9:59         ` Markus Lehtonen
2016-03-04 10:17   ` Mike Looijmans
2016-03-04 15:17 ` [PATCH] Wipe ${S} before unpacking sources Petter Mabäcker

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