Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-21 | agl-demo-platform-crosssdk: remove Chromium specific bits from SDK | Scott Murray | 1 | -8/+0 | |
The gn tool recipe is not usable on dunfell due to python2 dependencies, and the current AGL solution for web applications does not require building Chromium with the SDK, so remove the recipe and the packages explicitly added for Chromium to cut down on the SDK size and build time. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7e99f2c7711d2fad9d7608a734a2d96f2cb52e48 | |||||
2018-03-06 | Fix nativesdk-gn build | Ronan Le Martret | 1 | -0/+8 | |
- Update package version, older is not avalable anymore. - remove patch "missing deps" already include upstream. Note: gn is a set of tools require for chromium build. nativesdk-gn is mandatory to build chromium with AGL SDK. Bug-AGL: SPEC-1317 (Duplicate SPEC-1319) Change-Id: I92818ecad74ff65d81826bab5f9b8485a52d14fc Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> |