Skip to content

Commit

Permalink
honister: Fix recipes HYP-27440
Browse files Browse the repository at this point in the history
Update recipes to new versions.

Signed-off-by: Mario Schuknecht <[email protected]>
  • Loading branch information
Mario Schuknecht committed Nov 17, 2021
1 parent efa2af9 commit cf612e4
Show file tree
Hide file tree
Showing 39 changed files with 13 additions and 204 deletions.
File renamed without changes.
23 changes: 0 additions & 23 deletions recipes-core/base-files/base-files_3.0.14.bbappend

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From 2852e40e4326f22b81e4f53fde203a16893a9131 Mon Sep 17 00:00:00 2001
From 4c93877e34023ea14b819e942edb8d2166522c41 Mon Sep 17 00:00:00 2001
From: Mario Schuknecht <[email protected]>
Date: Wed, 8 Jul 2020 07:11:19 +0200
Date: Wed, 17 Nov 2021 09:03:11 +0100
Subject: [PATCH] ext4 64bit feature not activated by default HYP-24046

The ext4 64bit feature allows partitioning greater than 16TiB. But with
Expand All @@ -15,20 +15,19 @@ Signed-off-by: Mario Schuknecht <[email protected]>
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index c95f55bb..e7972dea 100644
index 83c75a31..a39ef2a4 100644
--- a/misc/mke2fs.conf.in
+++ b/misc/mke2fs.conf.in
@@ -11,8 +11,9 @@
@@ -11,7 +11,8 @@
features = has_journal
}
ext4 = {
- features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
+ features = has_journal,extent,huge_file,flex_bg,metadata_csum,dir_nlink,extra_isize
inode_size = 256
+ auto_64-bit_support = 1
}
small = {
blocksize = 1024
--
2.16.4
2.26.2

Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
From cd301edd32c129b23ddcc76a04c281fac8eaaa74 Mon Sep 17 00:00:00 2001
From 57165d22cebb63a867ec63ef981b25d06aa07da6 Mon Sep 17 00:00:00 2001
From: Mario Schuknecht <[email protected]>
Date: Sun, 7 Mar 2021 09:18:41 +0100
Subject: [PATCH] mke2fs.conf: define a short proceed_delay of 1 sec,
HYP-14823
Date: Wed, 17 Nov 2021 09:34:11 +0100
Subject: [PATCH] mke2fs.conf: define a short proceed_delay of 1 sec, HYP-14823

Beginning with this version mke2fs asks the user for confirmation if
block device or image file contains an existing file system image.
Expand All @@ -16,12 +15,12 @@ Signed-off-by: Steffen Sledz <[email protected]>
1 file changed, 3 insertions(+)

diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index 01e35cf8..a72e0cba 100644
index 05680992..83c75a31 100644
--- a/misc/mke2fs.conf.in
+++ b/misc/mke2fs.conf.in
@@ -45,3 +45,6 @@
blocksize = 4096
@@ -43,3 +43,6 @@
inode_size = 128
warn_y2038_dates = 0
}
+
+[options]
Expand Down
2 changes: 0 additions & 2 deletions recipes-devtools/mklibs-native/mklibs-native_%.bbappend

This file was deleted.

3 changes: 2 additions & 1 deletion recipes-image/hipos/image-common.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# common stuff for all images
LICENSE = "CLOSED"
inherit core-image

# Image feature debug-tweaks makes an image suitable for development. It adds 'allow-empty-password',
# 'empty-root-password', and 'post-install-logging' to IMAGE_FEATURES.
# meta-angstrom/recipes-images/angstrom/angstrom-image.bb adds also allow-empty-password to IMAGE_FEATURES.
Expand Down
File renamed without changes.
141 changes: 0 additions & 141 deletions recipes-navigation/gpsd/gpsd_3.23.bb

This file was deleted.

24 changes: 0 additions & 24 deletions recipes-navigation/gpsd/gpsd_3.23.bbappend

This file was deleted.

0 comments on commit cf612e4

Please sign in to comment.