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)"