diff options
author | Paul Spooren <mail@aparcar.org> | 2021-10-20 15:07:25 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-11-02 10:04:50 -1000 |
commit | 106c8add9cb31a942052e87f64e58f7aa485dd73 (patch) | |
tree | 06c0adb90d71176976c3e10311442c2df90f9107 | |
parent | 02c23d004c40cf8c24793ab8b4d2f4834356c33a (diff) | |
download | upstream-106c8add9cb31a942052e87f64e58f7aa485dd73.tar.gz upstream-106c8add9cb31a942052e87f64e58f7aa485dd73.tar.bz2 upstream-106c8add9cb31a942052e87f64e58f7aa485dd73.zip |
uml: build target again via the Buildbots
The UML target been outdated for a long time. Instead of just carrying
unmaintained code we should build it again and allow people and CIs to
use it for testing.
This commit removes the `source-only` feature which disables building.
Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r-- | target/linux/uml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 7c27dda036..b75a6e5414 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -11,7 +11,7 @@ ifeq ($(HOST_OS),Linux) ARCH:=x86_64 BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=squashfs ext4 audio source-only +FEATURES:=squashfs ext4 audio KERNEL_PATCHVER:=5.4 |