summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-13Integrate parts of meta-intel-iot-securityJosé Bollo112-0/+15442
Adds the recipes of the sub layers - meta-security-framework - meta-security-smack Change-Id: I618608008a3b3d1d34adb6e38048110f13ac0643 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-02-13Rename smack OVERRIDE to with-lsm-smackJosé Bollo10-17/+18
Using the OVERRIDE "smack" came with the use of the layer meta-intel-iot-security. When switching to meta-security, it conflicts with the package name 'smack' that provide the smack user library. Yocto was reporting the following error: ERROR: .../meta-security/recipes-security/smack/smack_1.3.0.bb: QA Issue: Recipe .../meta-security/recipes-security/smack/smack_1.3.0.bb has PN of "smack" which is in OVERRIDES, this can result in unexpected behaviour. [pn-overrides] Change-Id: Id71b283bf1ce5682bd94bf96595eb32506acb1d5 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-02-13Fix gst omx versionRonan Le Martret2-0/+4
Change-Id: I2f98d01a1060003258fd421c5708ec24a284241a Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-02-13Fix kernel gcc7 issueRonan Le Martret2-0/+128
Change-Id: Iad0345ed3b70c555970d4d00e6008376b70903fa Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-02-13Fix gcc7 issueRonan Le Martret1-1/+1
Change-Id: Id36993962b2b25624a581ec92743ea7633f99e98 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-02-13Add gcc7 support for rcar gen3Ronan Le Martret2-7/+7
Change-Id: Ib398ff5e880cb26a4ba5ee9895e236a97e0a4e17 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-02-13most: remove skb_put_data patch from SRC_URIKotaro Hashimoto1-0/+5
skb_put_data was introduced to linux/skbuff.h since Linux kernel 4.13. Bug-AGL: SPEC-1181 Change-Id: I209842b160abff3f4cbd2859a5643dab2678b83f Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
2018-02-13linux-linaro-qcomlt: update to kernel 4.14Kotaro Hashimoto1-1/+0
Update linux-linaro-qcomlt to kernel 4.14. Bug-AGL: SPEC-1181 Change-Id: I7555ecd901ac454db5f2251cf0b79473537b2739 Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
2018-02-13dragonboard-410c: update 96boards-tools recipeKotaro Hashimoto1-2/+7
Update 96boards-tools recipe for dragonboard-410c. This tool is for to resize the rootfs on the first boot. This recipe is ported from meta-96boards layer(branch rocko). https://github.com/96boards/meta-96boards/ Bug-AGL: SPEC-1181 Change-Id: I92372c65e0a5d65a8bdbf8ef33d8176c6039e63b Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
2018-02-13dragonboard-410c: remove ACCEPT_EULA settingKotaro Hashimoto1-1/+0
Since r1032.1 the Qualcomm firmware have been released with a license that allows redistribution. And the file is now available publicly without the need for user to read/accept EULA. As such, we remove the constraint on meta-qcom as well. http://git.yoctoproject.org/cgit/cgit.cgi/meta-qcom/commit/?h=rocko&id=f99e865f8944bc5a935a87bf289d322e898413cd Bug-AGL: SPEC-1181 Change-Id: Icbf71cce5c7f1f43fdc44c741b95fe62911064d4 Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
2018-02-1300_local.conf.agl.inc: Disable GObject Introspection DataChanghyeok Bae1-0/+3
Temporarily disable due to build error in gobject-introspection Bug-AGL: SPEC-1181 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13linux-ti-staging: Remove linux-dtb.incChanghyeok Bae1-2/+0
WARNING: You are using the linux-dtb.inc which is deprecated. You can safely remove it as the Device Tree support is automatically enabled when KERNEL_DEVICETREE is set. Bug-AGL: SPEC-1181 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13geoclue: Remove unnecessary dependencyChanghyeok Bae1-1/+0
The gobject-introspection-native is already applied in upstream. (From Meta-oe rev: a975cd8e984383c3822537abb673d3c8294de93b) Bug-AGL: SPEC-1181 Change-Id: I227ac6a74f1ced6d0543017e0ed282bc72489bdc Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13u-boot-ota: Fix build error with gcc7Changhyeok Bae2-0/+102
This patch came from https://github.com/advancedtelematic/meta-updater-qemux86-64/commit/d535ae698ef2643d4b6ecb72a85376b1966ab723 Bug-AGL: SPEC-1181 Change-Id: I57a0cb265cda915aa0c82aca797a6f6b45101ed1 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13linux-firmware: Remove duplicated linesChanghyeok Bae1-5/+0
Some lines are already applied in upstream poky. Bug-AGL: SPEC-1181 Change-Id: I64e0e3180d72c125b16a42df53be1a5196d75bb7 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13Change image type to wic.vmdkChanghyeok Bae4-5/+6
vmdk image type is changed to wic.vmdk in upstream. (From Poky rev: 9d07c736e39a9aa922630b4241eda185a19a11ea) (From OE-Core rev: 929ba563f1bc7195c4981b8e139c432b2cc388ea) Bug-AGL: SPEC-1181 Change-Id: I94fab8ce4d075776b5f72d1c270a333d6b34a4b7 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13glibc: Arrange patch fileChanghyeok Bae1-1/+0
Bug-AGL: SPEC-1181 Change-Id: I7e03978be6b9d44c133a42a768335c2f7368137f Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13netboot.bbclass: Remove image_types_uboot inheritanceChanghyeok Bae1-3/+0
Integrated image_types_uboot into image.bbclass (From Poky rev: e18cec750b51267d9c130b395c7a53585f4ae7ac) (From OE-Core rev: 65f27122950a35a67ce39ae4cfe93d0dca6b0dab) Bug-AGL: SPEC-1181 Change-Id: Idbb0d4fe65fc1cabf0aab24857b72c5341c06df9 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13meta-agl-bsp/classes: Remove bbclass filesChanghyeok Bae3-989/+0
1. Remove sdcard_image-rpi 2. image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types (From Poky rev: 9d07c736e39a9aa922630b4241eda185a19a11ea) (From OE-Core rev: 929ba563f1bc7195c4981b8e139c432b2cc388ea) Bug-AGL: SPEC-1181 Change-Id: Ic184ff75526b9a0e67bd9d5175e094e81d23081d Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13rygel: Arrange rockoChanghyeok Bae3-12018/+15
- two patches are already applied in upstream repository. - systemd is already applied in upstream recipe. Bug-AGL: SPEC-1181 Change-Id: I664cc4ead61d60d7a757b0b73d47f72ff1845e04 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13security-manager: Fix build error that causes gcc v7.0Changhyeok Bae2-0/+52
gcc v7 requires include <functional> for std::function. Bug-AGL: SPEC-1181 Change-Id: Id5deb6f5ea5c2c82ae4a26889f209e1d7619000e Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13cynara: Fix build error that causes gcc v7.0Changhyeok Bae2-0/+43
- gcc v7 requires include <functional> for std::function. - gcc v7 recognize implicit-fallthrough. Bug-AGL: SPEC-1181 Change-Id: I40b35ef54d3a1e567330102e9e7cbe6882728b95 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13libcap: Fix warningChanghyeok Bae1-3/+0
WARNING: libcap-native-2.25-r0 do_configure: QA Issue: libcap-native: invalid PACKAGECONFIG: attr [invalid-packageconfig] Bug-AGL: SPEC-1181 Change-Id: I675aaa404286a04fcd914aecbf570018d2069d2f Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13mesa: Arrange the recipeChanghyeok Bae2-29/+0
Bug-AGL: SPEC-1181 Change-Id: I84044c6cbfaaf7481ea35af6576d616bfbd16008 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13libmicrohttpd: Remove the recipeChanghyeok Bae1-25/+0
The recipe is already applied in upstream meta-oe. Bug-AGL: SPEC-1181, SPEC-632 Change-Id: I1f76504d191105dacd65f51de83cd6178807bab4 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13connman: Arrange patch fileChanghyeok Bae1-1/+2
Bug-AGL: SPEC-1181 Change-Id: I6670b0393a9121721076e7c2e424cc10e27d5309 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13bluez5: Remove CVE patchChanghyeok Bae2-36/+1
cve-2017-1000250 is already applied in upstream openembedded-core. Bug-AGL: SPEC-1181 Change-Id: Ia5f2cc3a266f61c7c842daaeea3d627fbb00025a Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13systemd: Remove backporting patchChanghyeok Bae2-319/+4
Bug-AGL: SPEC-1181 Change-Id: Icf54da57bffbee2b36a5e9eaf5954d9188feef7f Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13freetype: Rename .bbappend to match new version from meta-openembeddedChanghyeok Bae1-2/+2
Bug-AGL: SPEC-1181 Change-Id: I5387a92f2fc0fa988b9df24cf3d13f4eee77c308 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13pokg-agl.conf: Use gstreamer v1.2Changhyeok Bae1-7/+7
Bug-AGL: SPEC-1181 Change-Id: Ib5aa07171a361210b9bae0f62f38595c62099dda Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13passwd,group: Add systemd-network and systemd-resolveChanghyeok Bae2-0/+4
[Error] systemd was skipped: systemd - systemd: {system username,normal groupname} systemd-network does not have a static ID defined. Bug-AGL: SPEC-1181 Change-Id: I6de701dc6d8ba222497ce44374c01e53ea6ab898 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13linux-yocto: Rename .bbappend to match new version from meta-openembeddedChanghyeok Bae10-206/+1
Bug-AGL: SPEC-1181 Change-Id: I87b72202bb728a33bd16e0b275c268946ce61aff Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13linux-yocto_4.4: Remove the bbappendChanghyeok Bae5-1223/+0
rocko (Yocto 2.4) is not supported linux-yocto-4.4 and those commits are already applied in upstream 4.12. Bug-AGL: SPEC-1181 Change-Id: Ic3c39c919cc488e5eb1ef3f4cd3c3db653c3c0f7 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13wayland-fits: Remove the bbappendChanghyeok Bae3-10/+0
the recipe is removed in meta-openembedded. (meta-openembedded rev: b7f480cc4c533106442ecfe3266d73dd5a6973e8) Bug-AGL: SPEC-1181 Change-Id: I478cceec019bf6ee837b0935f4a15d7a16c801de Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13autogen-native: Remove the bbappendChanghyeok Bae2-31/+0
autogen-native recipe is removed in openembedded-core (From Poky rev: 44da0d9467f4fbd6b10f8fb85e79755b3c7a14cd) (From OE-Core rev: 765fec2f363aeb0540970c57217a2ea1aab8e088) Bug-AGL: SPEC-1181 Change-Id: Ia09bd61b0a3eb27b95534b59202f333b582c8a1c Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13harfbuzz: Rename .bbappend to match new version from meta-openembeddedChanghyeok Bae1-0/+0
Bug-AGL: SPEC-1181 Change-Id: I8ddf3f2b8a56fa5ba80081eaa4e31a124be18246 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13bblayers.conf: Remove meta-ruby and meta-efl layerChanghyeok Bae3-3/+0
meta-ruby and meta-efl layers are removed in meta-openembedded. Bug-AGL: SPEC-1181 Change-Id: I6ac787e540b4d007e6e88d204338f17a2a29abb7 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13lightmediascanner: Add recipeChanghyeok Bae3-0/+107
the recipe is removed in meta-openembedded because meta-efl layer is removed in meta-openembedded layer. Bug-AGL: SPEC-1181 Change-Id: I59fafe3499344b8fcb4fe9bb1c82373ea6155253 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-13agl-appfw-smack.inc: remove IMAGE_DEPENDSChanghyeok Bae1-1/+1
IMAGE_DEPENDS is removed in oe-core. (Poky rev: f93d58378fb4095a18c1403de03ca0e13ce465cd) (OE-Core rev: c5f33d466122e53be910fa448af60ef3937eb828) Bug-AGL: SPEC-1181 Change-Id: Id2605ac13b80f8096261f186c3d28eb1d165e2c4 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-02-08poky-agl: conf: change to gplv2 version of gdbmMatt Ranostay1-1/+1
Change-Id: Ic0f97832caeeb0952e64dec73d98f2c77483660a Bug-AGL: SPEC-1256 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-02-08Merge "setup_mm_packages.sh: handle weird terminals"Jan-Simon Moeller1-3/+7
2018-02-08Merge "devtools: gdb: remove readline PACKAGECONFIG feature"Jan-Simon Moeller1-0/+1
2018-02-08Merge "meta-agl-bsp/meta-rcar-gen3: Improve AUTOLOAD for kernel module."Jan-Simon Moeller3-3/+6
2018-02-08Merge "Provides default dev-mapping.conf file in images"Jan-Simon Moeller3-0/+26
2018-02-08Merge "poky-agl: conf: make gplv3 versions of packages less preferred"Jan-Simon Moeller1-0/+9
2018-02-07Merge "bsp: add salvator-x H3 support"Jan-Simon Moeller4-0/+20
2018-02-06meta-agl-bsp/meta-rcar-gen3: Improve AUTOLOAD for kernel module.Harunobu Kurokawa3-3/+6
These kernel modules are used in the video driver. In addition, the H.264 transfer from the IVI System to the Cluster in AGL demo also use the encoder plugin. For this the driver needs to be loaded before weston. Bug-AGL: SPEC-1038 Change-Id: If403b7dfa5d3402070f2596ae36a3c013495aa97 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2018-02-06Merge "Weston crushed by ivi-input-controller"Jan-Simon Moeller2-0/+32
2018-02-05Merge "warning for microcode being ignored when present"Jan-Simon Moeller1-1/+1
2018-02-05bsp: add salvator-x H3 supportMartin Kelly4-0/+20
The Salvator-X uses the same SoC as the H3 but includes other peripherals. As a result, it can reuse the same h3ulcb config but needs a different device tree and kernel config. This is already supported in meta-rcar-gen3 but needs AGL plumbing, so add it. There is also an M3 version of the Salvator-X, but I don't have one and cannot test it. So I've added support only for the H3 version here. Change-Id: I64683f4f65dda3fee63e6243f0ba916e568ca245 Signed-off-by: Martin Kelly <mkelly@xevo.com>