From patchwork Sat Mar 12 20:31:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 5154 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 4BA55C433EF for ; Sat, 12 Mar 2022 20:31:58 +0000 (UTC) Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by mx.groups.io with SMTP id smtpd.web09.8730.1647117117129238379 for ; Sat, 12 Mar 2022 12:31:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=QOLuZL2I; spf=pass (domain: gmail.com, ip: 209.85.215.172, mailfrom: ticotimo@gmail.com) Received: by mail-pg1-f172.google.com with SMTP id o8so10356941pgf.9 for ; Sat, 12 Mar 2022 12:31:57 -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=UZ3LQn6ey1AxbZq92iaD7cMfPUJSum1LVDdTJYZcehE=; b=QOLuZL2I1yzrd+FZ00n8OWoui+fF7KghAZ5Y6urAFWe7RBEzUnyO2xs9q9KSXQ+qEE NxXneT9V5LwSwe/hXA0KrtBeXcsJPmla+9rJjhSH8U3sEy9qJ0h5sItSZPFklqd0Ben8 TCW7fefHZmkSJtnaHurENYC05o0kHZnAF5RFK5NJlOsLSnIN1LRKzMIrgBOyBeFFL8KU ulWluXyS5v8Fmp1/eHbJazpa4iGon8gF3zofuAHY0G15jGOwY7v+crvs9mrcayXpJuIc kVAO0z6FDPytlYVctnLQzsoHT9E1x/E7cKblqDP7RTEsCWafhAJ3vn/4VegedfN5H7jo /OdQ== 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=UZ3LQn6ey1AxbZq92iaD7cMfPUJSum1LVDdTJYZcehE=; b=PrgkzEvD1d58QNrnnl/5pvf3RicaxctUK73DKWtXTp0GzXGGhgXcuOto3ybriwB+Wg zT5eCqD2UJ8yvZ8dNTvzZaqUGu2NVW8ogXST4ASdZvrI028OI3f3m8OUlqsDXh5aAB7f qzJxUb/DnJMNnBEhvEJcOo+y3I30By0bQFZFKpvudsyaqV4f1x7GvPNHIc1y9BQCxN/g YiSlQaVwpIZLdSoX0GAnSdYJw9bdksF8gNgQskJtA5IOUpGWNqdbwhVjONQBhMbBDQvC zhzuYGU7cG45HV4ASax81IDAyiVNfEPU3vh2VDwOqcdd1zYmNmDbpcBslX2B3q3ZwAAX Iatw== X-Gm-Message-State: AOAM5331fJ40k+z+8GGC+Fp0hJu5hxWwhLDEIGCI/gDquwmGM9EMLi5y 094bnnyrFr94EzYglXlYQUtU/ExOgt4= X-Google-Smtp-Source: ABdhPJy+IHcOvFamXKHSGXt+/yfahzaV64DVNyAPsiWSiXH7+ArQnEV3W9bjxkE65yHb3v80Po5a+A== X-Received: by 2002:a05:6a00:1253:b0:4f7:61c7:9313 with SMTP id u19-20020a056a00125300b004f761c79313mr16758906pfi.14.1647117116271; Sat, 12 Mar 2022 12:31:56 -0800 (PST) Received: from nereus.local ([2601:1c0:6000:1b20:a9d2:e45f:26bc:3c95]) by smtp.gmail.com with ESMTPSA id f194-20020a6238cb000000b004f6ce898c61sm14479378pfa.77.2022.03.12.12.31.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Mar 2022 12:31:55 -0800 (PST) From: Tim Orling X-Google-Original-From: Tim Orling To: toaster@lists.yoctoproject.org Cc: David.Reyna@windriver.com Subject: [PATCH 7/7] toaster: drop landing_not_managed template Date: Sat, 12 Mar 2022 12:31:28 -0800 Message-Id: <5b114196ee72b569f9366ed8e45cb60516bbf692.1647116564.git.tim.orling@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: 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 Mar 2022 20:31:58 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/5779 This template is not referenced anywhere and therefore not used. It also refers to the obsolete "build mode" in the old docs. Signed-off-by: Tim Orling --- .../templates/landing_not_managed.html | 34 ------------------- 1 file changed, 34 deletions(-) delete mode 100644 bitbake/lib/toaster/toastergui/templates/landing_not_managed.html diff --git a/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html b/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html deleted file mode 100644 index e7200b84121..00000000000 --- a/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html +++ /dev/null @@ -1,34 +0,0 @@ -{% extends "base.html" %} - -{% load static %} -{% load projecttags %} -{% load humanize %} - -{% block title %} Welcome to Toaster {% endblock %} - -{% block pagecontent %} - -
-
- - -
- - The 'Build' mode allows you to configure and run your Yocto Project builds from Toaster. - -

-
-
- -{% endblock %}