Hello all. This set of patches adds and is intended for the Ka-Ro TX6-series COM (TX6Q/U/S), which are build around the FSL i.MX 6Q/DL/S SOC series, or see here [1][2][3].
Development of Linux kernel and U-Boot are seperate from FSL and based on their respective mainline, which is why for the time being these are added to the meta layer as is. Changelog: v1->v2->v3: - correction of commit messages - correction of commit order - correction of commit branch [1] http://www.karo-electronics.com/tx6q.html [2] http://www.karo-electronics.com/tx6dl.html [3] http://www.karo-electronics.com/tx6s.html Kind regards, Oliver Wendt Oliver Wendt (3): u-boot-karo: add recipe for Ka-Ro U-Boot v2015.10-rc2 (based) for TX6Q/U/S COM linux-karo: add recipe for Ka-Ro Linux kernel v3.16 (based) for TX6Q/U/S COM tx6qus: add machine configuration for TX6Q/U/S COM conf/machine/include/tx6-karo-common.inc | 18 ++ conf/machine/tx6q-10x0.conf | 13 + conf/machine/tx6q-11x0.conf | 13 + conf/machine/tx6s-8034.conf | 13 + conf/machine/tx6s-8035.conf | 13 + conf/machine/tx6u-8033.conf | 13 + conf/machine/tx6u-80x0.conf | 13 + conf/machine/tx6u-81x0.conf | 13 + recipes-bsp/u-boot/u-boot-karo_git.bb | 19 ++ recipes-kernel/linux/linux-karo-3.16/defconfig | 397 ++++++++++++++++++++++++ recipes-kernel/linux/linux-karo_3.16.bb | 18 ++ 11 files changed, 543 insertions(+) create mode 100644 conf/machine/include/tx6-karo-common.inc create mode 100644 conf/machine/tx6q-10x0.conf create mode 100644 conf/machine/tx6q-11x0.conf create mode 100644 conf/machine/tx6s-8034.conf create mode 100644 conf/machine/tx6s-8035.conf create mode 100644 conf/machine/tx6u-8033.conf create mode 100644 conf/machine/tx6u-80x0.conf create mode 100644 conf/machine/tx6u-81x0.conf create mode 100644 recipes-bsp/u-boot/u-boot-karo_git.bb create mode 100644 recipes-kernel/linux/linux-karo-3.16/defconfig create mode 100644 recipes-kernel/linux/linux-karo_3.16.bb -- 1.7.10.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
