From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Marek Vasut <marex@denx.de>
Cc: koen@dominion.thruhere.net, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/2] nativesdk-packagegroup-python: buildtools-tarball: Introduce NativeSDK package group
Date: Thu, 18 Sep 2014 14:30:11 +0100 [thread overview]
Message-ID: <1411047011.4736.0.camel@ted> (raw)
In-Reply-To: <1411031735-14721-1-git-send-email-marex@denx.de>
On Thu, 2014-09-18 at 11:15 +0200, Marek Vasut wrote:
> Introduce and use nativesdk-packagegroup-python , which contains all
> necessary python components for the native SDK. Make use of this
> package group in buildtools-tarball.bb immediatelly.
Specifically, isn't this the list of packages needed to run bitbake and
its associated utils? "python" isn't therefore a particularly good
description of this package?
Cheers,
Richard
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> meta/recipes-core/meta/buildtools-tarball.bb | 28 +----------------
> .../python/nativesdk-packagegroup-python.bb | 36 ++++++++++++++++++++++
> 2 files changed, 37 insertions(+), 27 deletions(-)
> create mode 100644 meta/recipes-devtools/python/nativesdk-packagegroup-python.bb
>
> diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
> index 62e1e0b..7d20238 100644
> --- a/meta/recipes-core/meta/buildtools-tarball.bb
> +++ b/meta/recipes-core/meta/buildtools-tarball.bb
> @@ -8,33 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
> TOOLCHAIN_TARGET_TASK ?= ""
>
> TOOLCHAIN_HOST_TASK ?= "\
> - nativesdk-python-core \
> - nativesdk-python-textutils \
> - nativesdk-python-sqlite3 \
> - nativesdk-python-pickle \
> - nativesdk-python-logging \
> - nativesdk-python-elementtree \
> - nativesdk-python-curses \
> - nativesdk-python-compile \
> - nativesdk-python-compiler \
> - nativesdk-python-fcntl \
> - nativesdk-python-shell \
> - nativesdk-python-misc \
> - nativesdk-python-multiprocessing \
> - nativesdk-python-subprocess \
> - nativesdk-python-xmlrpc \
> - nativesdk-python-netclient \
> - nativesdk-python-netserver \
> - nativesdk-python-distutils \
> - nativesdk-python-unixadmin \
> - nativesdk-python-compression \
> - nativesdk-python-json \
> - nativesdk-python-unittest \
> - nativesdk-python-mmap \
> - nativesdk-python-difflib \
> - nativesdk-python-pprint \
> - nativesdk-python-git \
> - nativesdk-python-pkgutil \
> + nativesdk-packagegroup-python \
> nativesdk-ncurses-terminfo-base \
> nativesdk-chrpath \
> nativesdk-tar \
> diff --git a/meta/recipes-devtools/python/nativesdk-packagegroup-python.bb b/meta/recipes-devtools/python/nativesdk-packagegroup-python.bb
> new file mode 100644
> index 0000000..fdc1006
> --- /dev/null
> +++ b/meta/recipes-devtools/python/nativesdk-packagegroup-python.bb
> @@ -0,0 +1,36 @@
> +SUMMARY = "NativeSDK Python package group"
> +DESCRIPTION = "NativeSDK Python package group"
> +PR = "r0"
> +LICENSE = "MIT"
> +
> +inherit packagegroup
> +
> +RDEPENDS_${PN} = " \
> + nativesdk-python-core \
> + nativesdk-python-textutils \
> + nativesdk-python-sqlite3 \
> + nativesdk-python-pickle \
> + nativesdk-python-logging \
> + nativesdk-python-elementtree \
> + nativesdk-python-curses \
> + nativesdk-python-compile \
> + nativesdk-python-compiler \
> + nativesdk-python-fcntl \
> + nativesdk-python-shell \
> + nativesdk-python-misc \
> + nativesdk-python-multiprocessing \
> + nativesdk-python-subprocess \
> + nativesdk-python-xmlrpc \
> + nativesdk-python-netclient \
> + nativesdk-python-netserver \
> + nativesdk-python-distutils \
> + nativesdk-python-unixadmin \
> + nativesdk-python-compression \
> + nativesdk-python-json \
> + nativesdk-python-unittest \
> + nativesdk-python-mmap \
> + nativesdk-python-difflib \
> + nativesdk-python-pprint \
> + nativesdk-python-git \
> + nativesdk-python-pkgutil \
> + "
next prev parent reply other threads:[~2014-09-18 13:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-18 9:15 [PATCH 1/2] nativesdk-packagegroup-python: buildtools-tarball: Introduce NativeSDK package group Marek Vasut
2014-09-18 9:15 ` [PATCH 2/2] meta-toolchain-qt: Install full set of python modules in Qt SDK toolchain Marek Vasut
2014-09-18 13:30 ` Richard Purdie [this message]
2014-09-19 7:06 ` [PATCH 1/2] nativesdk-packagegroup-python: buildtools-tarball: Introduce NativeSDK package group Marek Vasut
2014-09-19 16:13 ` Christopher Larson
2014-09-19 16:27 ` Marek Vasut
2014-09-19 16:42 ` Paul Eggleton
2014-09-19 16:52 ` Marek Vasut
2014-09-19 17:02 ` Christopher Larson
2014-09-19 17:08 ` Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1411047011.4736.0.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=koen@dominion.thruhere.net \
--cc=marex@denx.de \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox