diff options
author | Anand Balagopalakrishnan <anandb@ti.com> | 2016-02-29 11:32:16 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-29 16:15:46 -0500 |
commit | 4cdee8256c46c444b61021a1c0f21fc61c875604 (patch) | |
tree | 6728f7cf93bb1055ed0b4fb9b8c0b798a42e2515 | |
parent | 273edba7846eef416a06bb453feacfdc071ee9b4 (diff) | |
download | meta-ti-4cdee8256c46c444b61021a1c0f21fc61c875604.tar.gz |
omap5-sgx-ddk-um-linux: register PVR service for autostart on boot
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb index 5ac3f31f..a53902b3 100644 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | |||
@@ -14,7 +14,12 @@ TARGET_PRODUCT_omap-a15 = "jacinto6evm" | |||
14 | TARGET_PRODUCT_ti33x = "ti335x" | 14 | TARGET_PRODUCT_ti33x = "ti335x" |
15 | TARGET_PRODUCT_ti43x = "ti437x" | 15 | TARGET_PRODUCT_ti43x = "ti437x" |
16 | 16 | ||
17 | PR = "r3" | 17 | INITSCRIPT_NAME = "rc.pvr" |
18 | INITSCRIPT_PARAMS = "defaults 8" | ||
19 | |||
20 | inherit update-rc.d | ||
21 | |||
22 | PR = "r4" | ||
18 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | 23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" |
19 | 24 | ||
20 | RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" | 25 | RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap" |