* Add the AM57xx machine type which is used to differentiate between the AM57xx and the DRA7xx which are derivative devices with different HW platforms and SoC capabilities.
Signed-off-by: Chase Maupin <[email protected]> --- conf/machine/{dra7xx-evm.conf => am57xx-evm.conf} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) copy conf/machine/{dra7xx-evm.conf => am57xx-evm.conf} (96%) diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/am57xx-evm.conf similarity index 96% copy from conf/machine/dra7xx-evm.conf copy to conf/machine/am57xx-evm.conf index 14253cf..7069b44 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/am57xx-evm.conf @@ -2,7 +2,7 @@ #@NAME: DRA7xx EVM #@DESCRIPTION: Machine configuration for the TI DRA7xx EVM -require conf/machine/include/omap-a15.inc +require conf/machine/include/dra7xx.inc IMAGE_FSTYPES += "ubi tar.gz" -- 1.7.9.5 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
