From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 2FB5E745BF for ; Fri, 19 Oct 2018 13:37:32 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-10) with ESMTPSA id w9JDbVV0006906 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 19 Oct 2018 14:37:32 +0100 Message-ID: <8e1d32fc8f616637638b48e2ab18131fd4a9fef6.camel@linuxfoundation.org> From: Richard Purdie To: Randy MacLeod , openembedded-core@lists.openembedded.org Date: Fri, 19 Oct 2018 14:37:31 +0100 In-Reply-To: <20181016232427.15363-2-Randy.MacLeod@windriver.com> References: <2d902e2e7fad998fdd1c22eea5c64ade52955e6a.camel@linuxfoundation.org> <20181016232427.15363-1-Randy.MacLeod@windriver.com> <20181016232427.15363-2-Randy.MacLeod@windriver.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.100.1 at dan X-Virus-Status: Clean Subject: Re: [PATCH v2] util-linux: fix alternatives setting for switch-root X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 13:37:33 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2018-10-16 at 19:24 -0400, Randy MacLeod wrote: > The alternative setting for switch_root belongs to the util-linux- > switch-root > package instead of the util-linux package. Fix this problem to avoid > a dangling symlink: > /usr/bin/switch_root-> /usr/bin/switch_root.util-linux > on target and in the sdk. > > Signed-off-by: Randy MacLeod > --- > meta/recipes-core/util-linux/util-linux.inc | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) As far as I can tell, this still breaks on the autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/13/builds/125/steps/7/logs/step1b https://autobuilder.yoctoproject.org/typhoon/#/builders/13/builds/125/steps/7/logs/step2b https://autobuilder.yoctoproject.org/typhoon/#/builders/21/builds/132/steps/7/logs/step1b Cheers, Richard