I have made the following changes intended for :
  nemo:devel:hw:brcm:bcm2835:rpi / rpi-configs

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.merproject.org//request/show/157

Thank You,
martin brook

[This message was auto-generated]

---

Request # 157:

Messages from BOSS:

State: review at 2013-04-02T19:46:41 by cibot

Reviews:
       accepted by cibot : Prechecks succeeded.
       new for nemo:devel:hw:brcm:bcm2835:rpi : 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:vgrade:RaspberryPi / rpi-configs -> 
nemo:devel:hw:brcm:bcm2835:rpi / rpi-configs
  
changes files:
--------------

++++++ new changes file:
--- rpi-configs.changes
+++ rpi-configs.changes
@@ -0,0 +1,2 @@
+* Mon Apr 01 2013 Martin Brook <[email protected]> - 0.0.1
+- Initail version of rpi-configs

new:
----
  10-vchiq-permissions.rules
  min_free_kbytes.conf
  rpi-configs.changes
  rpi-configs.spec

spec files:
-----------

++++++ new spec file:
--- rpi-configs.spec
+++ rpi-configs.spec
@@ -0,0 +1,49 @@
+# >> macros
+# << macros
+
+Name:       rpi-configs
+Summary:    Raspberry Pi specific configs
+Version:    0.0.1
+Release:    1
+Group:      System/Libraries
+License:    GPL
+Source0:    min_free_kbytes.conf
+Source1:    10-vchiq-permissions.rules
+
+%description
+Config files and settings for Raspberry Pi
+
+%prep
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+# >> install pre
+# << install pre
+mkdir -p %{buildroot}/%{_sysconfdir}/sysctl.d
+cp %{SOURCE0} %{buildroot}/%{_sysconfdir}/sysctl.d/
+mkdir -p %{buildroot}/opt
+ln -s /usr %{buildroot}/opt/vc
+mkdir -p %{buildroot}/%{_libdir}/udev/rules.d
+cp %{SOURCE1} %{buildroot}/%{_libdir}/udev/rules.d/
+
+# >> install post
+# << install post
+
+%files
+%defattr(-,root,root,-)
+%{_sysconfdir}/sysctl.d/*conf
+/opt/vc
+%{_libdir}/udev/rules.d/*rules
+# >> files
+# << files
+
+

other changes:
--------------

++++++ 10-vchiq-permissions.rules (new)
--- 10-vchiq-permissions.rules
+++ 10-vchiq-permissions.rules
@@ -0,0 +1 @@
+SUBSYSTEM=="vchiq",GROUP="video",MODE="0660"

++++++ min_free_kbytes.conf (new)
--- min_free_kbytes.conf
+++ min_free_kbytes.conf
@@ -0,0 +1 @@
+vm.min_free_kbytes = 16384



Reply via email to