summaryrefslogtreecommitdiff
path: root/liuyq-patches
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-08-11 07:28:00 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2016-08-11 07:28:00 +0800
commitab2b411b1c98990cf92125eadfd2024b56c714d5 (patch)
tree84a2e4612b47aa067248d14fc07adbdafbaf72f1 /liuyq-patches
parentd526d8463ff23e08171d7eebc48642baadff0e83 (diff)
update patches for btrfs
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'liuyq-patches')
-rw-r--r--liuyq-patches/btrfs.patch14
-rw-r--r--liuyq-patches/liuyq.xml4
2 files changed, 17 insertions, 1 deletions
diff --git a/liuyq-patches/btrfs.patch b/liuyq-patches/btrfs.patch
index fd41422..81a4b6b 100644
--- a/liuyq-patches/btrfs.patch
+++ b/liuyq-patches/btrfs.patch
@@ -1,3 +1,17 @@
+diff --git a/device.mk b/device.mk
+index 7c9aa8f..29ff4aa 100644
+--- a/device.mk
++++ b/device.mk
+@@ -41,6 +41,9 @@ DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay
+ # Add openssh support for remote debugging and job submission
+ PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh uim
+
++# Add package for btrfs
++PRODUCT_PACKAGES += mkfs.btrfs btrfs-convert
++
+ # Add wifi-related packages
+ PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd
+ PRODUCT_PROPERTY_OVERRIDES += wifi.interface=wlan0 \
diff --git a/fstab.hikey b/fstab.hikey
index a2458eb..a773725 100644
--- a/fstab.hikey
diff --git a/liuyq-patches/liuyq.xml b/liuyq-patches/liuyq.xml
index dbaf820..caa4d8b 100644
--- a/liuyq-patches/liuyq.xml
+++ b/liuyq-patches/liuyq.xml
@@ -2,10 +2,12 @@
<manifest>
<remote name="github4liuyq" fetch="https://github.com/" />
<remote name="local" fetch="file:////SATA3/aosp-mirror/hikey/" />
+ <remote name="lzo" fetch="https://gitblit.pacien.net/r/libs" />
<project path="packages/apps/AndroidTerm" name="platform/external/AndroidTerm" revision="linaro-master" remote="linaro-android"/>
<project path="packages/inputmethods/hackerskeyboard" name="liuyq/hackerskeyboard" revision="master" remote="github4liuyq"/>
- <project path="external/btrfs-progs" name="liuyq/btrfs-progs" revision="master" remote="github4liuyq"/>
+ <project path="external/lzo" name="android-lzo.git" revision="master" remote="lzo"/>
+ <project path="external/btrfs-progs" name="liuyq/btrfs-progs" revision="android-btrfs" remote="github4liuyq"/>
<!--
<project path="external/opencv-upstream" name="Itseez/opencv" revision="master" remote="github4liuyq" />
<project path="external/ncurses" name="platform/external/ncurses" revision="linaro" groups="common" remote="linaro-android"/>