This patch updates the following applications: a. Introduce rprocinfo to get remoteproc information b. Add sensor-cfg build support c. Updates to readproc utility
Signed-off-by: Karthik Ramanan <[email protected]> --- .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb index ab12589..32d4cb6 100644 --- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb +++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb @@ -14,9 +14,9 @@ inherit autotools pkgconfig SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git \ " -SRCREV = "bdc4887134325fc6c83815005d5f36edbc577255" +SRCREV="d8d7123b70aa811d95e63c1f4b597feee8d4fd84" -PR = "r43" +PR = "r46" do_install_append () { install -d ${D}${sysconfdir}/glsdkstatcoll -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
