From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 275981382C5 for ; Thu, 21 May 2020 20:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56AE2E0961; Thu, 21 May 2020 20:53:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D047E0961 for ; Thu, 21 May 2020 20:53:11 +0000 (UTC) Received: by mail-ej1-f42.google.com with SMTP id x1so10486801ejd.8 for ; Thu, 21 May 2020 13:53:10 -0700 (PDT) X-Gm-Message-State: AOAM532BKXfRqbu3WMC3tUpud0y0N8vBl4HdXqP8tM24kD8XAVARvXFz jFe70/sKO55BjI7IRZtggTgnxdbJ3SxNC/nYjRY= X-Google-Smtp-Source: ABdhPJwveB/0NaBSFcSgLjJIUUYJ+wvEVCZE/wL7ga+vyrVbIHKEY8OhN2Idn3bxpnhUwmFz+MqgQh7U7HsrklExcRc= X-Received: by 2002:a17:906:3748:: with SMTP id e8mr5210298ejc.181.1590094387463; Thu, 21 May 2020 13:53:07 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <20200521173248.2297765-1-gentoo.catalyst@xxoo.ws> <20200521173248.2297765-5-gentoo.catalyst@xxoo.ws> In-Reply-To: <20200521173248.2297765-5-gentoo.catalyst@xxoo.ws> From: Matt Turner Date: Thu, 21 May 2020 13:52:55 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-catalyst] [PATCH 5/5] Allow embedded target to unpack a root_overlay To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: d73b1149-f3c5-45d3-bf83-210cd6f6a656 X-Archives-Hash: b2dcc1e287c39204613ed8789b9206ff On Thu, May 21, 2020 at 10:34 AM Daniel Cordero wrote: > > From: Daniel Cordero > > This was broken due to the previous commit. I'm confused. The previous commit didn't break anything that this patch fixes, as far as I can tell. This patch just enables root_overlay for the embedded target, right? If so, I think the commit is right, but that we should remove the incorrect sentence from the commit message.