summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/classes
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@amd.com>2022-12-19 14:10:56 +0000
committerMark Hatle <mark.hatle@amd.com>2022-12-20 09:17:26 -0600
commit1660ad19ac463588879d50712c3e9c9f956e796e (patch)
treefd8f9d1abee69f1ba2ff903191d168db59fc7087 /meta-xilinx-core/classes
parent587da65b312bd4e8072b7c84e0c5bd5eed95eb6c (diff)
downloadmeta-xilinx-1660ad19ac463588879d50712c3e9c9f956e796e.tar.gz
Remove unused autologin variable
Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/classes')
-rw-r--r--meta-xilinx-core/classes/xilinx-testimage.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-xilinx-core/classes/xilinx-testimage.bbclass b/meta-xilinx-core/classes/xilinx-testimage.bbclass
index 99519637..74020da1 100644
--- a/meta-xilinx-core/classes/xilinx-testimage.bbclass
+++ b/meta-xilinx-core/classes/xilinx-testimage.bbclass
@@ -7,5 +7,4 @@ python do_testimage:prepend () {
7 supported_fstypes.append('wic.qemu-sd') 7 supported_fstypes.append('wic.qemu-sd')
8} 8}
9 9
10IMAGE_AUTOLOGIN = "0"
11IMAGE_FSTYPES = "wic.qemu-sd" 10IMAGE_FSTYPES = "wic.qemu-sd"