diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-17 09:25:25 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-18 14:10:40 +0000 |
commit | 6d1231999dc39056bde88e99cf8446346b587e54 (patch) | |
tree | 73fd8005786536092f7199e6e3e7831233a200cc /meta-agl/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | |
parent | f98545c8f48c10b2384cf3241e5df0caf39176d0 (diff) |
Add low-level-can-generator as devtool in SDK
To ease devlopment with low level CAN service, you have to use
the generator to be able to customize signals handled by the service.
Change-Id: Id51415ee339a5ede77bc875aa893893f1b31dbdf
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10143
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend')
-rw-r--r-- | meta-agl/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-agl/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend new file mode 100644 index 000000000..504a019b4 --- /dev/null +++ b/meta-agl/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend @@ -0,0 +1 @@ +RDEPENDS_${PN} += "nativesdk-low-level-can-generator" |