From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) by mx.groups.io with SMTP id smtpd.web12.1681.1623695094546613973 for ; Mon, 14 Jun 2021 11:24:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@allocor.tech header.s=google header.b=beKvq5zE; spf=pass (domain: allocor.tech, ip: 209.85.166.48, mailfrom: m@allocor.tech) Received: by mail-io1-f48.google.com with SMTP id f10so26112731iok.6 for ; Mon, 14 Jun 2021 11:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=allocor.tech; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=6JxSoOsVNZMKo2ZlEzxbib22PBHp6GFLK+VJoK37E1o=; b=beKvq5zEA5vkX3sZ5yWqn5VNIzngjiYMa1dwEc7usMN7P8zBjc6wk7vjMz8tHnrXuc 16SdzBqRNqFmA9t31JaHCjXcHL6NVlgMlwH5Ki/5g613xxrOtQ4isLUrf8taCijq+OkJ epTuGXYljppd59mJTbyk+jiRSgX+deCginlrIQH6eRNa7GAwUh6ReqVolOY+AvvS223J pIB+YNOJCNzFMnqvkGKWRGD3g+AfblvDXldrorNQfyR122d6r+wT87VFUVivpseNyaJW 9P4lk6aK+479Uc89d/7rQ4Vhn4BOTSaxTl3FbN6j5EC/RWn+scU6Xn1TNVn6Wv7wqVdu iUUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=6JxSoOsVNZMKo2ZlEzxbib22PBHp6GFLK+VJoK37E1o=; b=AhRHzH1rTYObxlfwTgxgm9nYC1hfsXldzld8/+jHiGascoQqJZoHZq9UOl59n9QriK 4ESo2zLZFlUdzxcJyWAmqraF7YooxXYXf8Aya2Q7AtVXY3URdx0ajSp6QGmorJTnUG2b b8l4e+VlSJ8g1cWM5Q5PDWHSWk+YPUSkmQ0x6Ecj1iyYj4RQEu+lgd1W8P5j/hgWB3aI q5ybrpCy5Gpx+QMw++aZQGibiionSyAim0Ds2t3/6mkVm/P5vcDH9XSnoZVZXugbfLKB aeazOMD2GYOdcAlvQBOlykk167I55j/FZ3EVg+oek6n+DR8hbrXB/svtnyoAj4hsfqE1 WlRw== X-Gm-Message-State: AOAM530t0r8Z2JZRY00XHSVmRgU8fFfYw4IrDiYPnngM4P3Id2XDNMze Wej/AQAxt9x5JYEEk+JZeqrhQvRA4dFjRchV4ATH1wc7kP7Duw== X-Google-Smtp-Source: ABdhPJxSsK7VievXBK4Eh0CqSUFHFCRaQpcUuADkfugB3mNN+PCEIeey/TOvc70aVU5k61N1p8LdUMP1WmBkLEG94po= X-Received: by 2002:a05:6638:2211:: with SMTP id l17mr482206jas.40.1623695093780; Mon, 14 Jun 2021 11:24:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Matt Walker" Date: Mon, 14 Jun 2021 14:24:42 -0400 Message-ID: Subject: Dunfell u-boot build issue (git is not clean) To: meta-freescale@lists.yoctoproject.org Content-Type: multipart/alternative; boundary="00000000000049e94b05c4bdf94b" --00000000000049e94b05c4bdf94b Content-Type: text/plain; charset="UTF-8" Hi all; I'm attempting to upgrade a build system that has Thud era recipes to one that targets Dunfell. We have a custom kernel and a custom u-boot (based on 2020.4) so we have our own recipes for building those (although they piggyback on the Freescale/OpenEmbedded base.) What I've run into is that when building u-boot inside of Yocto, it complains that "git is not clean, please run 'make mrproper'." As I can cleanly build u-boot outside of Yocto, I assume there's something wrong with my recipes. I found https://github.com/Freescale/meta-freescale/issues/280 which points to http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-bsp/u-boot?h=master-next&id=26023b6b0f897842fd98b3e10a8acd5b3ad8f418 but the issue is resolved without any comment on what was done to fix it, and I haven't found any further reference to that oe commit. If this sounds familiar to anyone, I'd love some breadcrumbs! Thanks, Matt Walker --00000000000049e94b05c4bdf94b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi all;
I'm attempting to upgrade a build system that has Thud era= recipes to one that=C2=A0targets Dunfell. We have a custom kernel and a cu= stom u-boot (based on 2020.4) so we have our own recipes for building those= (although they piggyback on the Freescale/OpenEmbedded base.)
What I've run into is that when building u-boot inside of = Yocto, it complains that=C2=A0"git is not clean, please run 'make = mrproper'." As I can cleanly build u-boot outside of Yocto, I assu= me there's something wrong with my recipes.

I = found https://github.com/Freescale/meta-freescale/issues/280 = which points to http://cgit.openembedded.org/openem= bedded-core/commit/meta/recipes-bsp/u-boot?h=3Dmaster-next&id=3D26023b6= b0f897842fd98b3e10a8acd5b3ad8f418 but the issue is resolved without any= comment on what was done to fix it, and I haven't found any further re= ference to that oe commit.

If this sounds familiar to anyone, I'= d love some breadcrumbs!

Thanks,
Mat= t Walker
--00000000000049e94b05c4bdf94b--