summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Stanacar <stefan.stanacar@intel.com>2016-03-18 13:13:04 +0200
committerStefan Stanacar <stefan.stanacar@intel.com>2016-03-18 15:14:51 +0200
commit1fd10a5e4bb9b166db1724eeafbfaeb60fa48d66 (patch)
tree76976a887ea7dd3d9ba175fa25f6b7977f1160bd
parent7d363f732c394591afe2c942403c517fe9c5f78e (diff)
downloadintel-1fd10a5e4bb9b166db1724eeafbfaeb60fa48d66.tar.gz
minnowboard: switch to common kernel 4.4
Switch Minnowboard to kernel 4.4 and allow other devices based on baytrail to select their own kernel. Also we set TARGET_KERNEL_DEFCONFIG to x86_64_defconfig since that already exists in the kernel configs dir. (TARGET_KERNEL_DEFCONFIG is relative to the kernel path) Minnowboard will set it's own config in BoardConfig.mk BUG=none Change-Id: I21b743c36d0d9c30a31b28f17ccc736001d58a5f Signed-off-by: Stefan Stanacar <stefan.stanacar@intel.com>
-rw-r--r--soc/baytrail/soc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/soc/baytrail/soc.mk b/soc/baytrail/soc.mk
index 8d26deb..15c5bb6 100644
--- a/soc/baytrail/soc.mk
+++ b/soc/baytrail/soc.mk
@@ -43,8 +43,8 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/ueventd.baytrail.rc:root/ueventd.$(TARGET_DEVICE).rc \
$(LOCAL_PATH)/watchdog.rc:$(TARGET_COPY_OUT_INITRCD)/watchdog.rc
-TARGET_KERNEL_SRC := hardware/bsp/kernel/intel/minnowboard-3.14
-TARGET_KERNEL_DEFCONFIG := x86_64_brillo_$(TARGET_DEVICE)_defconfig
+TARGET_KERNEL_SRC ?= hardware/bsp/kernel/common/v4.4
+TARGET_KERNEL_DEFCONFIG ?= x86_64_defconfig
TARGET_KERNEL_CONFIGS := $(TARGET_KERNEL_CONFIGS) $(realpath $(LOCAL_PATH)/soc.kconf)
TARGET_BOOTCTRL_HAL := intel