Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
5bb2bd25
Commit
5bb2bd25
authored
May 05, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buteo-mtp: Expose Watch Memory instead of Phone Memory + SD Card
parent
85ce35c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
1 deletion
+54
-1
0004-fsstorageplugin-Expose-Watch-Memory-instead-of-Phone.patch
...sstorageplugin-Expose-Watch-Memory-instead-of-Phone.patch
+52
-0
buteo-mtp_git.bb
recipes-nemomobile/buteo/buteo-mtp_git.bb
+2
-1
No files found.
recipes-nemomobile/buteo/buteo-mtp/0004-fsstorageplugin-Expose-Watch-Memory-instead-of-Phone.patch
0 → 100644
View file @
5bb2bd25
From af0d09e1f2f5143216ad6b1a08b20cbdf0661d75 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Fri, 5 May 2017 17:34:18 +0200
Subject: [PATCH] fsstorageplugin: Expose Watch Memory instead of Phone Memory
+ SD Card
---
mts/platform/storage/fsstorageplugin/fsstorageplugin.pro | 2 +-
mts/platform/storage/fsstorageplugin/sd-card.xml | 3 ---
.../storage/fsstorageplugin/{phone-memory.xml => watch-memory.xml} | 2 +-
3 files changed, 2 insertions(+), 5 deletions(-)
delete mode 100644 mts/platform/storage/fsstorageplugin/sd-card.xml
rename mts/platform/storage/fsstorageplugin/{phone-memory.xml => watch-memory.xml} (62%)
diff --git a/mts/platform/storage/fsstorageplugin/fsstorageplugin.pro b/mts/platform/storage/fsstorageplugin/fsstorageplugin.pro
index 218a398..12fc919 100644
--- a/mts/platform/storage/fsstorageplugin/fsstorageplugin.pro
+++ b/mts/platform/storage/fsstorageplugin/fsstorageplugin.pro
@@ -50,7 +50,7 @@
LIBS += -lmeegomtp
target.path = /usr/lib/mtp
configuration.path = /etc/fsstorage.d
-configuration.files = phone-memory.xml homedir-blacklist.conf sd-card.xml
+configuration.files = watch-memory.xml homedir-blacklist.conf
INSTALLS += target configuration
diff --git a/mts/platform/storage/fsstorageplugin/sd-card.xml b/mts/platform/storage/fsstorageplugin/sd-card.xml
deleted file mode 100644
index a625537..0000000
--- a/mts/platform/storage/fsstorageplugin/sd-card.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<storage name="sdcard" blockdev="/dev/mmcblk1" description="SD Card">
-</storage>
diff --git a/mts/platform/storage/fsstorageplugin/phone-memory.xml b/mts/platform/storage/fsstorageplugin/watch-memory.xml
similarity index 62%
rename from mts/platform/storage/fsstorageplugin/phone-memory.xml
rename to mts/platform/storage/fsstorageplugin/watch-memory.xml
index 32b3b39..3f3df56 100644
--- a/mts/platform/storage/fsstorageplugin/phone-memory.xml
+++ b/mts/platform/storage/fsstorageplugin/watch-memory.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<storage name="media" path="/home/ceres" description="Phone Memory">
+<storage name="media" path="/home/ceres" description="Watch Memory">
<blacklist>homedir-blacklist.conf</blacklist>
</storage>
--
2.11.0
recipes-nemomobile/buteo/buteo-mtp_git.bb
View file @
5bb2bd25
...
...
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://mtpserver/mtpserver.cpp;beginline=1;endline=30;md5=a2
SRC_URI = "git://git.merproject.org/mer-core/buteo-mtp.git;protocol=https \
file://0001-Remove-dependency-to-SSU-and-tests.patch \
file://0002-Start-buteo-mtp-as-ceres-by-default.patch \
file://0003-Fixes-some-dependencies-to-contextkit-bash-and-syste.patch"
file://0003-Fixes-some-dependencies-to-contextkit-bash-and-syste.patch \
file://0004-fsstorageplugin-Expose-Watch-Memory-instead-of-Phone.patch"
SRCREV = "dd37c4f61e96bc25dd95d9661310e5326e31b593"
PR = "r1"
PV = "+git${SRCPV}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment