aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2019-05-17utilities.inc: fix return None type errorJacopo Dall'Aglio
Function make_dtb_boot_files now always returns and raises an error if a KERNEL_DEVICETREE entry filename extension is not .dtb or .dtbo. Signed-off-by: Jacopo Dall'Aglio <jacopo.dallaglio@kynetics.com>
2019-05-09imx-base: make sure sha384sum is available for all i.MX 8 variantsStefan Agner
Image container generation of imx-boot requires sha384sum also when building for i.MX 8 targets (e.g. i.MX 8QM). Make sure it is available for all i.MX 8 families. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-05-09utilities.inc: split by any number of whitespacesDiego Rondini
Split alldtbs by any number of whitespace instead of just one to fix machines with dtbs listed on multiple lines of KERNEL_DEVICETREE variable. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
2019-05-05imx8mmevk.conf, imx8mqevk.conf: drop adding m4 demos do the boot partitionMax Krummenacher
The recipe which builds or injects the m4 binaries does not yet exist. Due to the following this did not error out in the image-wic task: With the change to wic the used oe variable names changed. IMAGE_BOOT_FILES now has an additonal '_'. WKS_FILE_DEPENDS_append can be used to add dependencies needed before the wks file gets created. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-05imx8qmmek: fix files in the boot partitionMax Krummenacher
With the change to wic the used oe variable names changed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-05imx-base: make gstreamer1.0 packages socarch specific for all imx socMax Krummenacher
Move gstreamer1.0 to the generic i.MX override, all i.MX use the 1.14.imx override, not only the once with a GPU. Completes '0d5f4e27 imx-base: make gstreamer1.0 packages socarch specific Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-17imx-base.inc: Use UBOOT_SUFFIX in UBOOT_BINARY variableFabio Berton
UBOOT_SUFFIX is already set in machine configuration files and we can use this variable to set u-boot suffix for UBOOT_BINARY.
2019-04-17ls1088ardb-be: remove machine configChunrong Guo
*ls1088ardb-be will not be supported Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-17ls2088ardb-be:remove machine configChunrong Guo
*ls2088ardb-be will not be supported Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-17ls1043ardb-be: remove machine configChunrong Guo
*ls1043ardb-be will not be supported Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-17ls1046ardb-be: remove machine configChunrong Guo
*ls1046ardb-be will not be supported Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-17ls1046ardb-32b: remove machine configChunrong Guo
*ls1046ardb-32b will not be supported Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-17ls1043ardb-32b: remove machine configChunrong Guo
*ls1043ardb-32b will not be supported Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-17ls1012ardb-32b: remove machine configChunrong Guo
*ls1012ardb-32b will not be supported Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-17ls1012afrwy-32b: remove machine configChunrong Guo
*ls1012afrwy-32b will not be supported Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-14wic: Fix image generation for i.MX with bootpart scriptPierre-Jean Texier
Some boards expects a specific binary name. Example : WaRP7 required the u-boot-dtb.imx file (instead of u-boot.imx). Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Joris Offouga <offougajoris@gmail.com>
2019-04-05qcacld: Fix missing firmware and tools packagesTom Hochstein
The RDEPENDS from kernel-module-qca* is not working, so that firmware-qca* and qca-tools are missing from the image. Use a packagegroup instead as a workaround. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-04-05imx-base.inc: Add QCA module support for 6174 and 9377Tom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-04-05imx7ulpevk.conf: Add support for QCA9377Tom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-04-02conf/layer.conf: Drop sumo and thud supportFabio Berton
If you want to use theses branches, use the respective platform. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2019-04-02Merge pull request #69 from IniterWorker/masterOtavio Salvador
[master] white-space compliant append
2019-04-02Merge pull request #70 from YoeDistro/yoe/mutFabio Berton
layer.conf: Add warrior to compatible release series
2019-04-01layer.conf: Add warrior to compatible release seriesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-27imx-base: make gstreamer1.0 packages socarch specificMax Krummenacher
gstreamer and its plugins have been forked for i.MX. So all of the generated packages should have their PACKAGE_ARCH set to SOCARCH. Prevents, when building gstreamer for an i.MX machine followed by a non i.MX machine: | ERROR: gstreamer1.0-1.14.4-r0 do_packagedata_setscene: QA Issue: Package version for package gstreamer1.0 went backwards which would break package feeds from (0:1.14.imx-r0 to 0:1.14.4-r0) [version-going-backwards] | and many more for each generated package Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-21white-space compliante in DEPENDSWalter Bonetti
2019-02-28imx-base.inc: Add alsa support for all i.MX 8Tom Hochstein
Also simplify i.MX 6 and 7 configuration logic since alsa is supported by all i.MX 6 and 7. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-02-27imx-base.inc: Limit use-fsl-bsp u-boot overrides to i.MX 6 and 7Tom Hochstein
The u-boot overrides are appropriate for i.MX 6 and 7 only and break i.MX 8 builds. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-02-18u-boot.imx: Add u-boot configuration for fslTom Hochstein
The fsl distro was broken for the following machine files because they set u-boot configuration to fslc configuration: - imx6qdlsabreauto - imx6qdlsabresd - imx6ulevk Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-02-16Merge pull request #45 from thochstein/L4.9.123-2.3.0-0201Otavio Salvador
L4.9.123 2.3.0 0201
2019-02-08Stop using SERIAL_CONSOLE and switch all boards to SERIAL_CONSOLESMarc Ferland
SERIAL_CONSOLE has been deprecated for a while now (see [1]). This patch fixes the machines that where still using the old variable. [1]: https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#migration-2.6-serial-console-deprecated Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2019-02-01imx-base.inc: Fix strange whitespace problemTom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-01-31add colon to MACHINEOVERRIDES in ppc machine configChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2019-01-31Remove .bin sufix from RCW in machine configChunrong Guo
* support _sben suffix RCW Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2019-01-31imx-base: Enable wic.bmap image generation as defaultFabio Berton
Bmaptool is a generic tool for creating the block map (bmap) for a file and copying files using the block map. Is faster than use dd to flash images to SD Cards. More info about bmap here [1]. [1] - https://github.com/intel/bmap-tools Change-Id: I727d63104baa3669e83db127b03b3b0af6cd45b9 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2019-01-29imx-imx-boot-bootpart.wks: change default offset of bootloaderMax Krummenacher
The i.MX 8QXP bootrom in B0 silicon reads the 1st image container at offset 32k while tha A0 silicon started at 33k. The machine configurations already contain the variable IMX_BOOT_SEEK to specify the needed offset. Change the wks file accordingly. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-01-29meta: drop imx-m4-demos referencsMing Liu
There is not a imx-m4-demos recipe at all, drop its references. They could be added back once the recipe is added. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
2019-01-14remove ppa in machine configChunrong Guo
*ppa recipes will be removed. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14t4240rdb-64b: add ls2-phy to EXTRA_IMAGEDEPENDSChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14t4240rdb: add ls2-phy to EXTRA_IMAGEDEPENDSChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14t2080rdb-64b: add ls2-phy to EXTRA_IMAGEDEPENDSChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14t2080rdb: add ls2-phy to EXTRA_IMAGEDEPENDSChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14lx2160ardb: add machine configChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14ls1088ardb-pb: update machine configChunrong Guo
*update UBOOT_CONFIG *add RCWQSPI and RCWSD var *remove ppa *add atf to EXTRA_IMAGEDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14ls1088ardb: update machine configChunrong Guo
*update UBOOT_CONFIG *add RCWQSPI and RCWSD var *remove ppa *add atf to EXTRA_IMAGEDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14ls2088ardb: update machine configChunrong Guo
*update UBOOT_CONFIG *add UEFI_NORBOOT,RCWQSPI and RCWNOR var *remove ppa *add atf to EXTRA_IMAGEDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14ls1046ardb: update machine configChunrong Guo
*update UBOOT_CONFIG *add UEFI_NORBOOT,RCWQSPI and RCWSD var *remove ppa *add atf to EXTRA_IMAGEDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14ls1043ardb: update machine configChunrong Guo
*update UBOOT_CONFIG *add UEFI_NORBOOT,RCWNOR,RCWSD and RCWNAND var *remove ppa *add atf to EXTRA_IMAGEDEPEND Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14ls1012ardb:update machine configChunrong Guo
*update UBOOT_CONFIG *add RCWQSPI var *remove ppa *add atf to EXTRA_IMAGEDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14ls1012afrdm: remove machine configChunrong Guo
*ls1012afrdm and ls1012afrdm-32b will not be supported. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14ls1012afrwy: update machine configChunrong Guo
*update UBOOT_CONFIG *add RCWQSPI var *remove ppa *add atf to EXTRA_IMAGEDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>