diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-08-30 12:16:20 +0000 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2019-09-13 10:30:51 +0200 |
commit | 62ef568cb2d9cdecde8cc58d677f1a42722ff3a5 (patch) | |
tree | 8354dc57fe081eec946bc439457f5202e64a6ac7 /meta-rcar-gen3/recipes-graphics | |
parent | 838c095da6554becb79d1bdac3267f6801fe95db (diff) |
[AGL] Add driver control checksum
* As the driver files come from out of git repository,
we need to check driver file integrity.
Change-Id: I46f2a281f8da1ae606e8ae1ee55324fd5fd9b772
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb index 344c675..cb7cc20 100644 --- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb +++ b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb @@ -1,5 +1,6 @@ require include/gles-control.inc require include/rcar-gen3-path-common.inc +require include/checksum_control.inc DESCRIPTION = "PowerVR GPU user module" LICENSE = "CLOSED" |