diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-06-16 17:47:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-30 20:56:36 +0100 |
commit | c9ed41a3130549f3397b5325bf2e503c2186d1a7 (patch) | |
tree | 0e262ef4ccc18c7483f4d1884bb7d650fd392d66 /meta/recipes-core | |
parent | 55c381316d8377cb55c898402058e576fb2e8229 (diff) | |
download | poky-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/recipes-core')
-rw-r--r-- | meta/recipes-core/base-files/base-files/filesystems | 1 | ||||
-rw-r--r-- | meta/recipes-core/base-files/base-files_3.0.14.bb | 2 |
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 | |||
3 | vfat | 3 | vfat |
4 | ext2 | 4 | ext2 |
5 | ext3 | 5 | ext3 |
6 | btrfs | ||
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." | |||
2 | DESCRIPTION = "The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system." | 2 | DESCRIPTION = "The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system." |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | PRIORITY = "required" | 4 | PRIORITY = "required" |
5 | PR = "r68" | 5 | PR = "r69" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f" | 7 | LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f" |
8 | SRC_URI = "file://rotation \ | 8 | SRC_URI = "file://rotation \ |