mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Index: ubootchart.conf
|
||||
===================================================================
|
||||
--- ubootchart.conf (revision 9)
|
||||
+++ ubootchart.conf (working copy)
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
# If you want to chain on and run somthing other than /sbin/init...
|
||||
-export init_prog=/sbin/init
|
||||
+export init_prog=/sbin/init.sysvinit
|
||||
|
||||
# On startup ubootchart will mount a tmpfs filesystem at this
|
||||
# location and chdir here. This is only used for the logging of
|
||||
@@ -0,0 +1,3 @@
|
||||
#! /bin/sh
|
||||
|
||||
kill -USR1 $(pidof ubootchartd_bin)
|
||||
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Exec=/sbin/ubootchart-stop
|
||||
Name=Stop Bootchart
|
||||
Type=Application
|
||||
Categories=Programming;
|
||||
Reference in New Issue
Block a user