summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Chang <jeremy.chang@linaro.org>2011-03-23 15:29:33 +0800
committerPatrik Ryd <patrik.ryd@linaro.org>2011-03-25 10:14:11 +0100
commit9b5f31f2a148df8be1a955319a12dc7484de8191 (patch)
treec2b65191b45dcd0303609148aebd9216a39d560c
parent4656394865e6c0451c4c627c1cbd61d389283680 (diff)
downloadpandaboard-9b5f31f2a148df8be1a955319a12dc7484de8191.tar.gz
Add vold.fstab
vold.fstab is the vold configuration file to tell what the device to mount.
-rw-r--r--device.mk17
-rw-r--r--pandaboard.mk1
-rw-r--r--vold.fstab15
3 files changed, 33 insertions, 0 deletions
diff --git a/device.mk b/device.mk
new file mode 100644
index 0000000..3f073d6
--- /dev/null
+++ b/device.mk
@@ -0,0 +1,17 @@
+# Copyright 2011 Linaro Limited
+# Copyright (C) 2010 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+PRODUCT_COPY_FILES := \
+ device/linaro/beagleboard/vold.fstab:system/etc/vold.fstab
diff --git a/pandaboard.mk b/pandaboard.mk
index b7aab1c..7c15efd 100644
--- a/pandaboard.mk
+++ b/pandaboard.mk
@@ -28,6 +28,7 @@ PRODUCT_PACKAGES := \
$(ZEROXBENCHMARK_NATIVE_APPS)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
+$(call inherit-product, device/linaro/pandaboard/device.mk)
# Overrides
PRODUCT_BRAND := pandaboard
diff --git a/vold.fstab b/vold.fstab
new file mode 100644
index 0000000..c17bb64
--- /dev/null
+++ b/vold.fstab
@@ -0,0 +1,15 @@
+## Vold 2.0 Generic fstab
+## - San Mehat (san@android.com)
+##
+
+#######################
+## Regular device mount
+##
+## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
+## label - Label for the volume
+## mount_point - Where the volume will be mounted
+## part - Partition # (1 based), or 'auto' for first usable partition.
+## <sysfs_path> - List of sysfs paths to source devices
+######################
+
+dev_mount sdcard /mnt/sdcard 7 /devices/platform/mmci-omap-hs.0/mmc_host/mmc0