summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-05-28 07:56:10 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-05-28 07:56:10 +0530
commit6da76624a3613e0cc001cb4c69d35cbc0098f5f8 (patch)
tree15dcf8d91b1a9227199285e5b99d9ed87cf7ff2f
parent407370e65a1841c486279a67da07a4a9e2eff966 (diff)
downloadjuno-6da76624a3613e0cc001cb4c69d35cbc0098f5f8.tar.gz
remove prebuilt kernel and build linaro wip 3.10 kernel
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--BoardConfig.mk9
-rwxr-xr-xImagebin6794520 -> 0 bytes
-rw-r--r--device.mk7
-rw-r--r--hdlcd.kobin805395 -> 0 bytes
-rw-r--r--juno.dtbbin8230 -> 0 bytes
5 files changed, 4 insertions, 12 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index ffaa5c3..a8af397 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -45,14 +45,13 @@ ANDROID_64=true
TARGET_JUNO := true
TARGET_TOOLS_PREFIX ?= $(realpath $(TOP))/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9-linaro/bin/aarch64-linux-android-
-ifeq ($(strip $(USE_ARM_KERNEL_SOURCE)),true)
KERNEL_TOOLS_PREFIX ?= $(realpath $(TOP))/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9-linaro/bin/aarch64-linux-android-
-KERNEL_CONFIG := android_defconfig
+KERNEL_CONFIG ?= linaro/configs/linaro-base.conf \
+ linaro/configs/android.conf \
+ linaro/configs/big-LITTLE-MP.conf \
+ linaro/configs/vexpress64.conf
TARGET_KERNEL_SOURCE ?= kernel/linaro/juno
DEVICE_TREES := juno:juno.dtb
BUILD_KERNEL_MODULES ?= true
-else
-TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/Image
-endif
TARGET_USES_64_BIT_BINDER := true
diff --git a/Image b/Image
deleted file mode 100755
index 8c329ae..0000000
--- a/Image
+++ /dev/null
Binary files differ
diff --git a/device.mk b/device.mk
index 27a4a27..fbd60dc 100644
--- a/device.mk
+++ b/device.mk
@@ -63,13 +63,6 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml)
-ifneq ($(strip $(USE_ARM_KERNEL_SOURCE)),true)
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/hdlcd.ko:system/modules/hdlcd.ko \
- $(LOCAL_PATH)/Image:kernel \
- $(LOCAL_PATH)/juno.dtb:boot/juno.dtb
-endif
-
define copy-howto
ifneq ($(wildcard $(TOP)/device/linaro/juno/howto/$(LINARO_BUILD_SPEC)/$1),)
PRODUCT_COPY_FILES += \
diff --git a/hdlcd.ko b/hdlcd.ko
deleted file mode 100644
index 1c96c2c..0000000
--- a/hdlcd.ko
+++ /dev/null
Binary files differ
diff --git a/juno.dtb b/juno.dtb
deleted file mode 100644
index 65fc64e..0000000
--- a/juno.dtb
+++ /dev/null
Binary files differ