summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-05 10:54:28 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-05 10:54:28 +0000
commitd13e242a4e689caccff7a55c2ace2423ca0f852f (patch)
treefd848bcb80453487d572398292174901a8a3aa0e
parent70169b5a257c87d21d745d4a4e4bf14ebc0a07c4 (diff)
downloaddefinitions-d13e242a4e689caccff7a55c2ace2423ca0f852f.tar.gz
linux: Enable multiple devpts instances
This is required for Docker.
-rw-r--r--strata/bsp-armv7-highbank/linux-armv7-highbank.morph1
-rw-r--r--strata/bsp-armv7-versatile/linux-armv7-versatile.morph1
-rw-r--r--strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph1
-rw-r--r--strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph1
-rw-r--r--strata/bsp-ppc64-generic/linux-ppc64.morph1
-rw-r--r--strata/bsp-wandboard/linux-armv7-wandboard.morph1
-rw-r--r--strata/bsp-x86_32-generic/linux-x86-32-generic.morph1
-rw-r--r--strata/bsp-x86_64-generic/linux-x86-64-generic.morph1
8 files changed, 8 insertions, 0 deletions
diff --git a/strata/bsp-armv7-highbank/linux-armv7-highbank.morph b/strata/bsp-armv7-highbank/linux-armv7-highbank.morph
index d64bce37..cf356473 100644
--- a/strata/bsp-armv7-highbank/linux-armv7-highbank.morph
+++ b/strata/bsp-armv7-highbank/linux-armv7-highbank.morph
@@ -8,6 +8,7 @@ configure-commands:
- scripts/config -e CGROUPS_DEVICE
- scripts/config -e CONFIG_POSIX_MQUEUE
- scripts/config -e CPU_IDLE
+- scripts/config -e DEVPTS_MULTIPLE_INSTANCES
- scripts/config -e EXT4_FS
- scripts/config -e EXT4_USE_FOR_EXT23
- scripts/config -e PACKET
diff --git a/strata/bsp-armv7-versatile/linux-armv7-versatile.morph b/strata/bsp-armv7-versatile/linux-armv7-versatile.morph
index d4ad1486..cbacfc46 100644
--- a/strata/bsp-armv7-versatile/linux-armv7-versatile.morph
+++ b/strata/bsp-armv7-versatile/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 DEVPTS_MULTIPLE_INSTANCES
- scripts/config -e CONFIG_FHANDLE
- scripts/config -e CGROUPS
- scripts/config -e CGROUPS_DEVICE
diff --git a/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph b/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph
index 10cbcb01..e3011233 100644
--- a/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph
+++ b/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph
@@ -14,6 +14,7 @@ configure-commands:
- scripts/config -e IP_PNP_DHCP
- scripts/config -e IP_PNP_BOOTP
- scripts/config --set-str UEVENT_HELPER_PATH ''
+- scripts/config -e DEVPTS_MULTIPLE_INSTANCES
- scripts/config -e DEVTMPFS
- scripts/config -e DEVTMPFS_MOUNT
- scripts/config -e CONFIG_FHANDLE
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 a0ca6ef9..290b7c28 100644
--- a/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph
+++ b/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph
@@ -14,6 +14,7 @@ configure-commands:
- scripts/config -e IP_PNP_DHCP
- scripts/config -e IP_PNP_BOOTP
- scripts/config --set-str UEVENT_HELPER_PATH ''
+- scripts/config -e DEVPTS_MULTIPLE_INSTANCES
- scripts/config -e DEVTMPFS
- scripts/config -e DEVTMPFS_MOUNT
- scripts/config -e BLK_DEV_LOOP
diff --git a/strata/bsp-ppc64-generic/linux-ppc64.morph b/strata/bsp-ppc64-generic/linux-ppc64.morph
index 0d755376..b2a0acf8 100644
--- a/strata/bsp-ppc64-generic/linux-ppc64.morph
+++ b/strata/bsp-ppc64-generic/linux-ppc64.morph
@@ -10,6 +10,7 @@ configure-commands:
- scripts/config -d BLK_DEV_IDE_SATA
- scripts/config -e BTRFS_FS
- scripts/config -e BTRFS_FS_POSIX_ACL
+- scripts/config -e DEVPTS_MULTIPLE_INSTANCES
- scripts/config -e DEVTMPFS
- scripts/config -e DEVTMPFS_MOUNT
- scripts/config -e CONFIG_FHANDLE
diff --git a/strata/bsp-wandboard/linux-armv7-wandboard.morph b/strata/bsp-wandboard/linux-armv7-wandboard.morph
index a5d8c0da..d937e3dc 100644
--- a/strata/bsp-wandboard/linux-armv7-wandboard.morph
+++ b/strata/bsp-wandboard/linux-armv7-wandboard.morph
@@ -12,6 +12,7 @@ configure-commands:
- scripts/config -d BLK_DEV_IDE_SATA
- scripts/config -e BTRFS_FS
- scripts/config -e BTRFS_FS_POSIX_ACL
+- scripts/config -e DEVPTS_MULTIPLE_INSTANCES
- scripts/config -e DEVTMPFS
- scripts/config -e DEVTMPFS_MOUNT
- scripts/config -e CONFIG_FHANDLE
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 3870630a..8b6a4ae7 100644
--- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
+++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
@@ -19,6 +19,7 @@ configure-commands:
- scripts/config -d BLK_DEV_IDE_SATA
- scripts/config -e BTRFS_FS
- scripts/config -e BTRFS_FS_POSIX_ACL
+- scripts/config -e DEVPTS_MULTIPLE_INSTANCES
- scripts/config -e DEVTMPFS
- scripts/config -e DEVTMPFS_MOUNT
- scripts/config -e CONFIG_FHANDLE
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 c6bb69fa..ce4a8cfc 100644
--- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
+++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
@@ -19,6 +19,7 @@ configure-commands:
- scripts/config -d BLK_DEV_IDE_SATA
- scripts/config -e BTRFS_FS
- scripts/config -e BTRFS_FS_POSIX_ACL
+- scripts/config -e DEVPTS_MULTIPLE_INSTANCES
- scripts/config -e DEVTMPFS
- scripts/config -e DEVTMPFS_MOUNT
- scripts/config -e CONFIG_FHANDLE