You need to sign in or sign up before continuing.
Commit edd959e1 authored by Andrey Liakhovets's avatar Andrey Liakhovets Committed by Michael Shigorin

Enable ubifs packing of result.

An example for sam9x25-ek: make \ PACK_UBI_MIN_IO_SIZE=2KiB \ PACK_UBIFS_OPTS="-e 124KiB -c 1984" \ PACK_UBI_OPTS="-p 128KiB -s 2048" \ PACK_UBI_VOL_TYPE=dynamic \ PACK_UBI_VOL_NAME=rootfs \ PACK_UBI_VOL_FLAGS=autoresize \ HSH_EXCLUDE_DOCS=1 ARCH=arm APTCONF=apt.conf.sisyphus.arm ve/generic.ubifs https://bugzilla.altlinux.org/show_bug.cgi?id=27994#c0
parent 09cb29cb
...@@ -16,7 +16,7 @@ else ...@@ -16,7 +16,7 @@ else
endif endif
# virtual environments # virtual environments
VE_ARCHIVES := tar cpio VE_ARCHIVES := tar cpio ubifs
VE_COMPRESSORS := gz xz# there's no sense in bzip2 by now VE_COMPRESSORS := gz xz# there's no sense in bzip2 by now
VE_ZIPS := $(call addsuffices, \ VE_ZIPS := $(call addsuffices, \
$(addprefix .,$(VE_COMPRESSORS)), \ $(addprefix .,$(VE_COMPRESSORS)), \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment