summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-06-16 17:47:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-30 20:56:36 +0100
commitc9ed41a3130549f3397b5325bf2e503c2186d1a7 (patch)
tree0e262ef4ccc18c7483f4d1884bb7d650fd392d66 /meta
parent55c381316d8377cb55c898402058e576fb2e8229 (diff)
downloadpoky-c9ed41a3130549f3397b5325bf2e503c2186d1a7.tar.gz
base-files: add btrfs to /etc/filesystems
(From OE-Core rev: 715aca9d73c5c351d2230d46892e435d43f19556) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/base-files/base-files/filesystems1
-rw-r--r--meta/recipes-core/base-files/base-files_3.0.14.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/base-files/base-files/filesystems b/meta/recipes-core/base-files/base-files/filesystems
index 653593a432..2af6a7e355 100644
--- a/meta/recipes-core/base-files/base-files/filesystems
+++ b/meta/recipes-core/base-files/base-files/filesystems
@@ -3,4 +3,5 @@ fat
3vfat 3vfat
4ext2 4ext2
5ext3 5ext3
6btrfs
6* 7*
diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index e76fdf6362..6091f1b869 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -2,7 +2,7 @@ SUMMARY = "Miscellaneous files for the base system."
2DESCRIPTION = "The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system." 2DESCRIPTION = "The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system."
3SECTION = "base" 3SECTION = "base"
4PRIORITY = "required" 4PRIORITY = "required"
5PR = "r68" 5PR = "r69"
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f" 7LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f"
8SRC_URI = "file://rotation \ 8SRC_URI = "file://rotation \