[oe-commits] [openembedded-core] branch master-next updated: linux-yocto: Add qemuarm64 entropy quickfix/hack

git at git.openembedded.org git at git.openembedded.org
Fri Sep 21 15:37:16 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 0c85f55  linux-yocto: Add qemuarm64 entropy quickfix/hack
0c85f55 is described below

commit 0c85f5542d7924c74f8846f95004589cf8c45e1e
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Sep 21 08:35:42 2018 -0700

    linux-yocto: Add qemuarm64 entropy quickfix/hack
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/runtime_test.py        | 2 ++
 meta/recipes-kernel/linux/linux-yocto/qemuarm64.cfg | 3 +++
 meta/recipes-kernel/linux/linux-yocto_4.18.bb       | 1 +
 3 files changed, 6 insertions(+)

diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py
index 906e460..795c2ee 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -161,6 +161,8 @@ class TestImage(OESelftestTestCase):
         features += 'GPG_PATH = "%s"\n' % self.gpg_home
         self.write_config(features)
 
+        self.assertTrue(False)
+
         # Build core-image-sato and testimage
         bitbake('core-image-full-cmdline socat')
         bitbake('-c testimage core-image-full-cmdline')
diff --git a/meta/recipes-kernel/linux/linux-yocto/qemuarm64.cfg b/meta/recipes-kernel/linux/linux-yocto/qemuarm64.cfg
new file mode 100644
index 0000000..26880b5
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-yocto/qemuarm64.cfg
@@ -0,0 +1,3 @@
+CONFIG_CRYPTO_DEV_VIRTIO=y
+CONFIG_PCI=y
+CONFIG_PCI_HOST_GENERIC=y
\ No newline at end of file
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.18.bb b/meta/recipes-kernel/linux/linux-yocto_4.18.bb
index d6e3768..c0bea0c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.18.bb
@@ -23,6 +23,7 @@ SRCREV_meta ?= "73417203913023f9438ea196377a363233857172"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}"
+SRC_URI_append_qemuarm64 = " file://qemuarm64.cfg"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 LINUX_VERSION ?= "4.18.5"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list