From d67a0e110187abd560a1de63fa172894a52839d5 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 12 Jun 2014 15:04:19 +0100 Subject: morphologies: Enable CONFIG_FHANDLE This is needed by newer systemd. --- linux-armv7-highbank.morph | 1 + linux-armv7-versatile.morph | 1 + linux-armv7-wandboard.morph | 1 + linux-armv7b-highbank.morph | 1 + linux-armv7b-vexpress-tc2.morph | 1 + linux-ppc64.morph | 1 + linux-x86-32-generic.morph | 1 + linux-x86-64-generic.morph | 1 + 8 files changed, 8 insertions(+) diff --git a/linux-armv7-highbank.morph b/linux-armv7-highbank.morph index 92414f070639..58ad90b4b329 100644 --- a/linux-armv7-highbank.morph +++ b/linux-armv7-highbank.morph @@ -30,6 +30,7 @@ configure-commands: - scripts/config -e BTRFS_FS - scripts/config -e DEVTMPFS - scripts/config -e DEVTMPFS_MOUNT +- scripts/config -e CONFIG_FHANDLE - scripts/config --set-str UEVENT_HELPER_PATH '' - scripts/config -e IKCONFIG - scripts/config -e IKCONFIG_PROC diff --git a/linux-armv7-versatile.morph b/linux-armv7-versatile.morph index 79e19e3a87c9..9b03991b500d 100644 --- a/linux-armv7-versatile.morph +++ b/linux-armv7-versatile.morph @@ -7,6 +7,7 @@ configure-commands: - scripts/config -d BTRFS_FS_CHECK_INTEGRITY - scripts/config -e DEVTMPFS - scripts/config -e DEVTMPFS_MOUNT +- scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS - scripts/config -e AUTOFS4_FS - scripts/config -e BLK_DEV_LOOP diff --git a/linux-armv7-wandboard.morph b/linux-armv7-wandboard.morph index 30e2d20defca..7d297463b759 100644 --- a/linux-armv7-wandboard.morph +++ b/linux-armv7-wandboard.morph @@ -12,6 +12,7 @@ configure-commands: - scripts/config -e BTRFS_FS_POSIX_ACL - scripts/config -e DEVTMPFS - scripts/config -e DEVTMPFS_MOUNT +- scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS - scripts/config -e AUTOFS4_FS - scripts/config --set-str UEVENT_HELPER_PATH '' diff --git a/linux-armv7b-highbank.morph b/linux-armv7b-highbank.morph index b18b92ebef5e..e3601dc4dcb7 100644 --- a/linux-armv7b-highbank.morph +++ b/linux-armv7b-highbank.morph @@ -16,6 +16,7 @@ configure-commands: - scripts/config --set-str UEVENT_HELPER_PATH '' - scripts/config -e DEVTMPFS - scripts/config -e DEVTMPFS_MOUNT +- scripts/config -e CONFIG_FHANDLE - scripts/config -e BLK_DEV_LOOP - scripts/config -e BTRFS_FS - scripts/config -e TMPFS diff --git a/linux-armv7b-vexpress-tc2.morph b/linux-armv7b-vexpress-tc2.morph index de0efd16a0ca..e187716dfcdd 100644 --- a/linux-armv7b-vexpress-tc2.morph +++ b/linux-armv7b-vexpress-tc2.morph @@ -22,6 +22,7 @@ configure-commands: - scripts/config -e IKCONFIG - scripts/config -e IKCONFIG_PROC - scripts/config -e CGROUPS +- scripts/config -e CONFIG_FHANDLE - scripts/config -e AUTOFS4_FS - scripts/config -e NETWORK_FILESYSTEMS - scripts/config -e NFS_FS diff --git a/linux-ppc64.morph b/linux-ppc64.morph index fa50a5f727f7..1740a1445fe4 100644 --- a/linux-ppc64.morph +++ b/linux-ppc64.morph @@ -12,6 +12,7 @@ configure-commands: - scripts/config -e BTRFS_FS_POSIX_ACL - scripts/config -e DEVTMPFS - scripts/config -e DEVTMPFS_MOUNT +- scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS - scripts/config -e AUTOFS4_FS - scripts/config --set-str UEVENT_HELPER_PATH '' diff --git a/linux-x86-32-generic.morph b/linux-x86-32-generic.morph index 67b0c008c3c9..03276eb777fa 100644 --- a/linux-x86-32-generic.morph +++ b/linux-x86-32-generic.morph @@ -21,6 +21,7 @@ configure-commands: - scripts/config -e BTRFS_FS_POSIX_ACL - scripts/config -e DEVTMPFS - scripts/config -e DEVTMPFS_MOUNT + - scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS - scripts/config -e AUTOFS4_FS - scripts/config --set-str UEVENT_HELPER_PATH '' diff --git a/linux-x86-64-generic.morph b/linux-x86-64-generic.morph index 9c97f2969932..21cfe597aa85 100644 --- a/linux-x86-64-generic.morph +++ b/linux-x86-64-generic.morph @@ -21,6 +21,7 @@ configure-commands: - scripts/config -e BTRFS_FS_POSIX_ACL - scripts/config -e DEVTMPFS - scripts/config -e DEVTMPFS_MOUNT + - scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS - scripts/config -e AUTOFS4_FS - scripts/config --set-str UEVENT_HELPER_PATH '' -- cgit v1.2.1