From 5c3c84ce3e8fb307f57e7c16dc3e0aa5d9d5778b Mon Sep 17 00:00:00 2001 From: Julien CHAUVEAU Date: Fri, 11 Apr 2014 16:11:18 +0200 Subject: [PATCH] Add generic configuration machine for rk3188 --- conf/machine/rk3188.conf | 10 ++++++++++ recipes-kernel/linux/linux-rockchip-3.0-rk3188.bb | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 conf/machine/rk3188.conf create mode 100644 recipes-kernel/linux/linux-rockchip-3.0-rk3188.bb diff --git a/conf/machine/rk3188.conf b/conf/machine/rk3188.conf new file mode 100644 index 0000000..3331e73 --- /dev/null +++ b/conf/machine/rk3188.conf @@ -0,0 +1,10 @@ +# Copyright (C) 2014 NEO-Technologies +# Released under the MIT license (see COPYING.MIT for the terms) + +#@TYPE: Machine +#@NAME: Generic RK3188 +#@DESCRIPTION: Machine configuration based on Rockchip RK3188 CPU + +require conf/machine/include/rockchip.inc + +PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip-3.0-rk3188" diff --git a/recipes-kernel/linux/linux-rockchip-3.0-rk3188.bb b/recipes-kernel/linux/linux-rockchip-3.0-rk3188.bb new file mode 100644 index 0000000..ef9e9a9 --- /dev/null +++ b/recipes-kernel/linux/linux-rockchip-3.0-rk3188.bb @@ -0,0 +1,6 @@ +# Copyright (C) 2014 NEO-Technologies +# Released under the MIT license (see COPYING.MIT for the terms) + +require recipes-kernel/linux/linux-rockchip-3.0.inc + +COMPATIBLE_MACHINE = "(rk3188)"