[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XEN PATCH 0/2] xen/build: fix kconfig errors during config merge


  • To: xen-devel@xxxxxxxxxxxxxxxxxxxx
  • From: Stewart Hildebrand <stewart.hildebrand@xxxxxxxxxxxxxxx>
  • Date: Tue, 12 May 2020 13:52:04 -0400
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=fail (sender ip is 207.242.234.14) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=dornerworks.com; dmarc=none action=none header.from=dornerworks.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector5401; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ibFUUBUfF4zgAAt8INh+umAlcWsDLL1uH7FOJdxJPag=; b=grT6wEmtoxI2kjiiv+FAXoXfzIH0cWgcOlm/e2jw93M0AetlSfD6oUBTrW5ujyry/yhOEPmzPuRGDrWMpazFCWk7L+hEF5KG1zjDGRhn7RK/ToBcnS+Sfo8xGe3Cg5/7WaP/duRaYrMfqG/5/aqLIu9PjWlXlcRPndkuk8YW9qEZrsW3oTTOARk/wp0eRNxhhloMIh/b0wERb2WW3IkEXr9zp0Yfpo198uXYtBtVyMeodEmHsPeyIdKSrObCDyPIjZCRjnPAMjgcvPfjGKmX/4kGakjbY+961VwPghrIrm/mY3d6t4J/X9XBAwZqtbFhPk/ErKeFoM+/zpDiUofCww==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector5401; d=microsoft.com; cv=none; b=FNRv4yf6VBuwcj7CX05z4y06SXfqXUOWpsAryReOlqvp7FDgVUJ/SVuDr2yW76nF9u4oJZyU9pYwhU+clr+/n0bzG0l5LpOh7KJdANrizZHLAOVsFSwuOO0osoT2WS0d8eKe6l5oXnfqAx0L5YnmOkULKoQn2mdivI+bZES64f5HoB6pm/wrehMl0+ufDG/Im0I7JYfoDpJbPPByb2dAs2ZY+1y867zHJPIeB3ojeO7ORPSQQmfWJh521vIDcBx14K4emTOVh3jBijpq04s2Bx2YvVAZWEc94HQYmL9NhfedL+39tzLCtOYzuYjLW9ef0XDUSpmEzfYjO/wDd3/s6A==
  • Authentication-results: spf=fail (sender IP is 207.242.234.14) smtp.mailfrom=dornerworks.com; lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=dornerworks.com;
  • Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>
  • Delivery-date: Tue, 12 May 2020 17:52:23 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

This series fixes a couple of kconfig errors that I observed while
invoking a build with a defconfig and config fragment.

I invoked the build as follows:

cat > xen/arch/arm/configs/custom.config <<EOF
CONFIG_DEBUG=y
CONFIG_SCHED_ARINC653=y
CONFIG_EARLY_PRINTK_ZYNQMP=y
EOF
make -C xen XEN_TARGET_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- defconfig 
custom.config
make XEN_TARGET_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- dist-xen -j $(nproc)

Stewart Hildebrand (2):
  xen/build: fixup path to merge_config.sh
  xen/build: use the correct kconfig makefile

 xen/tools/kconfig/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.26.2




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.