From patchwork Sat Feb 12 10:40:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3550 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80139C433EF for ; Sat, 12 Feb 2022 10:40:36 +0000 (UTC) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mx.groups.io with SMTP id smtpd.web11.7640.1644662435720130152 for ; Sat, 12 Feb 2022 02:40:36 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=XSuPwXQ0; spf=pass (domain: gmail.com, ip: 209.85.208.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f46.google.com with SMTP id z13so1690129edc.12 for ; Sat, 12 Feb 2022 02:40:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=XIVEgKPwkoF8rtqXsd4VAq8kuVVLcqGe6exQD822C88=; b=XSuPwXQ0AjYDk6QwDrWC6MI11xiBoFI1VNYEx88sx1NTKjRFeqw1pJhirTw7UNGHA4 LfBQZCq2ka72RRp/tIcnvQvLzExCSQfR63K/k6eOY1Ip/d380MmntMnk/5vidD1NGpBu bSHXXNUrH6zV63vsx9STefA/ZviQ/+r76t8NDLzrjVaOEUDf66vYx0hNZuIgrlvqDoAq blGJfa6iHtEPLygr44mmhHap4USbQl5Bi0Km4i3KDFKw4WCIjjLCRNbYRQLw7ruSTGUh ya4f0mpNKXTPq2CAakNdbr9ycOySEOTz8Clq1b/OWhI8dy/mJ6u0oZkrCa7MtBeX8BUz kj4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=XIVEgKPwkoF8rtqXsd4VAq8kuVVLcqGe6exQD822C88=; b=XWG0kUsxDL7n2iDLGsI6KG16XKYgzUT8Kcao35OZ8bA6LootCe1d3UIYAxiyY8n376 ezNMgX5WYNIrAvwTeCDJmlGxIDms+Yqw4dQD8mdLKWXrzh+uusA5bg53ARgYg2gh7ZBZ b+tPgmLndxnnrmYEu/DVPaqEIK+d51O8QfggbgWYuY4R0b/TjQ0MA3hQaIGeuZQjBP6L E3+jLjW1Xp+DpPcMWDq1NF0RCmiEPnP9JbvI/ydRRmB3Wt0INdbFGg1DaxAgCPk7Vdo9 uvOxv1B3ocvKAocJ/StOamVDHjRnR+NWkfiChb9ydViv61wlYr1WqV7VHSN86G9hTslh TMmA== X-Gm-Message-State: AOAM533ED/5TpUxTKih02yV/9mLYektlvY4vkCEE0p3osmUV/JVrOF9A IyyLc4cb4dSd9sPTRHiJVDRf7nBpSEM= X-Google-Smtp-Source: ABdhPJwIz9RBxpmnS2oUau5hzkMPUSq3zBWgIlxJwkftr9KVIGEJqAi58I9aAcvL2IymW+eDDMPogA== X-Received: by 2002:a50:eb46:: with SMTP id z6mr6163478edp.229.1644662434116; Sat, 12 Feb 2022 02:40:34 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id cz12sm7135895edb.30.2022.02.12.02.40.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Feb 2022 02:40:33 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 1/3] weston-init: replace deprecated/disabled fbdev with drm backend Date: Sat, 12 Feb 2022 11:40:20 +0100 Message-Id: <20220212104022.842655-1-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 12 Feb 2022 10:40:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161667 drm will default to opengl rendering by default; if this is problematic, --use-pixman option may help, apply only where it's proven necessary. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init.bb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index e02da0c358..8e8c0454be 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb @@ -19,13 +19,7 @@ PACKAGECONFIG ??= "" PACKAGECONFIG[no-idle-timeout] = ",," DEFAULTBACKEND ??= "" -DEFAULTBACKEND:qemuall ?= "fbdev" -DEFAULTBACKEND:qemuarm64 = "drm" -DEFAULTBACKEND:qemux86 = "drm" -DEFAULTBACKEND:qemux86-64 = "drm" -# gallium swrast was found to crash weston on startup in x32 qemu -DEFAULTBACKEND:qemux86-64:x86-x32 = "fbdev" -DEFAULTBACKEND:x86-x32 = "fbdev" +DEFAULTBACKEND:qemuall ?= "drm" do_install() { if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then From patchwork Sat Feb 12 10:40:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3551 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70454C433F5 for ; Sat, 12 Feb 2022 10:40:37 +0000 (UTC) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) by mx.groups.io with SMTP id smtpd.web09.7641.1644662436524220485 for ; Sat, 12 Feb 2022 02:40:36 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=k5vJ9zy9; spf=pass (domain: gmail.com, ip: 209.85.208.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f52.google.com with SMTP id m11so19836501edi.13 for ; Sat, 12 Feb 2022 02:40:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=FnDa3iqCyIg8DpV+OEjElBylc8kb34q+Ak3buQEYj8I=; b=k5vJ9zy9gI6z87cmUdEjtGIEXqvBnLcp+zJ1RHB0Y49SUysxb3v6LIDADQvtCWBU+e yP5bgwMr5MX+gDoT0yfYazUy1U2IiM0hYtdh+Yr9PP+FkwBnXU/0Q7zx3c8OSRuw+QZB nGGs+xkV0s/ti2H31+7K+ur3ovcz50mtUhrwwtbret7XwHmy6eN6htRlsQf8aQVYXFY+ Wi6KLoVltB1sffrvWRjWYmCSlhvBb7DNIvv1Y401pGQzlpuAjnBCKBOvWWb21+1O7p+C Hb+Pq1vkJXvTx7kNUvW1OywpgzC1uhaw0AMR//pm2jfe4Ym0bKxsP0em8Vo0W1v8jOHd Ll2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FnDa3iqCyIg8DpV+OEjElBylc8kb34q+Ak3buQEYj8I=; b=PjZMy8VA76OIBHOe+zDfXUqIEtjBgFzT4LBe4JLuWZ/zNQQA8jdRVd7XCH5BKr4U+D JDaAMMV8wIzOzOV7ljFXlnEwUTEUA5Yqpfj2yxq0z/iQY5Q3n5cQ+rcXkgDfJ2E1C9Oc RoJen9G8Mb7GR8nwp7f6jOdvfrkokerK96ZBStpJXBiVBPcOZmIxGyegUpNKlk/4xIA1 pS/wqm+/yLpsm6d2YfauMggL0//ohOPeNX7tE6EOq+QgJvEtA+BTnhlLdb3BteCUhhz1 Je2lJrszE4LwiRE1sSjLYHgOlpa9L9DtXU8YcIfvZsKtwqV1UNzhJ+A/YGjY2RbbYUHy cCHQ== X-Gm-Message-State: AOAM532zxhZLw0KGomSbP8X/EQjHX6tenVr+K/v/BOR7ts/KM1DhxV/w qJwHTsxswhli3wKsuK7pC6F20mfEbgU= X-Google-Smtp-Source: ABdhPJx38DnUckKr4HtRFKhDMdcR0wRVovmX3CnXBPDazdyO8FTg7J0h20gG2TF8e1V5Djgnfv3MTg== X-Received: by 2002:aa7:c453:: with SMTP id n19mr1129110edr.364.1644662434951; Sat, 12 Feb 2022 02:40:34 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id cz12sm7135895edb.30.2022.02.12.02.40.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Feb 2022 02:40:34 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 2/3] core-image-weston-sdk: synchronize with core-image-sato-sdk Date: Sat, 12 Feb 2022 11:40:21 +0100 Message-Id: <20220212104022.842655-2-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220212104022.842655-1-alex@linutronix.de> References: <20220212104022.842655-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 12 Feb 2022 10:40:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161668 Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/images/core-image-weston-sdk.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics/images/core-image-weston-sdk.bb b/meta/recipes-graphics/images/core-image-weston-sdk.bb index f5f7dade54..09e87b5b65 100644 --- a/meta/recipes-graphics/images/core-image-weston-sdk.bb +++ b/meta/recipes-graphics/images/core-image-weston-sdk.bb @@ -3,9 +3,13 @@ require core-image-weston.bb DESCRIPTION = "Image with Weston support that includes everything within \ core-image-weston plus meta-toolchain, development headers and libraries to \ form a standalone SDK." +HOMEPAGE = "https://www.yoctoproject.org/" IMAGE_FEATURES += "dev-pkgs tools-sdk \ tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" IMAGE_INSTALL += "kernel-devsrc" +# Compiling stuff, specifically SystemTap probes, can require lots of memory +# See https://bugzilla.yoctoproject.org/show_bug.cgi?id=14673 +QB_MEM = "-m 768" From patchwork Sat Feb 12 10:40:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3552 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C9E1C433FE for ; Sat, 12 Feb 2022 10:40:38 +0000 (UTC) Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) by mx.groups.io with SMTP id smtpd.web10.7649.1644662437303878234 for ; Sat, 12 Feb 2022 02:40:37 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=dXOQwm6C; spf=pass (domain: gmail.com, ip: 209.85.208.47, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f47.google.com with SMTP id eg42so19878649edb.7 for ; Sat, 12 Feb 2022 02:40:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=PNOORGsAnQlAU6w3tqpP2i1fI9db9tdPAt2xd9SJqKs=; b=dXOQwm6CSPqyyht4QMdU9Mply18tBRh0Cx9j0cBrXvEmpbBEYABJklXAhRIGQFciQW YvhJtoMy3/8jh40XLm8K9jK7gosq1i10R3pzBryNuQM+7AkIvpODlD4stGtf4nSd6UJ4 /Zudj/0Qj9ccfcC9ey3DURtU3RrVqyvN18L4He0ZW9w9x0FwIzbLL4jFVSXEkbs/b4bh bzsAPNP79ich2pO3HvrqjpqK8Valq01sQOEFeOS3vkZwCEIaOBf+z4QRipgMhisNJ5Ab 5SjAXsLJwBodj4vOqYlDMM5bXY+/EBRIeDl4OSZtP8jvEtzSreV76HJn2sAjHnXUofb4 8SJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=PNOORGsAnQlAU6w3tqpP2i1fI9db9tdPAt2xd9SJqKs=; b=VuOa6V6yjLHDIgaXhDDJLLmkifg9WgozcoS2zV1wczRthJ3UbERf30TIpCMUy0dVr3 gbNsgrFimNfrFACPy8GJsVobMmALf6AzCKJFAbUBFxQpBM5hOPl1rBGAw5Fa1VlIAmHq LCebbgcrw30HOobborpDJD/KcQLqKWm62m3dFw3z64kO6ACjpYUza/wwleNIDpTBiwEk yABuZAH2TJ34kMTGj9eheHHwYLqtpYFho1IyRqhYGTvcScKfkHlYMtoBCqM9UZYVMi4q AQqTzTl/SI2rnvfQlGcue53mX9T7XcIZTuoP/HZFRY9W01dIPdcpixR2yWMm0uNn4Ndn 6a5g== X-Gm-Message-State: AOAM533gjpkoLgMbsl/G2uK3toiEaZLqfnn9dlvj3SfsBAUy0+LwXhRr 6akLZLfAorFcg5frmju5qyrdcY90VIo= X-Google-Smtp-Source: ABdhPJxcJyFE9k51XVb3AWqshyEcaZ0k9tx9QAuUusXfF7/jMpF0crpfgV7N2SujWXwYqNOoSNzKPQ== X-Received: by 2002:aa7:d858:: with SMTP id f24mr205109eds.156.1644662435917; Sat, 12 Feb 2022 02:40:35 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id cz12sm7135895edb.30.2022.02.12.02.40.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Feb 2022 02:40:35 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 3/3] weston-init: disable systemd watchdog option Date: Sat, 12 Feb 2022 11:40:22 +0100 Message-Id: <20220212104022.842655-3-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220212104022.842655-1-alex@linutronix.de> References: <20220212104022.842655-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 12 Feb 2022 10:40:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161669 This starts to behave weirdly when test_date is adjusting the clock, which means weston is restarted without need so disable for weston test stability. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init/weston.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/wayland/weston-init/weston.service b/meta/recipes-graphics/wayland/weston-init/weston.service index e09625b31c..80745998ed 100644 --- a/meta/recipes-graphics/wayland/weston-init/weston.service +++ b/meta/recipes-graphics/wayland/weston-init/weston.service @@ -37,8 +37,8 @@ EnvironmentFile=/etc/default/weston ExecStart=/usr/bin/weston --modules=systemd-notify.so # Optional watchdog setup -TimeoutStartSec=60 -WatchdogSec=20 +#TimeoutStartSec=60 +#WatchdogSec=20 # The user to run Weston as. User=weston