diff options
-rw-r--r-- | meta/recipes-core/base-files/base-files/filesystems | 9 | ||||
-rw-r--r-- | meta/recipes-core/base-files/base-files_3.0.14.bb | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-core/base-files/base-files/filesystems b/meta/recipes-core/base-files/base-files/filesystems index 2af6a7e355..7e6c41c38f 100644 --- a/meta/recipes-core/base-files/base-files/filesystems +++ b/meta/recipes-core/base-files/base-files/filesystems | |||
@@ -1,7 +1,8 @@ | |||
1 | minix | 1 | ext4 |
2 | fat | ||
3 | vfat | ||
4 | ext2 | ||
5 | ext3 | 2 | ext3 |
3 | ext2 | ||
4 | vfat | ||
5 | fat | ||
6 | btrfs | 6 | btrfs |
7 | minix | ||
7 | * | 8 | * |
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 eb40917eb5..6bab040e4f 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 | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Miscellaneous files for the base system." | 1 | 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 | PR = "r70" | 4 | PR = "r71" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | # Removed all license related tasks in this recipe as license.bbclass | 7 | # Removed all license related tasks in this recipe as license.bbclass |