diff options
4 files changed, 28 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes/libgles/libgles-omap3/99-fb.rules b/meta-ti-extras/recipes/libgles/libgles-omap3/99-fb.rules new file mode 100644 index 0000000..ca5ebc8 --- /dev/null +++ b/meta-ti-extras/recipes/libgles/libgles-omap3/99-fb.rules | |||
| @@ -0,0 +1 @@ | |||
| KERNEL=="fb0", TAG+="systemd" | |||
diff --git a/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb b/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb index 1b1bf22..fe484f5 100644 --- a/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb +++ b/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb | |||
| @@ -38,6 +38,7 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gf | |||
| 38 | file://cputype \ | 38 | file://cputype \ |
| 39 | file://rc.pvr \ | 39 | file://rc.pvr \ |
| 40 | file://99-bufferclass.rules \ | 40 | file://99-bufferclass.rules \ |
| 41 | file://99-fb.rules \ | ||
| 41 | " | 42 | " |
| 42 | 43 | ||
| 43 | SRC_URI[md5sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}" | 44 | SRC_URI[md5sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}" |
| @@ -53,3 +54,7 @@ do_configure_append() { | |||
| 53 | sed -i -e s:\$\(PLAT_CC\):\$\(CC\):g $mak | 54 | sed -i -e s:\$\(PLAT_CC\):\$\(CC\):g $mak |
| 54 | done | 55 | done |
| 55 | } | 56 | } |
| 57 | |||
| 58 | do_install_append() { | ||
| 59 | install -m 0644 ${WORKDIR}/99-fb.rules ${D}${sysconfdir}/udev/rules.d/ | ||
| 60 | } | ||
diff --git a/recipes-qt/b2qt-addons/b2qt-launcher/beaglebone/b2qt.service b/recipes-qt/b2qt-addons/b2qt-launcher/beaglebone/b2qt.service new file mode 100644 index 0000000..cdf6480 --- /dev/null +++ b/recipes-qt/b2qt-addons/b2qt-launcher/beaglebone/b2qt.service | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=B2Qt user application | ||
| 3 | BindsTo=dev-fb0.device | ||
| 4 | After=dev-fb0.device | ||
| 5 | ConditionPathExists=/usr/bin/b2qt | ||
| 6 | |||
| 7 | [Service] | ||
| 8 | ExecStart=-/usr/bin/appcontroller /usr/bin/b2qt | ||
| 9 | |||
| 10 | [Install] | ||
| 11 | WantedBy=multi-user.target | ||
diff --git a/recipes-qt/b2qt-addons/b2qt-launcher/beaglebone/qtlauncher.service b/recipes-qt/b2qt-addons/b2qt-launcher/beaglebone/qtlauncher.service new file mode 100644 index 0000000..1094675 --- /dev/null +++ b/recipes-qt/b2qt-addons/b2qt-launcher/beaglebone/qtlauncher.service | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=B2Qt Launcher Demo | ||
| 3 | BindsTo=dev-fb0.device | ||
| 4 | After=dev-fb0.device | ||
| 5 | ConditionPathExists=!/usr/bin/b2qt | ||
| 6 | |||
| 7 | [Service] | ||
| 8 | ExecStart=-/usr/bin/appcontroller /usr/bin/qtlauncher --applications-root /data/user/qt | ||
| 9 | |||
| 10 | [Install] | ||
| 11 | WantedBy=multi-user.target | ||
