1Trout AGL Service Yocto Build Layer 2=================================== 3 4This is a yocto meta-layer defining the build recipes for several Trout AGL services (e.g., vehicle HAL server). This needs to be tested with the AGL BSP source tree. 5 6### Prerequisite 7 8Acquire a Yocto BSP as needed for your use cases. 9 10### Add layers 11 12First copy this directory to `ROOT_OF_AGL_BSP/apps/apps_proc` 13 14``` 15bitbake-layers add-layer meta-clang meta-google 16``` 17 18### Build 19`bitbake google-trout-agl-services` 20