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/7013 Thank You, Marko Saukko [This message was auto-generated] --- Request # 7013: 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-15T10:57:33 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:sage:branches:Mer:fake:Core-next:i586 / ti-omap3-sgx -> CE:Adaptation:N9xx-common / ti-omap3-sgx changes files: -------------- --- ti-omap3-sgx.changes +++ ti-omap3-sgx.changes @@ -0,0 +1,4 @@ +* Mon Oct 15 2012 Marko Saukko <[email protected]> - 1.4.268 +- ExcludeArch to armv7hl, armv7nhl, armv7thl, armv7tnhl and armv8el as we provide + binary compatibility only for those. + spec files: ----------- --- ti-omap3-sgx.spec +++ ti-omap3-sgx.spec @@ -14,8 +14,8 @@ Release: 0 Group: Graphics/Display and Graphics Adaptation License: TI Proprietary -ExclusiveArch: %{arm} armv8el -Source0: %{name}-bin-%{version}-%{_target_cpu}.tar.bz2 +ExclusiveArch: armv7hl armv7nhl armv7thl armv7tnhl armv8el +Source0: %{name}-bin-%{version}-armv7hl.tar.bz2 Source1: license.txt Source2: %{name}-powervr.ini Source3: %{name}.udev @@ -121,7 +121,7 @@ %prep -%setup -q -n %{name}-bin-%{version}-%{_target_cpu} +%setup -q -n %{name}-bin-%{version}-armv7hl # >> setup cp -v %{SOURCE1} . other changes: -------------- ++++++ ti-omap3-sgx.yaml --- ti-omap3-sgx.yaml +++ ti-omap3-sgx.yaml @@ -5,7 +5,7 @@ Group: Graphics/Display and Graphics Adaptation License: TI Proprietary Sources: - - "%{name}-bin-%{version}-%{_target_cpu}.tar.bz2" + - "%{name}-bin-%{version}-armv7hl.tar.bz2" - "license.txt" - "%{name}-powervr.ini" - "%{name}.udev" @@ -14,10 +14,9 @@ - "boss.conf" Description: OMAP3 drivers for SGX -SetupOptions: -q -n %{name}-bin-%{version}-%{_target_cpu} Configure: none Builder: none -ExclusiveArch: "%{arm} armv8el" +ExclusiveArch: "armv7hl armv7nhl armv7thl armv7tnhl armv8el" Requires: # mkdir, touch, grep required for pvrsrvinit - coreutils
