summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/most/most.bb
AgeCommit message (Expand)AuthorFilesLines
2021-03-02most: update LIC_CHKSUM_FILEScott Murray1-1/+1
2020-12-17SPEC-3723: restructure meta-agl-demoJan-Simon Moeller1-0/+14
2018-04-282nd part of the layer/profile rework [2/2]Jan-Simon Möller1-14/+0
2017-12-19Convert most.bb to use KERNEL_MODULE_AUTOLOAD frameworkJan-Simon Möller1-17/+1
2017-11-09recipes-kernel: most: use AGL_BRANCH variableChristian Gromm1-1/+1
2017-11-09recipes-kernel: most: update recipesChristian Gromm1-5/+3
2017-11-05Allow SRCREV handling through poky-agl.confeel_4.99.2eel/4.99.24.99.2Jan-Simon Möller1-2/+2
2017-06-12fix MOST driver dependency issuesChristian Gromm1-0/+32
an class="err">IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "First_run", "type": "cppdbg", "request": "launch", "preLaunchTask": "first_run", "program": "/opt/AGL/bin/afb-daemon", "args": [ "--workdir=.", "--ldpaths=lib", "--roothttp=.", "--tracereq=common", "--token=1", "--verbose", "--verbose", "--verbose"], "stopAtEntry": false, "cwd": "${workspaceRoot}/build/package", "environment": [], "externalConsole": true, "MIMode": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ] }, { "name": "Resuming_run", "type": "cppdbg", "request": "launch", "program": "/opt/AGL/bin/afb-daemon", "args": [ "--rootdir=${workspaceRoot}/build/package/", "--workdir=${workspaceRoot}/build/package/", "--ldpaths=lib", "--roothttp=.", "--tracereq=common", "--token=1", "--verbose", "--verbose", "--verbose"], "additionalSOLibSearchPath": "${workspaceRoot}/build/package/lib", "stopAtEntry": false, "cwd": "${workspaceRoot}/build/package", "environment": [], "externalConsole": true, "MIMode": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ] } ] }