Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] LSB_Test.sh: update rpm platform file
@ 2013-11-19  8:08 Kai Kang
  2013-11-19  8:08 ` [PATCH 1/1] LSB_Test.sh: update rpm platform file when enable multilib Kai Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Kang @ 2013-11-19  8:08 UTC (permalink / raw)
  To: openembedded-core

LSB_Test.sh: update rpm platform file to enable install i486 packages on x86-64 bsps
when multlib is enabled.

The following changes since commit e15893adf9268b2920b24c52d5c2bb777c6f778e:

  bitbake: serv.py: Give pr-server up to 5 seconds to commit data (2013-11-18 17:19:11 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib kangkai/lsb_test
  http://git.yoctoproject.org/cgit.cgi//log/?h=kangkai/lsb_test

Kai Kang (1):
  LSB_Test.sh: update rpm platform file when enable multilib

 meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] LSB_Test.sh: update rpm platform file when enable multilib
  2013-11-19  8:08 [PATCH 0/1] LSB_Test.sh: update rpm platform file Kai Kang
@ 2013-11-19  8:08 ` Kai Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Kang @ 2013-11-19  8:08 UTC (permalink / raw)
  To: openembedded-core

When enable multilib for x86_64, lsb rpm packages both for archs x86_64
and i486 will be installed. But i486 target packages could not be
installed that no such pattern in rpm platform file. Update platform
file to enable install i486 rpm packages.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh b/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
index af1d61c..19116e2 100644
--- a/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
+++ b/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
@@ -277,6 +277,14 @@ if ! `grep -F -q "noarch-suse" ${PLATFORM_FILE}`; then
 		echo "i486-noarch" >> ${PLATFORM_FILE}
 		echo "i486-pc" >> ${PLATFORM_FILE}
 		echo "noarch-suse" >> ${PLATFORM_FILE}
+	elif [ ${ARCH} == x86_64 ]; then
+		echo "i486-suse" >> ${PLATFORM_FILE}
+		echo "i486-noarch" >> ${PLATFORM_FILE}
+		echo "i486-pc" >> ${PLATFORM_FILE}
+		echo "noarch-suse" >> ${PLATFORM_FILE}
+		echo "${ARCH}-suse" >> ${PLATFORM_FILE}
+		echo "${ARCH}-noarch" >> ${PLATFORM_FILE}
+		echo "${ARCH}-pc" >> ${PLATFORM_FILE}
 	else
 		echo "${ARCH}-suse" >> ${PLATFORM_FILE}
 		echo "${ARCH}-noarch" >> ${PLATFORM_FILE}
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-19  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19  8:08 [PATCH 0/1] LSB_Test.sh: update rpm platform file Kai Kang
2013-11-19  8:08 ` [PATCH 1/1] LSB_Test.sh: update rpm platform file when enable multilib Kai Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox