Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3 V3] Install external binary packages
@ 2012-08-20 15:24 Robert Yang
  2012-08-20 15:24 ` [PATCH 1/3 V3] rpm: install " Robert Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert Yang @ 2012-08-20 15:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

Changes of V3:
* Fix the "bitbake package-index" failure.
  # Tested: (with rpm/ipk/deb rootfs):
  $ bitbake core-image-minimal core-image-sato \
	meta-toolchain meta-toolchain-sdk core-image-sato-sdk
  $ bitbake package-index (I had forgot to test this in V2).

Changes of V2:
* Add commit message to each commit.

Changes of V1:
* Initial version

// Robert

The following changes since commit 91ece5d5668ee1adb5c5e3d757426a0d5187bd84:

  libpam: Fix missing DESTDIR for a mkdir causing build failures (2012-08-19 13:32:06 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib robert/external_install
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/external_install

Robert Yang (3):
  rpm: install external binary packages
  ipk: install external binary packages
  deb: install external binary packages

 meta/classes/external_package.bbclass | 91 +++++++++++++++++++++++++++++++++++
 meta/classes/package_deb.bbclass      | 44 ++++++++++-------
 meta/classes/package_ipk.bbclass      | 22 ++++++++-
 meta/classes/package_rpm.bbclass      | 13 +++--
 meta/classes/rootfs_deb.bbclass       |  2 +-
 meta/classes/rootfs_ipk.bbclass       |  2 +-
 meta/classes/rootfs_rpm.bbclass       |  2 +-
 7 files changed, 152 insertions(+), 24 deletions(-)
 create mode 100644 meta/classes/external_package.bbclass

-- 
1.7.11.2




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

end of thread, other threads:[~2012-08-20 15:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20 15:24 [PATCH 0/3 V3] Install external binary packages Robert Yang
2012-08-20 15:24 ` [PATCH 1/3 V3] rpm: install " Robert Yang
2012-08-20 15:24 ` [PATCH 2/3 V3] ipk: " Robert Yang
2012-08-20 15:24 ` [PATCH 3/3 V3] deb: " Robert Yang

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