From: bavery <brian.avery@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/1] testimage: add createrepo-native to testimage depends
Date: Fri, 9 Sep 2016 09:25:16 -0700 [thread overview]
Message-ID: <6a196e65f59d0d020d815d9c155eeaabaab4c40a.1473437950.git.brian.avery@intel.com> (raw)
In-Reply-To: <cover.1473437950.git.brian.avery@intel.com>
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
prev parent reply other threads:[~2016-09-09 16:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-09 16:25 [PATCH 0/1] testimage:add createrepo-native to depends bavery
2016-09-09 16:25 ` bavery [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6a196e65f59d0d020d815d9c155eeaabaab4c40a.1473437950.git.brian.avery@intel.com \
--to=brian.avery@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox