Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable wic in eSDK
@ 2018-01-11  5:41 rebecca.swee.fun.chang
  2018-01-11  5:41 ` [PATCH 1/5] scripts/wic: use scriptpath module to find bitbake path and oe lib path rebecca.swee.fun.chang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rebecca.swee.fun.chang @ 2018-01-11  5:41 UTC (permalink / raw)
  To: openembedded-core

From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>

Hi all,

As the subject called out: this patch series enable wic in eSDK.
The details of what I have done are documented within the commit message.
Basically wic requires an OE build environment, but we are using a
different environment setup script in eSDK. Hence, I have added some
code for wic to explicitly export bitbake variables within eSDK. I
have also make wic to use the shared code in scriptpath for oe lib
and bitbake path addition to sys.path.

I have run the changes on wic oe-selftest and the tests are passing.
What's next: I think it would better to have some test cases
for wic within eSDK if this series are merged.

Thanks.

Regards,
Rebecca


The following changes since commit 205cfd702190026e64eed9cae27c05ff62d1637e:

  bitbake: fetch2/__init__: Disable pseudo in runfetchcmd() (2018-01-08 08:48:54 +0000)

are available in the git repository at:

  git://push.yoctoproject.org/poky-contrib rebeccas/wic-dev

Chang Rebecca Swee Fun (5):
  scripts/wic: use scriptpath module to find bitbake path and oe lib
    path
  scripts/wic: append bitbake executable file path in eSDK environment
  scripts/wic: fix error of import wic module in eSDK environment
  scripts/wic: explicitly set BUILDDIR within eSDK
  classes/populate_sdk_ext: support wic in eSDK

 meta/classes/populate_sdk_ext.bbclass |  2 +-
 scripts/wic                           | 23 ++++++++++++++++++-----
 2 files changed, 19 insertions(+), 6 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2018-01-11  5:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-11  5:41 [PATCH 0/5] Enable wic in eSDK rebecca.swee.fun.chang
2018-01-11  5:41 ` [PATCH 1/5] scripts/wic: use scriptpath module to find bitbake path and oe lib path rebecca.swee.fun.chang
2018-01-11  5:41 ` [PATCH 2/5] scripts/wic: append bitbake executable file path in eSDK environment rebecca.swee.fun.chang
2018-01-11  5:41 ` [PATCH 3/5] scripts/wic: fix error of import wic module " rebecca.swee.fun.chang
2018-01-11  5:41 ` [PATCH 4/5] scripts/wic: explicitly set BUILDDIR within eSDK rebecca.swee.fun.chang
2018-01-11  5:41 ` [PATCH 5/5] classes/populate_sdk_ext: support wic in eSDK rebecca.swee.fun.chang

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