From 326a13b62014d640926d2c105f1e83c11344e9e6 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 5 Sep 2014 10:33:51 +0000 Subject: Enable CONFIG_CGROUPS_DEVICE in our kernels The device controller for cgroups is required by Docker. --- strata/bsp-armv7-highbank/linux-armv7-highbank.morph | 1 + strata/bsp-armv7-versatile/linux-armv7-versatile.morph | 1 + strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph | 1 + strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph | 1 + strata/bsp-ppc64-generic/linux-ppc64.morph | 1 + strata/bsp-wandboard/linux-armv7-wandboard.morph | 1 + strata/bsp-x86_32-generic/linux-x86-32-generic.morph | 1 + strata/bsp-x86_64-generic/linux-x86-64-generic.morph | 1 + 8 files changed, 8 insertions(+) diff --git a/strata/bsp-armv7-highbank/linux-armv7-highbank.morph b/strata/bsp-armv7-highbank/linux-armv7-highbank.morph index 58ad90b4..a8f9eabc 100644 --- a/strata/bsp-armv7-highbank/linux-armv7-highbank.morph +++ b/strata/bsp-armv7-highbank/linux-armv7-highbank.morph @@ -5,6 +5,7 @@ configure-commands: - scripts/config -e AUTOFS4_FS - scripts/config -e BLK_DEV_LOOP - scripts/config -e CGROUPS +- scripts/config -e CGROUPS_DEVICE - scripts/config -e CONFIG_POSIX_MQUEUE - scripts/config -e CPU_IDLE - scripts/config -e EXT4_FS diff --git a/strata/bsp-armv7-versatile/linux-armv7-versatile.morph b/strata/bsp-armv7-versatile/linux-armv7-versatile.morph index 9b03991b..20ef8f5b 100644 --- a/strata/bsp-armv7-versatile/linux-armv7-versatile.morph +++ b/strata/bsp-armv7-versatile/linux-armv7-versatile.morph @@ -9,6 +9,7 @@ configure-commands: - scripts/config -e DEVTMPFS_MOUNT - scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS +- scripts/config -e CGROUPS_DEVICE - scripts/config -e AUTOFS4_FS - scripts/config -e BLK_DEV_LOOP - scripts/config --set-str UEVENT_HELPER_PATH '' diff --git a/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph b/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph index e3601dc4..9e50e974 100644 --- a/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph +++ b/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph @@ -23,6 +23,7 @@ configure-commands: - scripts/config -e IKCONFIG - scripts/config -e IKCONFIG_PROC - scripts/config -e CGROUPS +- scripts/config -e CGROUPS_DEVICE - scripts/config -e AUTOFS4_FS - scripts/config -e NETWORK_FILESYSTEMS - scripts/config -e NFS_FS diff --git a/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph b/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph index e187716d..bffb60cf 100644 --- a/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph +++ b/strata/bsp-armv7b-vexpress-tc2/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 CGROUPS_DEVICE - scripts/config -e CONFIG_FHANDLE - scripts/config -e AUTOFS4_FS - scripts/config -e NETWORK_FILESYSTEMS diff --git a/strata/bsp-ppc64-generic/linux-ppc64.morph b/strata/bsp-ppc64-generic/linux-ppc64.morph index 1740a144..d201ad70 100644 --- a/strata/bsp-ppc64-generic/linux-ppc64.morph +++ b/strata/bsp-ppc64-generic/linux-ppc64.morph @@ -14,6 +14,7 @@ configure-commands: - scripts/config -e DEVTMPFS_MOUNT - scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS +- scripts/config -e CGROUPS_DEVICE - scripts/config -e AUTOFS4_FS - scripts/config --set-str UEVENT_HELPER_PATH '' - scripts/config -e EXT2_FS diff --git a/strata/bsp-wandboard/linux-armv7-wandboard.morph b/strata/bsp-wandboard/linux-armv7-wandboard.morph index 16929c9d..1c7ed71f 100644 --- a/strata/bsp-wandboard/linux-armv7-wandboard.morph +++ b/strata/bsp-wandboard/linux-armv7-wandboard.morph @@ -16,6 +16,7 @@ configure-commands: - scripts/config -e DEVTMPFS_MOUNT - scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS +- scripts/config -e CGROUPS_DEVICE - scripts/config -e AUTOFS4_FS - scripts/config --set-str UEVENT_HELPER_PATH '' - scripts/config -e EXT2_FS diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph index af773c78..35f143e7 100644 --- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph +++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph @@ -23,6 +23,7 @@ configure-commands: - scripts/config -e DEVTMPFS_MOUNT - scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS +- scripts/config -e CGROUP_DEVICE - scripts/config -e AUTOFS4_FS - scripts/config --set-str UEVENT_HELPER_PATH '' - scripts/config -e EXT2_FS diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph index 6d95bddf..96ce7fb2 100644 --- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph +++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph @@ -23,6 +23,7 @@ configure-commands: - scripts/config -e DEVTMPFS_MOUNT - scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS +- scripts/config -e CGROUPS_DEVICE - scripts/config -e AUTOFS4_FS - scripts/config --set-str UEVENT_HELPER_PATH '' - scripts/config -e EXT2_FS -- cgit v1.2.1