All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9
@ 2019-06-14  1:26 Yi Zhao
  2019-06-14  1:26 ` [meta-filesystems][PATCH 2/3] yaffs2-utils: update to latest master Yi Zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yi Zhao @ 2019-06-14  1:26 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../recipes-support/fuse/{fuse_2.9.8.bb => fuse_2.9.9.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-filesystems/recipes-support/fuse/{fuse_2.9.8.bb => fuse_2.9.9.bb} (94%)

diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
similarity index 94%
rename from meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb
rename to meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
index caa75c7..c83e7f6 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
@@ -16,8 +16,8 @@ SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${BP}/${BP}.tar.
            file://0001-fuse-fix-the-return-value-of-help-option.patch \
            file://fuse.conf \
 "
-SRC_URI[md5sum] = "f365e848a82504edb0b7a33df790ca78"
-SRC_URI[sha256sum] = "5e84f81d8dd527ea74f39b6bc001c874c02bad6871d7a9b0c14efb57430eafe3"
+SRC_URI[md5sum] = "8000410aadc9231fd48495f7642f3312"
+SRC_URI[sha256sum] = "d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5"
 
 UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases"
 UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>2(\.\d+)+).tar.gz"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-filesystems][PATCH 2/3] yaffs2-utils: update to latest master
  2019-06-14  1:26 [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9 Yi Zhao
@ 2019-06-14  1:26 ` Yi Zhao
  2019-06-14  1:26 ` [meta-filesystems][PATCH 3/3] xfsprogs: upgrade 4.18.0 -> 5.0.0 Yi Zhao
  2019-06-15 18:08 ` [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9 akuster808
  2 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2019-06-14  1:26 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
index 8628bea..7ecae4c 100644
--- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
+++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \
            file://0001-define-loff_t-if-not-already-defined.patch \
            "
 
-SRCREV = "3439fa4e60dd9799766b2c101f799ed9e565b632"
+SRCREV = "b4ce1bb1b46accb1619dc07164ef6945feded9db"
 
 UPSTREAM_CHECK_COMMITS = "1"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-filesystems][PATCH 3/3] xfsprogs: upgrade 4.18.0 -> 5.0.0
  2019-06-14  1:26 [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9 Yi Zhao
  2019-06-14  1:26 ` [meta-filesystems][PATCH 2/3] yaffs2-utils: update to latest master Yi Zhao
@ 2019-06-14  1:26 ` Yi Zhao
  2019-06-15 18:08 ` [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9 akuster808
  2 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2019-06-14  1:26 UTC (permalink / raw)
  To: openembedded-devel

Rebase 0001-build-Check-for-sync_file_range-libc-function.patch.
Remove disable-xfs_scrub-build.patch as the xfs_scrub build is
config-optional now. Add option '--enable-scrub=no' to EXTRA_OECONF to
disable build the experimental xfs_scrub utility.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 ...d-Check-for-sync_file_range-libc-function.patch | 16 ++++++------
 .../xfsprogs/files/disable-xfs_scrub-build.patch   | 30 ----------------------
 .../{xfsprogs_4.18.0.bb => xfsprogs_5.0.0.bb}      |  6 ++---
 3 files changed, 11 insertions(+), 41 deletions(-)
 delete mode 100644 meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch
 rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_4.18.0.bb => xfsprogs_5.0.0.bb} (92%)

diff --git a/meta-filesystems/recipes-utils/xfsprogs/files/0001-build-Check-for-sync_file_range-libc-function.patch b/meta-filesystems/recipes-utils/xfsprogs/files/0001-build-Check-for-sync_file_range-libc-function.patch
index 231da80..b5071ae 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/files/0001-build-Check-for-sync_file_range-libc-function.patch
+++ b/meta-filesystems/recipes-utils/xfsprogs/files/0001-build-Check-for-sync_file_range-libc-function.patch
@@ -1,4 +1,4 @@
-From f8a22f16c03e51d3c779b12f37d362faaa0ecf31 Mon Sep 17 00:00:00 2001
+From 1a4c9ebbb8731f2e3631d77b7eeaf3c373141d88 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Wed, 31 Jan 2018 21:28:53 -0800
 Subject: [PATCH] build: Check for sync_file_range libc function
@@ -16,10 +16,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
  4 files changed, 9 insertions(+), 2 deletions(-)
 
 diff --git a/include/builddefs.in b/include/builddefs.in
-index b895949..a388c83 100644
+index d38dc7e..706eca6 100644
 --- a/include/builddefs.in
 +++ b/include/builddefs.in
-@@ -95,6 +95,7 @@ HAVE_FIEMAP = @have_fiemap@
+@@ -94,6 +94,7 @@ HAVE_FIEMAP = @have_fiemap@
  HAVE_PREADV = @have_preadv@
  HAVE_PWRITEV2 = @have_pwritev2@
  HAVE_COPY_FILE_RANGE = @have_copy_file_range@
@@ -28,11 +28,11 @@ index b895949..a388c83 100644
  HAVE_SYNCFS = @have_syncfs@
  HAVE_READDIR = @have_readdir@
 diff --git a/io/Makefile b/io/Makefile
-index 00ede48..dd001b0 100644
+index 484e2b5..2751dcb 100644
 --- a/io/Makefile
 +++ b/io/Makefile
-@@ -60,10 +60,13 @@ CFILES += inject.c resblks.c
- LCFLAGS += -DHAVE_INJECT -DHAVE_RESBLKS
+@@ -53,10 +53,13 @@ else
+ LSRCFILES += fiemap.c
  endif
  
 -ifeq ($(HAVE_COPY_FILE_RANGE),yes)
@@ -47,10 +47,10 @@ index 00ede48..dd001b0 100644
  ifeq ($(HAVE_SYNC_FILE_RANGE),yes)
  CFILES += sync_file_range.c
 diff --git a/io/io.h b/io/io.h
-index e1f3d95..fe2e6a2 100644
+index 6469179..678b3d7 100644
 --- a/io/io.h
 +++ b/io/io.h
-@@ -151,7 +151,7 @@ extern void		fiemap_init(void);
+@@ -146,7 +146,7 @@ extern void		fiemap_init(void);
  #define fiemap_init()	do { } while (0)
  #endif
  
diff --git a/meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch b/meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch
deleted file mode 100644
index c07b4b5..0000000
--- a/meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 2bd40e5ed4df0b0a42beff8806b1ec5daa372c48 Mon Sep 17 00:00:00 2001
-From: Yi Zhao <yi.zhao@windriver.com>
-Date: Thu, 19 Jul 2018 16:49:41 +0800
-Subject: [PATCH] Disable xfs_scrub build
-
-Disable xfs_scrub build since it is experimental.
-
-Upstream-Status: Inappropriate [embedded specific]
-
-Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 7ddfa31..cd60319 100644
---- a/Makefile
-+++ b/Makefile
-@@ -48,7 +48,7 @@ LIBFROG_SUBDIR = libfrog
- DLIB_SUBDIRS = libxlog libxcmd libhandle
- LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS)
- TOOL_SUBDIRS = copy db estimate fsck growfs io logprint mkfs quota \
--		mdrestore repair rtcp m4 man doc debian spaceman scrub
-+		mdrestore repair rtcp m4 man doc debian spaceman
- 
- ifneq ("$(PKG_PLATFORM)","darwin")
- TOOL_SUBDIRS += fsr
--- 
-2.7.4
-
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.18.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.0.0.bb
similarity index 92%
rename from meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.18.0.bb
rename to meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.0.0.bb
index 88603db..c952d04 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.18.0.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.0.0.bb
@@ -9,12 +9,11 @@ DEPENDS = "util-linux util-linux-native"
 SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
            file://remove_flags_from_build_flags.patch \
            file://0001-build-Check-for-sync_file_range-libc-function.patch \
-           file://disable-xfs_scrub-build.patch \
            file://0001-Check-for-MAP_SYNC-in-sys-mman.h.patch \
            file://0002-include-include-xfs-linux.h-after-sys-mman.h.patch \
            "
-SRC_URI[md5sum] = "5f80b631b68df89a8b9283307e96d2e8"
-SRC_URI[sha256sum] = "397dc96f51aeeff73d021d3418d3172377b2685f2740ca60525096c070aa3df1"
+SRC_URI[md5sum] = "b6acc4aa93a952595fc8f2e7447be6f2"
+SRC_URI[sha256sum] = "fcc2e6478aed55408a341567c0459f514e575296d8827d9004cae8aa0367dc4a"
 
 inherit autotools-brokensep
 
@@ -31,6 +30,7 @@ FILES_${PN}-repair = "${base_sbindir}/xfs_repair"
 FILES_libhandle = "${base_libdir}/libhandle${SOLIBS}"
 
 EXTRA_OECONF = "--enable-gettext=no \
+                --enable-scrub=no \
                 INSTALL_USER=root \
                 INSTALL_GROUP=root \
                 ac_cv_header_aio_h=yes \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9
  2019-06-14  1:26 [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9 Yi Zhao
  2019-06-14  1:26 ` [meta-filesystems][PATCH 2/3] yaffs2-utils: update to latest master Yi Zhao
  2019-06-14  1:26 ` [meta-filesystems][PATCH 3/3] xfsprogs: upgrade 4.18.0 -> 5.0.0 Yi Zhao
@ 2019-06-15 18:08 ` akuster808
  2019-06-17  0:07   ` Yi Zhao
  2 siblings, 1 reply; 5+ messages in thread
From: akuster808 @ 2019-06-15 18:08 UTC (permalink / raw)
  To: Yi Zhao, openembedded-devel



On 6/13/19 6:26 PM, Yi Zhao wrote:
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>

is this a bug fix only update?
> ---
>  .../recipes-support/fuse/{fuse_2.9.8.bb => fuse_2.9.9.bb}             | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-filesystems/recipes-support/fuse/{fuse_2.9.8.bb => fuse_2.9.9.bb} (94%)
>
> diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
> similarity index 94%
> rename from meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb
> rename to meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
> index caa75c7..c83e7f6 100644
> --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb
> +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
> @@ -16,8 +16,8 @@ SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${BP}/${BP}.tar.
>             file://0001-fuse-fix-the-return-value-of-help-option.patch \
>             file://fuse.conf \
>  "
> -SRC_URI[md5sum] = "f365e848a82504edb0b7a33df790ca78"
> -SRC_URI[sha256sum] = "5e84f81d8dd527ea74f39b6bc001c874c02bad6871d7a9b0c14efb57430eafe3"
> +SRC_URI[md5sum] = "8000410aadc9231fd48495f7642f3312"
> +SRC_URI[sha256sum] = "d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5"
>  
>  UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases"
>  UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>2(\.\d+)+).tar.gz"



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9
  2019-06-15 18:08 ` [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9 akuster808
@ 2019-06-17  0:07   ` Yi Zhao
  0 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2019-06-17  0:07 UTC (permalink / raw)
  To: akuster808, openembedded-devel


On 6/16/19 2:08 AM, akuster808 wrote:
>
> On 6/13/19 6:26 PM, Yi Zhao wrote:
>> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> is this a bug fix only update?

I think it is a bug fix release:

https://github.com/libfuse/libfuse/releases/tag/fuse-2.9.9


//Yi

>> ---
>>   .../recipes-support/fuse/{fuse_2.9.8.bb => fuse_2.9.9.bb}             | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta-filesystems/recipes-support/fuse/{fuse_2.9.8.bb => fuse_2.9.9.bb} (94%)
>>
>> diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
>> similarity index 94%
>> rename from meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb
>> rename to meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
>> index caa75c7..c83e7f6 100644
>> --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.8.bb
>> +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb
>> @@ -16,8 +16,8 @@ SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${BP}/${BP}.tar.
>>              file://0001-fuse-fix-the-return-value-of-help-option.patch \
>>              file://fuse.conf \
>>   "
>> -SRC_URI[md5sum] = "f365e848a82504edb0b7a33df790ca78"
>> -SRC_URI[sha256sum] = "5e84f81d8dd527ea74f39b6bc001c874c02bad6871d7a9b0c14efb57430eafe3"
>> +SRC_URI[md5sum] = "8000410aadc9231fd48495f7642f3312"
>> +SRC_URI[sha256sum] = "d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5"
>>   
>>   UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases"
>>   UPSTREAM_CHECK_REGEX = "fuse\-(?P<pver>2(\.\d+)+).tar.gz"
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-17  0:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-14  1:26 [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9 Yi Zhao
2019-06-14  1:26 ` [meta-filesystems][PATCH 2/3] yaffs2-utils: update to latest master Yi Zhao
2019-06-14  1:26 ` [meta-filesystems][PATCH 3/3] xfsprogs: upgrade 4.18.0 -> 5.0.0 Yi Zhao
2019-06-15 18:08 ` [meta-filesystems][PATCH 1/3] fuse: upgrade 2.9.8 -> 2.9.9 akuster808
2019-06-17  0:07   ` Yi Zhao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.