kmscube: document failed attempt

build: remove duplicated lines from some merge
This commit is contained in:
Ciro Santilli
2018-06-01 09:50:00 +01:00
parent 55b94d2896
commit 07b9ae39d7
3 changed files with 56 additions and 11 deletions

5
build
View File

@@ -164,11 +164,6 @@ BR2_ROOTFS_POST_SCRIPT_ARGS=\"${post_script_args}\"
sed -Ei 's/^BR2_PACKAGE_LINUX_TOOLS_GPIO/BR2_PACKAGE_LINUX_TOOLS_GPIO=n/' "$config_file"
fi
make O="$buildroot_out_dir" olddefconfig
if [ "$arch" = 'mips64' ]; then
# Workaround for: https://bugs.busybox.net/show_bug.cgi?id=10276
sed -Ei 's/^BR2_PACKAGE_LINUX_TOOLS_GPIO/BR2_PACKAGE_LINUX_TOOLS_GPIO=n/' "$config_file"
fi
make O="$buildroot_out_dir" olddefconfig
fi
common_mkdir