| Submitter | Robert Yang |
|---|---|
| Date | Aug. 16, 2012, 8:27 a.m. |
| Message ID | <cover.1345105475.git.liezhi.yang@windriver.com> |
| Download | mbox |
| Permalink | /patch/34695/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib robert/external_installComments
On 08/16/2012 04:27 PM, Robert Yang wrote: > Changes of V2: > * Add commit message to each commit. > > Changes of V1: > * Initial version > > // Robert > > The following changes since commit 0c6ac62a9fb81146ace64ae7493dcc56b4bed197: > > documentation: remove references to Pimlico (2012-08-15 15:26:27 +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/image.bbclass | 2 + > meta/classes/package_deb.bbclass | 43 ++++++++++------- > meta/classes/package_ipk.bbclass | 21 +++++++- > meta/classes/package_rpm.bbclass | 12 +++-- > meta/classes/rootfs_deb.bbclass | 2 +- > meta/classes/rootfs_ipk.bbclass | 2 +- > meta/classes/rootfs_rpm.bbclass | 2 +- I added the "inherit external_package" to populate_sdk_base.bbclass and pushed to the repo. // Robert > 8 files changed, 151 insertions(+), 24 deletions(-) > create mode 100644 meta/classes/external_package.bbclass >