From patchwork Wed May 30 01:47:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/3, V1] :lsb: Add initscripts to enhance init functions in an lsb image Date: Wed, 30 May 2012 01:47:11 -0000 From: Xiaofeng Yan X-Patchwork-Id: 28913 Message-Id: To: Cc: Zhenfeng.Zhao@windriver.com From: Xiaofeng Yan This initscripts has more functions than the simple one. There could be some errors for the current version with simple functions when running some programs because of absent some functions provided by initscripts. The following changes since commit f28209d9d3c67203a2c7a2b25cacfe31643d1bfa: Kang Kai (1): cooker.py: terminate the Parser processes are available in the git repository at: git://git.pokylinux.org/poky-contrib xiaofeng/2133 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/2133 Xiaofeng Yan (3): lsbinitscripts: Add initscripts to enhance init functions in an lsb image lsbinitscripts: Patch file functions for confirming to an lsb image task-core-lsb: Add another initscripts to an lsb image .../lsb/lsbinitscripts/functions.patch | 14 ++++++++ meta/recipes-extended/lsb/lsbinitscripts_9.03.bb | 36 ++++++++++++++++++++ meta/recipes-extended/tasks/task-core-lsb.bb | 3 +- 3 files changed, 52 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-extended/lsb/lsbinitscripts/functions.patch create mode 100644 meta/recipes-extended/lsb/lsbinitscripts_9.03.bb