summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-08-18 16:58:12 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-08-18 22:35:46 +0200
commit5eb165a3722013d2c80d7b07da5082bbbe23988d (patch)
treeac55425fe1a2a1f4305fde912053e76af0ab2d8f
parentbe3245a983ce579d93538719d418f4145a621c80 (diff)
downloadDistroKit-5eb165a3722013d2c80d7b07da5082bbbe23988d.tar.gz
DistroKit-5eb165a3722013d2c80d7b07da5082bbbe23988d.tar.xz
ptxdist: version bump 2016.07.0 -> 2016.08.0
With systemd being updated from 229 to 230, the old bindmount for /run from our local fstab doesn't work any more and ends up in emergency mode. Remove fstab and replace with ptxdist standard file. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/platform-rpi/platformconfig4
-rw-r--r--configs/platform-v7a/platformconfig4
-rw-r--r--configs/ptxconfig8
-rw-r--r--projectroot/etc/fstab20
4 files changed, 9 insertions, 27 deletions
diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig
index 23b6a01..81727e2 100644
--- a/configs/platform-rpi/platformconfig
+++ b/configs/platform-rpi/platformconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# PTXdist 2016.07.0
+# PTXdist 2016.08.0
#
PTXCONF__platformconfig_MAGIC__=y
@@ -19,7 +19,7 @@ PTXCONF_PLATFORM="rpi"
PTXCONF_PLATFORM_VERSION="-2016.01.0"
PTXCONF_RUNTIME=y
PTXCONF_BUILDTIME=y
-PTXCONF_PLATFORMCONFIG_VERSION="2016.07.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2016.08.0"
#
# architecture
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index ac361aa..cd61279 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# PTXdist 2016.07.0
+# PTXdist 2016.08.0
#
PTXCONF__platformconfig_MAGIC__=y
@@ -19,7 +19,7 @@ PTXCONF_PLATFORM="v7a"
PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
PTXCONF_RUNTIME=y
PTXCONF_BUILDTIME=y
-PTXCONF_PLATFORMCONFIG_VERSION="2016.07.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2016.08.0"
#
# architecture
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 8a14c81..0a398b8 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# PTXdist 2016.07.0
+# PTXdist 2016.08.0
#
PTXCONF_DATAPARTITION=y
@@ -60,7 +60,7 @@ PTXCONF_PROJECT_BUILD_DEVEL=y
PTXCONF_RUNTIME=y
PTXCONF_BUILDTIME=y
PTXCONF_VIRTUAL=y
-PTXCONF_CONFIGFILE_VERSION="2016.07.0"
+PTXCONF_CONFIGFILE_VERSION="2016.08.0"
PTXCONF__ptxconfig_MAGIC__=y
#
@@ -1219,7 +1219,6 @@ PTXCONF_BUSYBOX_LOGGER=y
# PTXCONF_CPUFREQUTILS is not set
# PTXCONF_DAEMONIZE is not set
# PTXCONF_DASH is not set
-# PTXCONF_DEVICEKIT_DISKS is not set
# PTXCONF_DFU_UTIL is not set
# PTXCONF_DIALOG is not set
# PTXCONF_DIFFUTILS is not set
@@ -1449,6 +1448,7 @@ PTXCONF_UTIL_LINUX_NG_HWCLOCK=y
#
# PTXCONF_CBMBASIC is not set
# PTXCONF_GMAKE is not set
+# PTXCONF_JS is not set
# PTXCONF_LUA_FILESYSTEM is not set
# PTXCONF_LUA is not set
# PTXCONF_LUAEXPAT is not set
@@ -1487,6 +1487,7 @@ PTXCONF_UTIL_LINUX_NG_HWCLOCK=y
#
# PTXCONF_FLUP6 is not set
# PTXCONF_PYSERIAL3 is not set
+# PTXCONF_PYTHON3_AIOHTTP_JSON_RPC is not set
# PTXCONF_PYTHON3_AIOHTTP_WSGI is not set
# PTXCONF_PYTHON3_AIOHTTP is not set
# PTXCONF_PYTHON3_CHARDET is not set
@@ -2093,6 +2094,7 @@ PTXCONF_GLIB=y
# PTXCONF_GTK is not set
# PTXCONF_GTK2 is not set
# PTXCONF_GTKMM is not set
+# PTXCONF_JSON_GLIB is not set
# PTXCONF_LIBCROCO is not set
# PTXCONF_LIBGEE is not set
# PTXCONF_LIBRSVG is not set
diff --git a/projectroot/etc/fstab b/projectroot/etc/fstab
deleted file mode 100644
index 09b1d18..0000000
--- a/projectroot/etc/fstab
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# /etc/fstab
-#
-
-# special filesystems
-proc /proc proc nosuid,nodev,noexec 0 0
-devpts /dev/pts devpts nosuid,noexec,mode=620,gid=112 0 0
-sysfs /sys sysfs nosuid,nodev,noexec 0 0
-debugfs /sys/kernel/debug debugfs noauto 0 0
-
-# ramdisks
-tmpfs /tmp tmpfs nosuid,nodev,mode=1777,size=20% 0 0
-tmpfs /run tmpfs nosuid,nodev,strictatime,mode=0755 0 0
-/run /var/run bind bind 0 0
-tmpfs /var/log tmpfs nosuid,nodev,noexec,mode=0755,size=10% 0 0
-tmpfs /var/lock tmpfs nosuid,nodev,noexec,mode=0755,size=1M 0 0
-tmpfs /var/tmp tmpfs nosuid,nodev,mode=1777,size=20% 0 0
-
-# data partition
-/dev/mmcblk0p3 /mnt/data ext4 defaults,x-systemd.automount 0 2