All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] minor fixes for archiver and selftest
@ 2016-03-30  7:30 Robert Yang
  2016-03-30  7:30 ` [PATCH 1/2] archiver.bbclass: addtask do_deploy_archives_setscene Robert Yang
  2016-03-30  7:30 ` [PATCH 2/2] selftest/buildoptions.py: use INHERIT += Robert Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2016-03-30  7:30 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit b3f80743cd1b9a15a8ee4d20c2a54c2f6cbcd13c:

  gcc: Backport fixes for musl ssp configuration (2016-03-29 23:19:45 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib 07b3a5e5f8d42008b72679b702962e4eb6de441a
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=07b3a5e5f8d42008b72679b702962e4eb6de441a

Robert Yang (2):
  archiver.bbclass: addtask do_deploy_archives_setscene
  selftest/buildoptions.py: use INHERIT +=

 meta/classes/archiver.bbclass          | 1 +
 meta/lib/oeqa/selftest/buildoptions.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.7.4



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

* [PATCH 1/2] archiver.bbclass: addtask do_deploy_archives_setscene
  2016-03-30  7:30 [PATCH 0/2] minor fixes for archiver and selftest Robert Yang
@ 2016-03-30  7:30 ` Robert Yang
  2016-03-30  7:30 ` [PATCH 2/2] selftest/buildoptions.py: use INHERIT += Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2016-03-30  7:30 UTC (permalink / raw)
  To: openembedded-core

There was a do_deploy_archives_setscene, but no addtask.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/classes/archiver.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
index 42982ab..15d2d04 100644
--- a/meta/classes/archiver.bbclass
+++ b/meta/classes/archiver.bbclass
@@ -364,6 +364,7 @@ python do_deploy_archives_setscene () {
 }
 do_deploy_archives[sstate-inputdirs] = "${ARCHIVER_TOPDIR}"
 do_deploy_archives[sstate-outputdirs] = "${DEPLOY_DIR_SRC}"
+addtask do_deploy_archives_setscene
 
 addtask do_ar_original after do_unpack
 addtask do_unpack_and_patch after do_patch
-- 
2.7.4



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

* [PATCH 2/2] selftest/buildoptions.py: use INHERIT +=
  2016-03-30  7:30 [PATCH 0/2] minor fixes for archiver and selftest Robert Yang
  2016-03-30  7:30 ` [PATCH 1/2] archiver.bbclass: addtask do_deploy_archives_setscene Robert Yang
@ 2016-03-30  7:30 ` Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2016-03-30  7:30 UTC (permalink / raw)
  To: openembedded-core

* INHERIT = -> INHERIT +=

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/lib/oeqa/selftest/buildoptions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py
index 2fc77e1..e9a5aad 100644
--- a/meta/lib/oeqa/selftest/buildoptions.py
+++ b/meta/lib/oeqa/selftest/buildoptions.py
@@ -276,7 +276,7 @@ class ArchiverTest(oeSelfTest):
         Test for archiving the work directory and exporting the source files.
         """
         self.add_command_to_tearDown('cleanup-workdir')
-        self.write_config("INHERIT = \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"")
+        self.write_config("INHERIT += \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"")
         res = bitbake("xcursor-transparent-theme", ignore_status=True)
         self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output)
         pkgs_path = g.glob(str(self.builddir) + "/tmp/deploy/sources/allarch*/xcurs*")
-- 
2.7.4



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

end of thread, other threads:[~2016-03-30  7:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-30  7:30 [PATCH 0/2] minor fixes for archiver and selftest Robert Yang
2016-03-30  7:30 ` [PATCH 1/2] archiver.bbclass: addtask do_deploy_archives_setscene Robert Yang
2016-03-30  7:30 ` [PATCH 2/2] selftest/buildoptions.py: use INHERIT += Robert Yang

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.