summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
diff options
context:
space:
mode:
authorSean Anderson <sean.anderson@seco.com>2022-08-12 15:44:04 -0400
committerKhem Raj <raj.khem@gmail.com>2022-08-13 07:05:31 -0700
commit9862a017fa7f88424f0670ba89af58e5051550b0 (patch)
treebd02990b51040f62df11ffacfc82aec4ff588153 /meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
parentfb331cb62eafd1e534dee292525084ccee0ef3e1 (diff)
downloadmeta-openembedded-9862a017fa7f88424f0670ba89af58e5051550b0.tar.gz
image_types_sparse: Generate "don't care" chunks
By default, img2simg will only generate raw and fill chunks. This adds support for "don't care" chunks, based on file holes. This is similar to how bmaptool works. "don't care" chunks do not need to be written, speeding up flashing time. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb')
-rw-r--r--meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
index 8f28abbd1..26393605d 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
+++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
@@ -41,6 +41,9 @@ SRC_URI = " \
41 file://core/adb_libssl_11.diff;patchdir=system/core \ 41 file://core/adb_libssl_11.diff;patchdir=system/core \
42 file://core/0013-adb-Support-riscv64.patch;patchdir=system/core \ 42 file://core/0013-adb-Support-riscv64.patch;patchdir=system/core \
43 file://core/0014-add-u3-ss-descriptor-support-for-adb.patch;patchdir=system/core \ 43 file://core/0014-add-u3-ss-descriptor-support-for-adb.patch;patchdir=system/core \
44 file://core/0015-libsparse-Split-off-most-of-sparse_file_read_normal-.patch;patchdir=system/core \
45 file://core/0016-libsparse-Add-hole-mode-to-sparse_file_read.patch;patchdir=system/core \
46 file://core/0017-img2simg-Add-support-for-converting-holes-to-don-t-c.patch;patchdir=system/core \
44 file://extras/0001-ext4_utils-remove-selinux-extensions.patch;patchdir=system/extras \ 47 file://extras/0001-ext4_utils-remove-selinux-extensions.patch;patchdir=system/extras \
45 file://extras/0002-ext4_utils-add-o-argument-to-preserve-ownership.patch;patchdir=system/extras \ 48 file://extras/0002-ext4_utils-add-o-argument-to-preserve-ownership.patch;patchdir=system/extras \
46 file://libselinux/0001-Remove-bionic-specific-calls.patch;patchdir=external/libselinux \ 49 file://libselinux/0001-Remove-bionic-specific-calls.patch;patchdir=external/libselinux \