* [PATCH 0/1] testimage:add createrepo-native to depends
@ 2016-09-09 16:25 bavery
2016-09-09 16:25 ` [PATCH 1/1] testimage: add createrepo-native to testimage depends bavery
0 siblings, 1 reply; 2+ messages in thread
From: bavery @ 2016-09-09 16:25 UTC (permalink / raw)
To: openembedded-core
This adds the createrepo-native to the depends for testimage. Without this,
if you just make the dependencies you need for testimage (for instance if you
already have the image to test) you would be missing the createrepo-native needed
by testimage.
-b
The following changes since commit 2679a347c576f5411fbe802d2f6201c94036ecb2:
maintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me (2016-09-09 12:12:59 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib bavery/fix-createrepo-native-missing
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/fix-createrepo-native-missing
bavery (1):
testimage: add createrepo-native to testimage depends
meta/classes/testimage.bbclass | 1 +
1 file changed, 1 insertion(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] testimage: add createrepo-native to testimage depends
2016-09-09 16:25 [PATCH 0/1] testimage:add createrepo-native to depends bavery
@ 2016-09-09 16:25 ` bavery
0 siblings, 0 replies; 2+ messages in thread
From: bavery @ 2016-09-09 16:25 UTC (permalink / raw)
To: openembedded-core
The smart tests need createrepo to be in the native sysroot. It needs
to be one of the depends for testimage.
Signed-off-by: bavery <brian.avery@intel.com>
---
meta/classes/testimage.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index e42c5ac..263d539 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -67,6 +67,7 @@ TESTIMAGEDEPENDS = ""
TESTIMAGEDEPENDS_qemuall = "qemu-native:do_populate_sysroot qemu-helper-native:do_populate_sysroot"
TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'cpio-native:do_populate_sysroot', '', d)}"
TESTIMAGEDEPENDS_qemuall += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'cpio-native:do_populate_sysroot', '', d)}"
+TESTIMAGEDEPENDS_qemuall += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'createrepo-native:do_populate_sysroot', '', d)}"
TESTIMAGELOCK = "${TMPDIR}/testimage.lock"
TESTIMAGELOCK_qemuall = ""
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-09 16:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 16:25 [PATCH 0/1] testimage:add createrepo-native to depends bavery
2016-09-09 16:25 ` [PATCH 1/1] testimage: add createrepo-native to testimage depends bavery
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox