From mboxrd@z Thu Jan 1 00:00:00 1970 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 68A3AC433EF for ; Thu, 10 Mar 2022 13:57:23 +0000 (UTC) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by mx.groups.io with SMTP id smtpd.web12.9676.1646920642176355130 for ; Thu, 10 Mar 2022 05:57:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=Dbgq3DdE; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.52, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f52.google.com with SMTP id e24so8078953wrc.10 for ; Thu, 10 Mar 2022 05:57:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=message-id:subject:from:to:cc:date:user-agent:mime-version :content-transfer-encoding; bh=eCXjj+4z436YoQT13MLHfMIvxGThAt0JpNxiKn5KUGk=; b=Dbgq3DdEQr4PzCan/P4pSwn6Z8FNmV/GdHJK1nWW8GaGFBY9nBgbH2dBmm2FGOJ1yY KyZMD99czCpu89dsKMBA/iP/6KUyCvz6oxhnRkj3Kw2qj9DMJVA+Ne5clA05B1/jIx2b ate4aWdCa3R+NH0TFcpZVX1Ul5CxBnBFhWyT4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:user-agent :mime-version:content-transfer-encoding; bh=eCXjj+4z436YoQT13MLHfMIvxGThAt0JpNxiKn5KUGk=; b=luEYPlrNT5cVWpfyRJmkJHx4pO3DhO8fToWuCKhjbk6NGevVBd9AZCEGQCEpnCecHq DNVV2jdZ+lJvRwNlUoic2ANZe1ZP3Tim+qAjls6OVPCbeHxmatsrh/fo8UDoTSD1E4gM WpHO3sD08b7cJfD6nDiVD4vg6L8kElnTMlHFVE9lLH/MpD9RK3KTuzsBy93iPjEP6vp7 szI9qdgNNYC7W8htPqQCbzitHN4UKOEtET6A9CzqWufnh1r5GFnA8e65q8wzjDYp1ZJ3 qgw3nle9hKSmP+K+/homhFHeCnU3fSz++uSvHYdwLcUUYnQg/UMnGHpf/5Z+UQSrbOiJ uN6w== X-Gm-Message-State: AOAM531TxvembBIbqH4UzOVpaUP07o5iL6wLFZy7WXlJMhBCkzjHR9uo L7IAP0eig5pFyNmlN3Cv1Vv3gyWPDBqraxY5 X-Google-Smtp-Source: ABdhPJzewLVj6URxL9sh9HMADaj9jIgyhlbx6I7xM+M2UNqan29KVtspLC0XXy5GKP4UnZcxCwE4JQ== X-Received: by 2002:a5d:6da9:0:b0:202:293e:85ff with SMTP id u9-20020a5d6da9000000b00202293e85ffmr3791371wrs.159.1646920640093; Thu, 10 Mar 2022 05:57:20 -0800 (PST) Received: from ?IPv6:2001:8b0:aba:5f3c:4dd4:e08f:40b6:a45e? ([2001:8b0:aba:5f3c:4dd4:e08f:40b6:a45e]) by smtp.gmail.com with ESMTPSA id d25-20020adfa419000000b001f04b3a4b46sm4248683wra.94.2022.03.10.05.57.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Mar 2022 05:57:19 -0800 (PST) Message-ID: <467fff969dd4d6134c620c7ec44e814e9fa22bc6.camel@linuxfoundation.org> Subject: toaster and kirkstone From: Richard Purdie To: "toaster@lists.yoctoproject.org" Cc: Tim Orling , "Reyna, David" Date: Thu, 10 Mar 2022 13:57:17 +0000 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.4-1ubuntu2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 ; Thu, 10 Mar 2022 13:57:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/5767 Hi, I heard discussion that toaster wasn't working with kirkstone/master so I looked into it a bit. The issue I found was that it was using IMAGE_INSTALL_append instead of IMAGE_INSTALL:append. I've fixed this on the bitbake list and with that fix applied, I was able to run a build with it from the UI. I suspect there is something wrong with the migrations as I had to wipe the toaster DB and clean out everything to get the change to apply. Help from toaster literate people would be welcome on that. I'll probably merge what I've sent and hope someone can work out if there is any other missing piece. I did test on a system that probably doesn't have the expat security fixes. I'll update it and see if things still work. Cheers, Richard