I have made the following changes intended for : CE:Adaptation:N9xx-common / ti-omap3-sgx
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/7203 Thank You, aard [This message was auto-generated] --- Request # 7203: Messages from BOSS: WARNING check_package_is_complete_sources (ti-omap3-sgx) failed: No dsc file found Extra source files: ti-omap3-sgx-update.sh. State: review at 2012-10-30T16:47:15 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:aard:branches:CE:Adaptation:N9xx-common / ti-omap3-sgx -> CE:Adaptation:N9xx-common / ti-omap3-sgx changes files: -------------- --- ti-omap3-sgx.changes +++ ti-omap3-sgx.changes @@ -0,0 +1,6 @@ +* Tue Oct 30 2012 Bernd Wachter <[email protected]> - 1.4.268 +- Move from graphical.target to basic.target to start it up as early as possible, + allowing early boot access to accelerated framebuffer +- Remove dependency to uxlaunch, it's no longer needed after changing target, + and was breaking boot with user sessions in graphical.target + spec files: ----------- --- ti-omap3-sgx.spec +++ ti-omap3-sgx.spec @@ -166,8 +166,8 @@ # systemd install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/lib/systemd/system/%{name}.service -install -d $RPM_BUILD_ROOT/lib/systemd/system/graphical.target.wants/ -ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/graphical.target.wants/%{name}.service +install -d $RPM_BUILD_ROOT/lib/systemd/system/basic.target.wants/ +ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/basic.target.wants/%{name}.service # << install pre # >> install post @@ -220,7 +220,7 @@ %attr(755,root,root) %{_sbindir}/pvrsrvinit_r* %attr(755,root,root) %{_sbindir}/pvrsrvinit /lib/systemd/system/%{name}.service -/lib/systemd/system/graphical.target.wants/%{name}.service +/lib/systemd/system/basic.target.wants/%{name}.service # Should be in it's own package. %{_libdir}/libOpenVG*.so other changes: -------------- ++++++ ti-omap3-sgx.service --- ti-omap3-sgx.service +++ ti-omap3-sgx.service @@ -1,7 +1,6 @@ [Unit] Description=TI OMAP3 SGX driver After=local-fs.target -Before=uxlaunch.service [Service] Type=oneshot @@ -10,4 +9,4 @@ ExecStart=/usr/sbin/pvrsrvinit [Install] -WantedBy=graphical.target +WantedBy=basic.target
