* [PATCH 0/1] pTest-tcl fail fixed
@ 2016-03-16 9:43 Dengke Du
2016-03-16 9:43 ` [PATCH 1/1] " Dengke Du
0 siblings, 1 reply; 3+ messages in thread
From: Dengke Du @ 2016-03-16 9:43 UTC (permalink / raw)
Cc: openembedded-core
The following changes since commit 8debfea81e69d038bd2d56314b272cb74f5582ed:
local.conf.sample: Disable prelink by default (2016-03-13 22:09:05 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib dengke/pTest-tcl-fail-fixed
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=dengke/pTest-tcl-fail-fixed
Dengke Du (1):
pTest-tcl fail fixed
meta/recipes-core/netbase/netbase_5.3.bb | 1 +
1 file changed, 1 insertion(+)
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] pTest-tcl fail fixed
2016-03-16 9:43 [PATCH 0/1] pTest-tcl fail fixed Dengke Du
@ 2016-03-16 9:43 ` Dengke Du
0 siblings, 0 replies; 3+ messages in thread
From: Dengke Du @ 2016-03-16 9:43 UTC (permalink / raw)
Cc: openembedded-core
http.test httpold.test socket.test failed when run the pTest-tcl,because
the tcl script "info hostname" in /usr/lib/tcl/ptest/tests/http.test fail.
The file /etc/hosts didn't contain the map from hostname to 127.0.0.1, so
it need to add the map. In order to ensure the rootfs correct,add it at
build time, add the following command:
"sed -i '1s/$/ ${MACHINE}/' ${WORKDIR}/hosts"
in do_install() function in the file meta/recipes-core/netbase/netbase_5.3.bb
Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
meta/recipes-core/netbase/netbase_5.3.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/netbase/netbase_5.3.bb b/meta/recipes-core/netbase/netbase_5.3.bb
index ccd89ff..6688d55 100644
--- a/meta/recipes-core/netbase/netbase_5.3.bb
+++ b/meta/recipes-core/netbase/netbase_5.3.bb
@@ -14,6 +14,7 @@ SRC_URI[md5sum] = "2637a27fd3de02a278d2b5be7e6558c1"
SRC_URI[sha256sum] = "81f6c69795044d62b8ad959cf9daf049d0545fd466c52860ad3f933b1e97b88b"
do_install () {
+ sed -i '1s/$/ ${MACHINE}/' ${WORKDIR}/hosts
install -d ${D}/${mandir}/man8 ${D}${sysconfdir}
install -m 0644 ${WORKDIR}/hosts ${D}${sysconfdir}/hosts
install -m 0644 etc-rpc ${D}${sysconfdir}/rpc
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 0/1] pTest-tcl fail fixed
@ 2016-03-01 9:37 Dengke Du
0 siblings, 0 replies; 3+ messages in thread
From: Dengke Du @ 2016-03-01 9:37 UTC (permalink / raw)
Cc: openembedded-core
The following changes since commit 23056103c949b498c23b47579e8dd57ce78e6ed9:
uclibc: Do not use immediate expansion operator (2016-02-22 20:42:48 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib dengke/pTest-tcl-fail-fixed
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=dengke/pTest-tcl-fail-fixed
Dengke Du (1):
pTest-tcl fail fixed
meta/recipes-core/initscripts/initscripts-1.0/hostname.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-03-16 9:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-16 9:43 [PATCH 0/1] pTest-tcl fail fixed Dengke Du
2016-03-16 9:43 ` [PATCH 1/1] " Dengke Du
-- strict thread matches above, loose matches on Subject: below --
2016-03-01 9:37 [PATCH 0/1] " Dengke Du
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox