From: Randy 'ayaka' Li <ay...@soulik.info> RK3308 is a high-performance quad-core application processor designed for intelligent voice interaction.
Signed-off-by: Randy 'ayaka' Li <ay...@soulik.info> --- conf/machine/include/rk3308.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/machine/include/rk3308.inc diff --git a/conf/machine/include/rk3308.inc b/conf/machine/include/rk3308.inc new file mode 100644 index 0000000..81e4def --- /dev/null +++ b/conf/machine/include/rk3308.inc @@ -0,0 +1,17 @@ +# Copyright (C) SUMOMO Computer Assocation +# Released under the MIT license (see COPYING.MIT for the terms) + +SOC_FAMILY = "rk3308" + +require conf/machine/include/tune-cortexa35.inc +require conf/machine/include/soc-family.inc +require conf/machine/include/rockchip-defaults.inc + +SERIAL_CONSOLES = "1500000;ttyS2" +KERNEL_IMAGETYPE = "Image" +KBUILD_DEFCONFIG = "defconfig" + +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-rockchip" + +IMAGE_FSTYPES = "rockchip-gpt-img" +IMAGE_CLASSES = "rockchip-gpt-img" -- 2.21.0 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto