From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6873747158459219968 X-Received: by 2002:ac2:48ac:: with SMTP id u12mr1126813lfg.375.1603386907930; Thu, 22 Oct 2020 10:15:07 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:888a:: with SMTP id k10ls474870lji.10.gmail; Thu, 22 Oct 2020 10:15:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy3LZwT69oglsxREyk8WHgl4XUO0x+gQcbGtqQPwWC8Us7QWQ+v14q0xVv/pElof4EDReXC X-Received: by 2002:a2e:9689:: with SMTP id q9mr1312038lji.434.1603386906732; Thu, 22 Oct 2020 10:15:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603386906; cv=none; d=google.com; s=arc-20160816; b=clb+VwurkuBOrtJBe1EgCXWmYHb605og1Wh8jljT0tjr+fGPETen7EhQ7AuQedFwq7 o8Pi2jCUDqu/2VMO/Hw88Lao5E6FXHDqHDbRmWCASoLIJycYvE7+Buhkr2QXPyrjqUna QMTVt24nPMC4SoCg0IEp1GMIzc0UvRI04JXeev0wM8kKgFd3lT3s7qq4o4w5FPNF0JJf EM7YWuWbWoSwlUHeAuvJytWhGtE8ngz8HW2S4taTAma62xancqav7LbiIsVpQG5jHkPP q9oXJqJrv5iqqfYJWAsTnTLihTv5WzVpRhNIIK8RiPcyRCLOcUNPsKDUigcZTTst36HM 1BEw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=Yol/J2nokZCShzlock8091bJF12Xfh7UltPWxi6rRgE=; b=pun6LJKyZpf6C+mzoFnPJzYYYocGvKqv8dOCXecXPz7RvSPt8hGQ+cXkOqFtS3Y05p asq7O0U8BFhJPSNWW08kXL+o/3ft9fbT/cVQWftVKXWqrUg5WXUF4bcz6SZ4wk1R0dMC blCjlA8bXywxRw0/vwTHsYNA3xBQowTDdu4RrbwIEEDS+fgPhBV4Eeo9MlJ1LJZ8jW0E W5ZOlMkvzsM8ab0wEBQix/ienD+W7WB+UbvdV8SRmWnl7M2O6eZngKh3Zq/mfg6Z1eXM 7t3gM9KFc4fps+ZzcssKOl4h4u4OpdWIBlYoYzDIGDIrV+C/gk1Wc7+nF4eYa5L+Bawq VRRg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id t20si69818lfk.10.2020.10.22.10.15.06 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 22 Oct 2020 10:15:06 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-090-186-040-099.090.186.pools.vodafone-ip.de [90.186.40.99]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 09MHEoj7028461 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 22 Oct 2020 19:15:05 +0200 Date: Thu, 22 Oct 2020 19:14:45 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v2] u-boot-custom: Add a config package for Linux user-space Message-ID: <20201022171445.GA18572@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200918084907.1160151-1-hws@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200918084907.1160151-1-hws@denx.de> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: xsZTxItEC6Kk Hello Harald, On Fri, Sep 18, 2020 at 10:49:07AM +0200, Harald Seiler wrote: > Add a new (optional) u-boot-${MACHINE}-config package (which also > provides u-boot-config) that contains configuration files for Linux > user-space. Namely, the default environment as /etc/u-boot-initial-env > and a config for envtools as /etc/fw_env.config. > > This new package can be enabled by setting > > U_BOOT_CONFIG_PACKAGE = "1" > > in a concrete U-Boot recipe. The recipe then also needs to provide > a fw_env.config file in its SRC_URI / in ${WORKDIR}. Applied to next, thanks for your patience. With kind regards, Baurzhan.