diff options
-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 \ |