IMX7SW-453: fsl: conf: machine: include MIPI DTB in imx7d-phyboard-zeta-004Previously, MIPI support could only be added with the manual change of
the imx7d-phyboard-zeta-004.dts file. Include a separate version
of imx7d-phyboard-zeta-004.dtb (imx7d-phyboard-zeta-004-mipi.dtb)
that includes MIPI support by default.
Signed-off-by: Jamie Santos <jsantos@phytec.com>
IMX7SW-417: fsl: conf: machine: add missing SDMA packageIn the 4.14 kernel, SDMA firmware must be added via the
firmware-imx package, as it is no longer provided by the kernel
source tree.
Signed-off-by: Jamie Santos <jsantos@phytec.com>
IMX7SW-417: fsl: conf: update local.conf.sample- Update the machine target to the -004 configuration
- Correct the Ubuntu distro version string
Signed-off-by: Jamie Santos jsantos@phytec.com
IMX7SW-455: fsl: classes: inherit modified image type class to build sdcard imagesAlthough the meta-freescale classes/image_types_fsl.bbclass has moved on to
producing wic images, based on NXP's imx-yocto-L4.14.78_1.0.0_ga release,
continue to build sdcard.bz2 images for now. However, due to the removal of
IMAGE_CMD_sdcard() in meta-freescale/classes/image_types_fsl.bbclass, bitbake
will produce the following error:
No IMAGE_CMD defined for IMAGE_FSTYPES entry 'sdcard'
As ...
IMX7SW-417: fsl: conf: machine: include: remove unnecessary SERIAL_CONSOLE paramThe SERIAL_CONSOLE parameter is not necessary as the settings are set in U-Boot.
Signed-off-by: Jamie Santos jsantos@phytec.com
IMX7SW-417: fsl: kernel: linux: add updated Linux recipes (4.9, 4.14)Since imx7_phyboard_zeta_greengrass_defconfig was merged into the
standard imx7_phyboard_zeta_defconfig, revert the defconfig selection
logic to only choose the default.
Additionally, add the linux-phytec-fsl v.4.14.78 recipe.
Signed-off-by: Jamie Santos jsantos@phytec.com
IMX7SW-417: fsl: conf: machine: remove interfering SDMA package dependencyThe sources directory includes two imx-base.inc files, meta-freescale/conf/
\machine/include/imx-base.inc and meta-fsl-bsp-release/imx/meta-bsp/conf/
\machine/include/imx-base.inc. Since Bitbake uses the former include file,
remove the "linux-firmware-imx-sdma-imx7d" package from the MACHINE_FIRMWARE
variable, as this package name doesn't exist in the build environment.
Signed-off-by: Jamie Sa...
IMX7SW-417: fsl: recipes-devtools: nodejs: backport Node.js v6.10Node.js v.6.10 is included in this release as a supplement to
AWS Greengrass. Patches were added to allow it to compile using
GCC v.7 and add missing includes. This commit also overrides the
patch: c4dd6364: nodejs: Build with icu support [YOCIMX-2857],
added by NXP which calls "map_nodejs_arch (a, d)", previously
"nodejs_map_dest_cpu(target_arch, d)" in the Node.js v.6.10 recipe.
Signed-off-b...
IMX7SW-425: fsl: conf: machine: remove support for imx7d-phyboard-zeta-004_greengrassDue to redundancy in hardware with imx7d-phyboard-zeta-004, this machine will be
deprecated with this release and Greengrass support will be added to the -004 machine
Signed-off-by: Jamie Santos <jsantos@phytec.com>
AM65SW-110 meta-phytec-ti: recipes-bsp: arm-trusted-firmware: add arm-trusted-firmware bbappend to set UART1 as default consoleSigned-off-by: Matt McKee <mmckee@phytec.com>
AM65SW-110 common: recipes-bsp: firmware: add recipe for Sterling-LWB module firmwareFor FCC compliance, use the laird-sterling-fcc recipe.
For ETSI compliance, use the laird-sterling-etsi recipe.
This commit also adds the Laird license to the common licenses folder.
Signed-off-by: Matt McKee <mmckee@phytec.com>
AM57SW-655 meta-phytec-ti: recipes-devtools: phytec-eeprom-flashtool: update recipe for latest tag v1.01.02Signed-off-by: Matt McKee <mmckee@phytec.com>
fsl: recipes-devtools: add supporting files for Node.js 6.10 and Java 8 - Node.js files from morty branch of meta-nodejs
- relative-symlinks.bbclass is from the meta-vesta morty branch:
it was needed in order to support rocko branch of meta-java on morty
build (GG uses Java 8 only)
Signed-off-by: Jamie Santos <jsantos@phytec.com