From: Chunrong Guo <[email protected]> Signed-off-by: Chunrong Guo <[email protected]> --- conf/machine/include/qoriq-base.inc | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 562f5d7..dcb6d4e 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc @@ -27,3 +27,6 @@ MACHINE_ARCH_FILTER = "virtual/kernel" MACHINE_SOCARCH_FILTER_append_qoriq = " cryptodev-qoriq-linux cryptodev-qoriq-module cryptodev-qoriq-test openssl-qoriq" INHERIT += "fsl-dynamic-packagearch" + +MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 12000" +UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" -- 1.9.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
