Skip to content

Commit

Permalink
com.webos.service.pdm=5 linux-raspberrypi=webosrpi19
Browse files Browse the repository at this point in the history
:Release Notes:
Enable config for NTFS file system support

:Detailed Notes:
- com.webos.service.pdm
  - Fix NTFS mount failure by removing  mount flag nls=utf8

- linux-raspberrypi
  - Enable config for NTFS file system support

com.webos.service.pdm: submissions/4..submissions/5
73e5d3b Fix NTFS filesystem mount flags

linux-raspberrypi=webosrpi19
Enable config for NTFS file system support

:Testing Performed:
Test results available in PLAT-76436

:QA Notes:
NA

:Issues Addressed:
[PLAT-76436] [OSE] CCC: com.webos.service.pdm=5
                        linux-raspberrypi=webosrpi19
[PLAT-76358] Unable to mount NTFS file system

Change-Id: I8ea94ef0dea243cecfe900bd8020c8d878cbfa7b
  • Loading branch information
radhika.s authored and Minjae Kim committed Apr 16, 2019
1 parent 218f129 commit f4b0958
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
From 1438a25e381f9c6bda5b3bda02ce3c68c63c9f99 Mon Sep 17 00:00:00 2001
From: "radhika.s" <[email protected]>
Date: Tue, 26 Mar 2019 20:22:03 +0530
Subject: [PATCH 2/2] Enable NTFS file system support

:Release Notes:
Enable NTFS file system support in OSE

:Detailed Notes:
PDM requires NTFS file system to mount and do NTFS file system
operations.

:Testing Performed:
Tested and able to mount NTFS USB storage successfuly

:QA Notes:
NA

:Issues Addressed:
[PLAT-76358] Unable to mount NTFS file system
---
arch/arm/configs/bcm2709_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/bcm2709_defconfig b/arch/arm/configs/bcm2709_defconfig
index 90e267a..5e08a45 100644
--- a/arch/arm/configs/bcm2709_defconfig
+++ b/arch/arm/configs/bcm2709_defconfig
@@ -1280,7 +1280,7 @@ CONFIG_UDF_FS=m
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
-CONFIG_NTFS_FS=m
+CONFIG_NTFS_FS=y
CONFIG_NTFS_RW=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
--
2.7.4

Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
From 1438a25e381f9c6bda5b3bda02ce3c68c63c9f99 Mon Sep 17 00:00:00 2001
From: "radhika.s" <[email protected]>
Date: Tue, 26 Mar 2019 20:22:03 +0530
Subject: [PATCH 2/2] Enable NTFS file system support

:Release Notes:
Enable NTFS file system support in OSE

:Detailed Notes:
PDM requires NTFS file system to mount and do NTFS file system
operations.

:Testing Performed:
Tested and able to mount NTFS USB storage successfuly

:QA Notes:
NA

:Issues Addressed:
[PLAT-76358] Unable to mount NTFS file system
---
arch/arm/configs/bcm2709_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/bcm2709_defconfig b/arch/arm/configs/bcm2709_defconfig
index 90e267a..5e08a45 100644
--- a/arch/arm/configs/bcm2709_defconfig
+++ b/arch/arm/configs/bcm2709_defconfig
@@ -1280,7 +1280,7 @@ CONFIG_UDF_FS=m
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
-CONFIG_NTFS_FS=m
+CONFIG_NTFS_FS=y
CONFIG_NTFS_RW=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
--
2.7.4

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2017-2018 LG Electronics, Inc.
# Copyright (c) 2017-2019 LG Electronics, Inc.

EXTENDPRAUTO_append = "webosrpi18"
EXTENDPRAUTO_append = "webosrpi19"

CMDLINE_append = " rw"

Expand All @@ -24,6 +24,7 @@ SRC_URI_append = " \
file://0014-DRM-custom-prop.patch \
file://0015-DRM-forcing-permissions.patch \
file://0016-Enable-ZRAM-feature.patch \
file://0017-Enable-NTFS-file-system-support.patch \
"

KERNEL_MODULE_AUTOLOAD_append = " \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RDEPENDS_${PN} = "fuse-utils gphoto2 gphotofs sdparm gptfdisk-sgdisk e2fsprogs-e

RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_pdm-plugin}"

WEBOS_VERSION = "1.0.0-4_88bd55be1a594ea791ae316cf84668779a337c87"
WEBOS_VERSION = "1.0.0-5_1a9cd37dcd0dd402ebd23a96c66f0f2bd3af5126"
PR = "r0"

inherit webos_component
Expand Down

0 comments on commit f4b0958

Please sign in to comment.