diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-07-19 00:12:21 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-19 12:18:52 +0000 |
commit | 81463792c2066e99861081b7f4528f90cbbd8bf3 (patch) | |
tree | 763f7bf802f02b6d0ebcde892bb2a84fb0be4fc1 /templates | |
parent | fa250dc63c7aa61a02eb9883872c06bca1e33f27 (diff) |
tests: templates/qemux86-64: add (empty) DTB
The JJB templates expect there to be a $DEVICE_DTB in various places, and
if not set here, will have a default value (from rpi3).
Change-Id: I3ae10a6fcf4f8f85dc49e45696a982ad85b29203
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10255
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/qemux86-64/test/hwtest.short.environment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machine/qemux86-64/test/hwtest.short.environment b/templates/machine/qemux86-64/test/hwtest.short.environment index ffbd70ef4..a207771ce 100644 --- a/templates/machine/qemux86-64/test/hwtest.short.environment +++ b/templates/machine/qemux86-64/test/hwtest.short.environment @@ -1,6 +1,7 @@ DEVICE_ARCH=x86_64 DEVICE_TYPE=qemu DEVICE_NAME=qemux86-64 +DEVICE_DTB= DEVICE_KERNEL=bzImage DEVICE_INITRAMFS=agl-demo-platform.ext4.xz DEVICE_INITRAMFS_COMPRESSION=xz |