[oe-commits] org.oe.dev busybox 1.2.1, 1.2.2: Enabled nohup applet.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Jan 6 12:56:48 UTC 2007


busybox 1.2.1, 1.2.2: Enabled nohup applet.
* Being able to login via telnet/ssh/on-device shell and run application such 
that it continues to run after logout, should be pretty useful feature for
embedded system.
* With common config (also used by angstrom), doesn't lead to increase of
exe size (due to alignment padding), and the applet code itself is small
(40 lines).
* Approved by Koen Kooi.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 7d43d11ac2a44a7ebd6219dafeb61e44f8f6c45c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7d43d11ac2a44a7ebd6219dafeb61e44f8f6c45c
Files:
1
packages/busybox/busybox-1.2.1/angstrom/defconfig
packages/busybox/busybox-1.2.1/defconfig
packages/busybox/busybox-1.2.2/angstrom/defconfig
packages/busybox/busybox-1.2.2/defconfig
packages/busybox/busybox_1.2.1.bb
Diffs:

#
# mt diff -r6b8185c89368b273f776e5735aeff0d2933002ae -r7d43d11ac2a44a7ebd6219dafeb61e44f8f6c45c
#
# 
# 
# patch "packages/busybox/busybox-1.2.1/angstrom/defconfig"
#  from [1d0c34a41f6ddc8cb44993383113a9728ae54b3e]
#    to [fed758e3d92b8b50b9b7aee6de4c42ba95f091b2]
# 
# patch "packages/busybox/busybox-1.2.1/defconfig"
#  from [1d0c34a41f6ddc8cb44993383113a9728ae54b3e]
#    to [fed758e3d92b8b50b9b7aee6de4c42ba95f091b2]
# 
# patch "packages/busybox/busybox-1.2.2/angstrom/defconfig"
#  from [1d0c34a41f6ddc8cb44993383113a9728ae54b3e]
#    to [fed758e3d92b8b50b9b7aee6de4c42ba95f091b2]
# 
# patch "packages/busybox/busybox-1.2.2/defconfig"
#  from [1d0c34a41f6ddc8cb44993383113a9728ae54b3e]
#    to [fed758e3d92b8b50b9b7aee6de4c42ba95f091b2]
# 
# patch "packages/busybox/busybox_1.2.1.bb"
#  from [1c39b325c6c0da35e9be9f670eabc288fcb2e973]
#    to [0fb4de7420cdf5f47e9dddb237f5b7bc80ab39d9]
# 
============================================================
--- packages/busybox/busybox-1.2.1/angstrom/defconfig	1d0c34a41f6ddc8cb44993383113a9728ae54b3e
+++ packages/busybox/busybox-1.2.1/angstrom/defconfig	fed758e3d92b8b50b9b7aee6de4c42ba95f091b2
@@ -171,7 +171,7 @@ CONFIG_MV=y
 CONFIG_MV=y
 # CONFIG_FEATURE_MV_LONG_OPTIONS is not set
 # CONFIG_NICE is not set
-# CONFIG_NOHUP is not set
+CONFIG_NOHUP=y
 CONFIG_OD=y
 # CONFIG_PRINTENV is not set
 CONFIG_PRINTF=y
============================================================
--- packages/busybox/busybox-1.2.1/defconfig	1d0c34a41f6ddc8cb44993383113a9728ae54b3e
+++ packages/busybox/busybox-1.2.1/defconfig	fed758e3d92b8b50b9b7aee6de4c42ba95f091b2
@@ -171,7 +171,7 @@ CONFIG_MV=y
 CONFIG_MV=y
 # CONFIG_FEATURE_MV_LONG_OPTIONS is not set
 # CONFIG_NICE is not set
-# CONFIG_NOHUP is not set
+CONFIG_NOHUP=y
 CONFIG_OD=y
 # CONFIG_PRINTENV is not set
 CONFIG_PRINTF=y
============================================================
--- packages/busybox/busybox-1.2.2/angstrom/defconfig	1d0c34a41f6ddc8cb44993383113a9728ae54b3e
+++ packages/busybox/busybox-1.2.2/angstrom/defconfig	fed758e3d92b8b50b9b7aee6de4c42ba95f091b2
@@ -171,7 +171,7 @@ CONFIG_MV=y
 CONFIG_MV=y
 # CONFIG_FEATURE_MV_LONG_OPTIONS is not set
 # CONFIG_NICE is not set
-# CONFIG_NOHUP is not set
+CONFIG_NOHUP=y
 CONFIG_OD=y
 # CONFIG_PRINTENV is not set
 CONFIG_PRINTF=y
============================================================
--- packages/busybox/busybox-1.2.2/defconfig	1d0c34a41f6ddc8cb44993383113a9728ae54b3e
+++ packages/busybox/busybox-1.2.2/defconfig	fed758e3d92b8b50b9b7aee6de4c42ba95f091b2
@@ -171,7 +171,7 @@ CONFIG_MV=y
 CONFIG_MV=y
 # CONFIG_FEATURE_MV_LONG_OPTIONS is not set
 # CONFIG_NICE is not set
-# CONFIG_NOHUP is not set
+CONFIG_NOHUP=y
 CONFIG_OD=y
 # CONFIG_PRINTENV is not set
 CONFIG_PRINTF=y
============================================================
--- packages/busybox/busybox_1.2.1.bb	1c39b325c6c0da35e9be9f670eabc288fcb2e973
+++ packages/busybox/busybox_1.2.1.bb	0fb4de7420cdf5f47e9dddb237f5b7bc80ab39d9
@@ -1,6 +1,6 @@ require busybox.inc
 require busybox.inc
 
-PR = "r10"
+PR = "r11"
 
 SRC_URI += "file://wget-long-options.patch;patch=1 \
 	   file://df_rootfs.patch;patch=1 \






More information about the Openembedded-commits mailing list