added procps package.
authorkos <kos@dev3>
Thu, 7 Feb 2013 05:13:53 +0000 (14:13 +0900)
committerkos <kos@dev3>
Thu, 7 Feb 2013 05:13:53 +0000 (14:13 +0900)
 - fixed the freezing issue when uploading large files from pc to STB using a ftp program.

recipes/procps/procps-3.2.7/vusolo2/sysctl.conf [new file with mode: 0644]
recipes/tasks/task-vuplus-base.bb

diff --git a/recipes/procps/procps-3.2.7/vusolo2/sysctl.conf b/recipes/procps/procps-3.2.7/vusolo2/sysctl.conf
new file mode 100644 (file)
index 0000000..b2ccb5b
--- /dev/null
@@ -0,0 +1 @@
+vm.min_free_kbytes=16384
index 0cefae0..462cb02 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Vuplus: Base Task for the Vuplus Distribution"
 SECTION = "vuplus/base"
 LICENSE = "MIT"
-PR = "r10"
+PR = "r11"
 
 inherit task
 
@@ -53,6 +53,8 @@ VUPLUS_BASE_ESSENTIAL = "\
   firmware-drxd-a2 \
 "
 
+VUPLUS_BASE_ESSENTIAL_append_vusolo2 = " procps"
+
 VUPLUS_BASE_RECOMMENDS = "\
   dropbear \
   vuplus-vucamd \