summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace dependency on meta-fsl-arm with meta-freescaleHEADmasterAdrian Dudau2016-10-202-2/+3
| | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* ls1021aiot.conf: Convert SOC_FAMILY to MACHINEOVERRIDESAdrian Dudau2016-09-291-1/+1
| | | | | | | | | | | | meta-fsl-arm switched from using the SOC_FAMILY indirection to using directly MACHINEOVERRIDES. They also removed the inclusion of soc-family.inc in qoriq-arm.inc, rendering the SOC_FAMILY override ineffective in including machine confs. In consequence the virtual/kernel for ls1021aiot becomes linux-dummy. Reference: commit 90c00bba1ce3d3df78138c146323c7244099aa26 on meta-fsl-arm. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* README: Update maintainers and contribution informationAdrian Dudau2016-07-041-2/+4
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux-ls1: enable IKCONFIG featureStefan Sicleru2016-06-271-0/+1
| | | | | | | | Provide gzip-compressed kernel configuration file at run-time which stores the kernel config file used to build the kernel. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux-ls1: fix reset issueStefan Sicleru2016-06-142-0/+36
| | | | | | | | | | | | | Watchdog failed to assert reset signal so the board hanged everytime a reboot command was issued. The watchdog (same controller used for i.MX platforms) has an errata mentioning a software workaround for a hardware issue that has no scheduled fix. Implemented the workaround described in the errata. The workaround is already present in upstream repositories. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* recipes-kernel: Remove staging kernel leftoversAdrian Dudau2016-06-132-182/+0
| | | | | | | | The staging kernel concept is not actual anymore, so these files are useless. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux-ls1: Apply kernel configsAdrian Dudau2016-06-092-1/+55
| | | | | | | | | Aplpy the same kernel configs as for the qoriq kernel. meta-fsl-arm has a class overwriting the .config file in do_configure_prepend which makes it impossible to make changes to it in a .bbappend. So we are forced to change it in do_configure_append and force another configuration. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* conf/machine: Remove proliant-m400 definitionAdrian Dudau2016-06-022-43/+0
| | | | | | | We're not supporting it anymore so no need to be here. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux-ls1: Fix kernel oops caused by fsnotify race conditionAdrian Dudau2016-05-312-0/+81
| | | | | | | Backport from mainline. Only kernels <4.2 are affected by this. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* rename ls1021a-iot to ls1021aiotAdrian Calianu2016-04-293-3/+5
| | | | | | | And enabled tar.gz rootfs type. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* Update layer dependenciesAdrian Calianu2016-04-261-5/+6
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* Revert "Update layer dependencies"Catalina Focsa2016-04-261-8/+7
| | | | This reverts commit a0e8bf7f9f58dfdcd2f82cae95ab17039863f4aa.
* Update layer dependenciesAdrian Calianu2016-04-261-7/+8
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* Add ls1021aiot machineAdrian Calianu2016-04-264-895/+1123
| | | | | | | This is replacing the ls1021atwr machine support. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* ls1021a: Add device tree for an old revisionAdrian Calianu2016-03-312-0/+902
| | | | | | Device tree for ls1021a TWR revision number: 700-28040 rev X3 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* recipes-kernel: remve unsupported targetsTudor Florea2016-02-2226-7606/+0
| | | | | Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* layer.conf: remove images from bsp layerTudor Florea2016-02-221-1/+0
| | | | | Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* README: update dependenciesTudor Florea2016-02-221-19/+6
| | | | | Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Initial commitAdrian Dudau2015-11-0233-0/+7933
result of splitting up meta-enea Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>