diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-12-01 16:39:28 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-07 18:23:38 +0000 |
commit | 578bc6231e2e687d3c0b207c2142c578401aa78a (patch) | |
tree | a1b17fa52f356756f04ce679fdd88e85645e1472 /recipes-platform | |
parent | 1f7119d8aa3e37e2a29ad8990c8e91472a70a3a5 (diff) |
recipes-platform: packagegroups: add agl-service-unicens to section MOST_HVAC_append
This patch is needed to have agl-service-unicens compiled with
the agl-demo-platform
Change-Id: I67e443e1cd99e3100eb34f25aaa469f308389c66
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'recipes-platform')
-rwxr-xr-x | recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb index 4e3740553..82454a75e 100755 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -32,6 +32,7 @@ MOST_HVAC = " " MOST_HVAC_append = " \ ${MOST_DRIVERS} \ unicens-config \ + agl-service-unicens \ " # can-lin is a binary and only for porter :( |