From c0b837dbc81ec4f5215132f3ac61bf4cb488703e Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 17 Apr 2020 13:13:20 -0400 Subject: [PATCH] tasks: kernel: Clarify prebuilt kernel deprecation notice Change-Id: I229029a3b36c5564a445752c6e495817a0969240 --- build/tasks/kernel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/kernel.mk b/build/tasks/kernel.mk index b5690d06..92f51874 100644 --- a/build/tasks/kernel.mk +++ b/build/tasks/kernel.mk @@ -110,7 +110,7 @@ ifeq "$(wildcard $(KERNEL_SRC) )" "" ifneq ($(HAS_PREBUILT_KERNEL),) $(warning ***************************************************************) $(warning * Using prebuilt kernel binary instead of source *) - $(warning * THIS IS DEPRECATED, AND WILL BE DISCONTINUED *) + $(warning * THIS IS DEPRECATED, AND IS NOT ADVISED. *) $(warning * Please configure your device to download the kernel *) $(warning * source repository to $(KERNEL_SRC)) $(warning * for more information *)