aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xbuild.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index fa2f622..a5a74c4 100644
--- a/README
+++ b/README
@@ -11,6 +11,8 @@ cp ../dot-config .config
patch -p1 < ../0001-linux-fix-defconfig-for-arm64.patch
patch -p1 < ../0002-busybox-enable-taskset-cmd.patch
patch -p1 < ../0003-system-profile-export-PS1-as-root-buildroot.patch
+# Copy selftest patch to skip known failed tests
+cp ../0001-selftest-skip-fail-test.patch linux/
# Build the rootfs
make
# Publish rootfs.tar.xz
diff --git a/build.sh b/build.sh
index 2fa78a5..08c7105 100755
--- a/build.sh
+++ b/build.sh
@@ -7,4 +7,5 @@ cp ../dot-config .config
patch -p1 < ../0001-linux-fix-defconfig-for-arm64.patch
patch -p1 < ../0002-busybox-enable-taskset-cmd.patch
patch -p1 < ../0003-system-profile-export-PS1-as-root-buildroot.patch
+cp ../0001-selftest-skip-fail-test.patch linux/
make