summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-22Cut 5.0.3 releaseeel_5.0.3eel/5.0.35.0.3Jan-Simon Möller1-0/+36
This change cuts the 5.0.3 release of Electric Eel. Main changes are updates to bindings and to the m3 bsp. Change-Id: If336fef0d68c4fadf3e3010849f337cf6aa4d3e5 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-03-31Cut EE 5.0.2 releaseeel_5.0.2eel/5.0.25.0.2Jan-Simon Möller1-0/+36
Change-Id: If60cc4c8a1470c9eaf1960d605ab898acbdcef8e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-30Add manifest for EE 5.0.1eel_5.0.1eel/5.0.15.0.1Jan-Simon Möller1-0/+36
Change-Id: I6bbdc6d29fc3eaf9b9baa15a72d4e3ce745a16b7 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-23Update poky to v2.3.3Jan-Simon Möller1-1/+1
YP released pyro on 2017-12-14 . Update our eel branch to it. Bug-AGL: SPEC-1254 Change-Id: I206a7d94ffeed0afae2d3d47894edc6b32f1338f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-05Add manifest file for EE 5.0.0 releaseeel_5.0.0eel/5.0.05.0.0Jan-Simon Möller1-0/+36
Change-Id: Iccbf23a179d684c96a05ca9c073c688d30da5092 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-12-22Add Manifest for EE rc5eel_4.99.5eel/4.99.54.99.5Jan-Simon Möller1-0/+36
This adds the manifest for Electic Eel rc5. Change-Id: I4d390cf54fec53805fbdd610a1dd7fc63d276314 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-12-10Add manifest for EE rc4eel_4.99.4eel/4.99.44.99.4Jan-Simon Möller1-0/+36
Change-Id: I7333f2ffa4b5618497ca94b8d5295e44378cfd6a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-29Update eel branch defaultsJan-Simon Möller3-3/+3
This change updates the gitreview and default.xml for the Electric Eel branch. Change-Id: I4d5fd29d2addce4d7a2b99122e3ca0ee7ae68672 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-27Add manifest for electric eel rc3eel_4.99.3eel/4.99.34.99.3Jan-Simon Möller1-0/+36
Change-Id: I1f00fc84e573126120106f7122fc12ab9750cea6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-11Start to pin external repositories in master branch before rc3Jan-Simon Möller3-23/+113
If you want to tip of the pyro branch for the external repos, use: repo init -m default-floating.xml repo sync --force-sync -d For the differences check: repo diffmanifests default.xml default-floating.xml Change-Id: I097f6e15d3da39756b0356b2e975fd89d691391d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-07Userid fix required a newer poky revision to workeel_4.99.2eel/4.99.24.99.2Jan-Simon Möller1-1/+1
Finally, the userid fix needs a newer revision of pyro to work. Change-Id: I20dd6b56333f5092bf052ec8fbbc553737eecbc3 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-07Fix userid issue in eel rc2Jan-Simon Möller1-1/+1
Change-Id: I760463aa3a9197987818e949187f757870213618 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-07Pin master until image+u-boot classes are fixedJan-Simon Möller1-1/+2
Latest pyro imported a change to the way u-boot is handled in the imaging classes. This broke in downstream layers. Pin master until upstream fixes the issue in the pyro branch. Change-Id: Iedd9f0548e218d45a4f0cf5e089def56efdf943f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-06Pin EE rc2 - eel_4.99.2 to YP pyro-17.0.2Jan-Simon Möller1-1/+1
Change-Id: Ibfc35c41e75d82810264e4934c0d46d3b406a0c4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-06Add manifest for EE rc2 - eel_4.99.2Jan-Simon Möller1-0/+36
v2: pin poky repo to ebb625a140ef67d65dca1b262304377814eb8ed4 to avoid broken inclusion of classes/image_types_uboot.bbclass after changes to u-boot handling in image classes were merged. Change-Id: Ib777cd523559fda2f95ce1b068c3f634703a2e86 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-05testJan-Simon Möller1-0/+0
Change-Id: Iff14987829f20a9897e188f116ca91c01c7676f8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-10-19Fix failing opencv package due to runtime package dependencyJan-Simon Möller1-1/+1
meta-openembedded merged http://cgit.openembedded.org/meta-openembedded/commit/?h=pyro&id=38b82e7794a90641beef4b6ee648317d058572f8 which led to the creation of an empty package but the runtime-requirement ended up in the rpm. This broke image creation due to a unavailable runtime dependency on libopencv-ts (which is empty). Temporarily pin meta-openembedded until fixed upstream. Bug-AGL: SPEC-971 Change-Id: Idd5234719e0d52833ae86ead0e053621f6a52ea7 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-10-16eel_4.99.1: fix incorrect revision for meta-renesas-rcar-gen3eel_4.99.1eel/4.99.14.99.1Stephane Desneux1-1/+1
Change-Id: I43ffbbc836be44a48ee71a5c09150bbc6377b38a Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-10-14Add manifest for EE rc1 - eel_4.99.1Jan-Simon Möller1-0/+36
Change-Id: I5118501294809ef1a8d5bfb067986e0eda5da489 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-10-11Change meta-renesas-rcar-gen3 CI branche for masterRonan Le Martret1-1/+1
Change-Id: Iee9f1a71b49a2190be021b0c1a3742fe06650ab5 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-10-09Add 4.0.2 to master repoJan-Simon Möller1-0/+90
Change-Id: Id9550a962eb1fea1cb15d1ebb8b15a3e70b2c7af Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-18Remove pyroupdate.xml file and update meta-alteraJan-Simon Möller2-92/+1
The uprev is done, so the temporary file can be removed. Also meta-altera has a build-fix for pyro in a newer version. Change-Id: I900fe1d171668e988dcf03611b323cbd63723eb2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-15Revert "default.xml: Bump version of meta-updater"Jan-Simon Moeller1-1/+1
This reverts commit e5ec6847b1f584b46bbaaca8612d27f1ce2505fc. Reason: we tracked pyro/head of meta-updater and this introduces a build issue on u-boot recipe. Change-Id: Ifb5d76389d464ca153722df213e6ba12a41c4f43 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-15default.xml: Bump version of meta-updaterLeon Anavi1-1/+1
Update the version of Yocto/OE layer meta-updater. v2: update to new master Bug-AGL: SPEC-863 Change-Id: I05474d9f144e4f026c58f24beb802cdc2e705037 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-15Update rcar gen3 to BSP 2.23Ronan Le Martret1-1/+1
Bug-AGL: SPEC-890 Change-Id: I664a5a5276735199491bf895c4a023d53171cc48 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-09-09meta-oic: Update to latest release 1.2.1Philippe Coval1-1/+1
Bug-AGL: SPEC-158 Change-Id: I73e03febbf61a13d1b6f26e0376c4226c7cc979e Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2017-09-08Upgrade to pyroChanghyeok Bae1-14/+14
v3 (jsmoeller): switch back to master revision from sandbox in preparation of pyro merge v2 (jsmoeller): rebased Bug-AGL: SPEC-646 Change-Id: Ie95ab54ec4c0cce46c1fa0cb1aa325c9d760cd32 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-08Add manifest for Daring Dab 4.0.1 to masterJan-Simon Möller1-0/+34
Change-Id: I5eb5d9d9775ec9c9d43cb58572f265e9b2775dc4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-07Update pyroupdate.xml for work on pyro migrationJan-Simon Möller1-6/+6
Change-Id: I20eeec8d3f4d22c241ba8df4065995e1a10bac38 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-08-22Add chinook_3.0.5.xml to master branchJan-Simon Möller1-0/+30
Change-Id: I6a4338953beaaf152e9930423c6a253141eb9d55 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-08-18update meta-sdl for fixing startup servicePhong Tran1-1/+1
SYSTEMD_AUTO_ENABLE is wrong setting. -> smartdevicelink.service doesn't start while bootup. Report issue here https://github.com/phongt/meta-sdl/issues/2 Change-Id: I8eb103913954e283b75b9547ff1a0fdb4b728b74 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2017-08-10Fix typo in pyroupdate.xml manifestJan-Simon Möller1-1/+1
Change-Id: If6bf4ffbeb4f99be91b59505f0446f563feb416a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-08-10Fix typo in pyroupdate.xml manifestJan-Simon Möller1-1/+1
Change-Id: Ib77c70b7ecc11b0deb988405c745dfbf0f2edb44 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-08-10Update pyroupdate.xmlJan-Simon Möller1-1/+1
Change-Id: Ibc506f3fcb5b66946330c4b3c5de44b141beca31 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-08-09Update pyro manifest to latest patch revisionsJan-Simon Möller1-3/+3
Change-Id: Icb1610b60e07c1c2931f11eb70d396942086e9a8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-08-09Update pyroupdate.xml to point to the wip commitsJan-Simon Möller1-23/+22
Change-Id: I5c467e4305624af92554a1e388ad85500d2ab34e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-08-09Add pyroupdate.xml for pyro upgradeChanghyeok Bae1-0/+92
Bug-AGL: SPEC-646 Change-Id: I7326ee6fa1e4971f527749a45452c968cdd88694 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2017-08-08Add meta-virtualization layer from yocto to meta-egvirtMichele Paolino1-0/+1
meta-virtualization layer is useful for for the eg-virt group because it provides support for several virtualization solutions (XEN, docker, KVM, etc.) Bug-AGL: SPEC-787 Change-Id: If4fb25942fbc0871267f4bf24151b8fac8f44e56 Signed-off-by: Michele Paolino <m.paolino@virtualopensystems.com>
2017-08-02Add meta-sdl for SmartDeviceLinkPhong Tran1-0/+2
Change-Id: I7713238686b8b7f93d80126b290be912afd2d25c Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2017-07-28Add manifest for Daring Dab 4.0.0Jan-Simon Möller1-0/+34
Change-Id: Ica938f2ca5d1c9cb294228f8f0aea588dcba6aae Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-07-26Update meta-updaterAnton Gerasimov1-1/+1
More robust aktualizr, annoying warnings during build removed, runqemu script added. Full diff can be found at https://pastebin.com/EiwQHWzd. Change-Id: Ic5860002610ebbda4b26689abc87cecac45ca738 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2017-07-21Repo manifest for Daring Dab rc3 v3.99.3Jan-Simon Möller1-0/+34
Change-Id: Icf00a5c3e0799f57bd1b78f31d40a1453c83f08e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-07-06Fix for chinook_3.0.4.xmlJan-Simon Möller1-19/+17
Corrected the missing revisions. v2: fix indentation compared to other xml files. AGL-repo> diff chinook_3.0.3.xml chinook_3.0.4.xml 9,17c9,15 < < <default remote="agl" revision="refs/tags/3.0.3" sync-j="4"/> < < <project name="AGL/meta-agl" path="meta-agl" revision="900c064d040ef371c88215ee92b8c5d743447f76" upstream="refs/tags/3.0.3"/> < <project name="AGL/meta-agl-demo" path="meta-agl-demo" revision="bee2dce0697da156903c55523e1e869aa33f4964" upstream="refs/tags/3.0.3"/> < <project name="AGL/meta-agl-devel" path="meta-agl-devel" revision="134e5f446b52f6a02f38212b9bde076adad798f8" upstream="refs/tags/3.0.3"/> < <project name="AGL/meta-agl-extra" path="meta-agl-extra" revision="41e850c10b8ea45fd94ecee72c26878109fb9042" upstream="refs/tags/3.0.3"/> < <project name="AGL/meta-renesas" path="meta-renesas" revision="7b85f7a3e5129f743e533692c6cbf15273ac02f6" upstream="refs/tags/3.0.3"/> < <project name="CogentEmbedded/meta-rcar" path="meta-rcar" remote="github" revision="a8a7a29a61309f6c0b0eb1e2bb6133c54149c3c3" upstream="v2.12.0"/> --- > <default remote="agl" revision="refs/tags/3.0.4" sync-j="4"/> > <project name="AGL/meta-agl" path="meta-agl" revision="29c296c3e109653a3a341a99cbac611cd6323029" upstream="refs/tags/3.0.4"/> > <project name="AGL/meta-agl-demo" path="meta-agl-demo" revision="6cab3add4b7d23d7fcbde46d34b9a7266e01f5d4" upstream="refs/tags/3.0.4"/> > <project name="AGL/meta-agl-devel" path="meta-agl-devel" revision="134e5f446b52f6a02f38212b9bde076adad798f8" upstream="refs/tags/3.0.4"/> > <project name="AGL/meta-agl-extra" path="meta-agl-extra" revision="41e850c10b8ea45fd94ecee72c26878109fb9042" upstream="refs/tags/3.0.4"/> > <project name="AGL/meta-renesas" path="meta-renesas" revision="1bbd8e6f27b7749e7e40c3478c17415e211f0cee" upstream="refs/tags/3.0.4"/> > <project name="CogentEmbedded/meta-rcar" path="meta-rcar" remote="github" revision="2f49a0e90921d425fe0b1656c0c97e3dba717fab" upstream="v2.12.0"/> 30c28 < <project name="poky" remote="yocto" revision="e59717e80f6288410fa057e34233382bd327697a" upstream="krogoth"/> --- > <project name="poky" remote="yocto" revision="50fdd784231299bedb008f20adeaeeca3eb1452d" upstream="krogoth"/> Change-Id: Ic11bb54e186357035bba147bf12cf38ff0982fcb Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-07-01Add manifests for chinook_3.0.4 and dab_3.99.2Jan-Simon Möller2-0/+66
Change-Id: I8eaac2f4898d22a887a225ab9eaff41eb6597294 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-06-29Fix i.MX6Takashi Matsuzawa1-6/+3
Bug-AGL: SPEC-704 This is part of the fixe to make i.MX6 buildable again. Starting Morty, FSL Communicty BSP (freescale.github.io) has changed their layer names so we need to use these names so we need to follow this change - meta-fsl-arm -> meta-freescale - meta-fsl-arm-extra -> meta-freescale-3rdparty - meta-fsl-demos -> meta-freescale-distro Change-Id: Id5da65902f9dea761378f7dd1370a5025f63d414 Signed-off-by: Takashi Matsuzawa <tmatsuzawa@xevo.com>
2017-06-26Update meta-updater to include R-Car M3 supportPhil Wise1-1/+1
Change-Id: I5fc8e26ff296d70d70bf6279fc5dca2702a01341 Signed-off-by: Phil Wise <phil@advancedtelematic.com>
2017-05-29Update meta-updaterAnton Gerasimov1-1/+1
The new revision includes changes to make meta-updater layer inclusion a neutral operation, and inheriting sota.bbclass almost neutral operation. If we add agl-sota to the build now it should not affect anything, and once it's there we can add "sota" DISTRO_FEATURE to machine templates for which sota is already implemented. https://github.com/advancedtelematic/meta-updater/compare/bae52014b6e3a49e7adf49373238dab9f5f3b4a2...8379268522e453923514cc74ef37b9585ab4bde7 Change-Id: I4501ebc226a8c52017a24c06811ee33923c692c4 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2017-05-25Manifest for dab rc1dab_3.99.1dab/3.99.13.99.1Jan-Simon Möller1-0/+34
This adds the manifest file for Daring Dab release candidate 1. All repos have been tagged with dab/3.99.1 . Change-Id: I8457dd67c9a91aa0a5974a0820038fb685204992 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-05-19Update Renesas rcar ben3 BSP to 2.19.Ronan Le Martret1-1/+1
* Branch master of meta-rcar-gen3, should not be use for gerrit review anymore. Bug-AGL: SPEC-605 Change-Id: Ice2216236e9cf5f9ca41c7945a04a8b66133d61a Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-05-13upgrade to Qt 5.8Martin Kelly1-2/+3
Currently, Qt 5.8 is available only in master, as morty is frozen on the 5.7 major release. Once Pyro is released, we should probably switch to that instead. Change-Id: I024b757d16e5891382f4286dadee3315163a79d5 Depends-On: I83f8334539d5542c7632b45e230d53915fdf18bf Signed-off-by: Martin Kelly <mkelly@xevo.com>