From 3e83dc8c8ed281c795bb94c73076480a2d33531f Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 1 Mar 2016 21:04:49 +0000 Subject: Enable 'hosts' extension in build systems Change-Id: I7addcd79ffe6389556302e82ad00fd7706d99640 --- systems/build-system-armv5l-openbmc-aspeed.morph | 1 + systems/build-system-armv7l-altera-socfpga-devkit.morph | 1 + systems/build-system-armv7lhf-highbank.morph | 1 + systems/build-system-armv7lhf-jetson.morph | 1 + systems/build-system-armv7lhf-rootfs.morph | 1 + systems/build-system-armv8b64.morph | 1 + systems/build-system-armv8l64.morph | 1 + systems/build-system-ppc64.morph | 1 + systems/build-system-x86_32-chroot.morph | 1 + systems/build-system-x86_32.morph | 1 + systems/build-system-x86_64-chroot.morph | 1 + systems/build-system-x86_64.morph | 1 + 12 files changed, 12 insertions(+) diff --git a/systems/build-system-armv5l-openbmc-aspeed.morph b/systems/build-system-armv5l-openbmc-aspeed.morph index 699f8b7e..0ceb975e 100644 --- a/systems/build-system-armv5l-openbmc-aspeed.morph +++ b/systems/build-system-armv5l-openbmc-aspeed.morph @@ -42,3 +42,4 @@ configuration-extensions: - extensions/install-files - extensions/fstab - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-armv7l-altera-socfpga-devkit.morph b/systems/build-system-armv7l-altera-socfpga-devkit.morph index 813392cb..f1e89121 100644 --- a/systems/build-system-armv7l-altera-socfpga-devkit.morph +++ b/systems/build-system-armv7l-altera-socfpga-devkit.morph @@ -46,3 +46,4 @@ configuration-extensions: - extensions/fstab - extensions/mason - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-armv7lhf-highbank.morph b/systems/build-system-armv7lhf-highbank.morph index 752655af..737c2dc4 100644 --- a/systems/build-system-armv7lhf-highbank.morph +++ b/systems/build-system-armv7lhf-highbank.morph @@ -56,3 +56,4 @@ configuration-extensions: - extensions/mason - extensions/cloud-init - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-armv7lhf-jetson.morph b/systems/build-system-armv7lhf-jetson.morph index 928d4c9f..ba8665e2 100644 --- a/systems/build-system-armv7lhf-jetson.morph +++ b/systems/build-system-armv7lhf-jetson.morph @@ -54,3 +54,4 @@ configuration-extensions: - extensions/mason - extensions/cloud-init - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-armv7lhf-rootfs.morph b/systems/build-system-armv7lhf-rootfs.morph index 0cdfc804..0d331f4b 100644 --- a/systems/build-system-armv7lhf-rootfs.morph +++ b/systems/build-system-armv7lhf-rootfs.morph @@ -52,3 +52,4 @@ configuration-extensions: - extensions/mason - extensions/cloud-init - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-armv8b64.morph b/systems/build-system-armv8b64.morph index 75864921..df24d98e 100644 --- a/systems/build-system-armv8b64.morph +++ b/systems/build-system-armv8b64.morph @@ -56,3 +56,4 @@ configuration-extensions: - extensions/cloud-init - extensions/moonshot-kernel - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-armv8l64.morph b/systems/build-system-armv8l64.morph index da6e45a1..83e6b3ed 100644 --- a/systems/build-system-armv8l64.morph +++ b/systems/build-system-armv8l64.morph @@ -56,3 +56,4 @@ configuration-extensions: - extensions/cloud-init - extensions/moonshot-kernel - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-ppc64.morph b/systems/build-system-ppc64.morph index 0e8bcfc1..20703ad7 100644 --- a/systems/build-system-ppc64.morph +++ b/systems/build-system-ppc64.morph @@ -54,3 +54,4 @@ configuration-extensions: - extensions/mason - extensions/cloud-init - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-x86_32-chroot.morph b/systems/build-system-x86_32-chroot.morph index ba2d6b04..0edb4460 100644 --- a/systems/build-system-x86_32-chroot.morph +++ b/systems/build-system-x86_32-chroot.morph @@ -54,3 +54,4 @@ configuration-extensions: - extensions/mason - extensions/cloud-init - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-x86_32.morph b/systems/build-system-x86_32.morph index 61d339da..00645b58 100644 --- a/systems/build-system-x86_32.morph +++ b/systems/build-system-x86_32.morph @@ -54,3 +54,4 @@ configuration-extensions: - extensions/mason - extensions/cloud-init - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-x86_64-chroot.morph b/systems/build-system-x86_64-chroot.morph index 48463cd2..68ae7dac 100644 --- a/systems/build-system-x86_64-chroot.morph +++ b/systems/build-system-x86_64-chroot.morph @@ -54,3 +54,4 @@ configuration-extensions: - extensions/mason - extensions/cloud-init - extensions/install-essential-files +- extensions/hosts diff --git a/systems/build-system-x86_64.morph b/systems/build-system-x86_64.morph index 0abf5925..6e6bb512 100644 --- a/systems/build-system-x86_64.morph +++ b/systems/build-system-x86_64.morph @@ -54,3 +54,4 @@ configuration-extensions: - extensions/mason - extensions/cloud-init - extensions/install-essential-files +- extensions/hosts -- cgit v1.2.1