From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 05/23] meta-toolchain-arago-dvsdk.bb: Exclude from world build.
Date: Mon, 30 Aug 2010 18:00:42 -0400 [thread overview]
Message-ID: <20100830220042.GC14561@denix.org> (raw)
In-Reply-To: <AANLkTimnfsHbd0sWxGLBfawD9w5M4OLGWbH_gN6_9T-h@mail.gmail.com>
On Sun, Aug 29, 2010 at 11:20:24AM -0700, Khem Raj wrote:
> On Sun, Aug 29, 2010 at 2:54 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On 28-08-10 22:24, Khem Raj wrote:
> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >> ---
> >> recipes/meta/meta-toolchain-arago-dvsdk.bb | 1 +
> >> 1 files changed, 1 insertions(+), 0 deletions(-)
> >>
> >> diff --git a/recipes/meta/meta-toolchain-arago-dvsdk.bb b/recipes/meta/meta-toolchain-arago-dvsdk.bb
> >> index 8e5b233..6deb2bc 100644
> >> --- a/recipes/meta/meta-toolchain-arago-dvsdk.bb
> >> +++ b/recipes/meta/meta-toolchain-arago-dvsdk.bb
> >> @@ -1,3 +1,4 @@
> >> +EXCLUDE_FROM_WORLD = "1"
> >> TOOLCHAIN_HOST_TASK = "task-arago-toolchain-dvsdk-host"
> >> TOOLCHAIN_TARGET_TASK = "task-arago-toolchain-dvsdk-target"
> >>
> >
> > NAK, you're not saying why this needs to get excluded from world, it
> > seems to build fine over here.
>
> Does not parse for me.
>
> NOTE: Runtime target 'ti-xdctools-sdk' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['ti-xdctools-sdk']
> NOTE: Runtime target 'task-arago-toolchain-dvsdk-host' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['task-arago-toolchain-dvsdk-host', 'ti-xdctools-sdk']
> ERROR: Required build target 'meta-toolchain-arago-dvsdk' has no
> buildable providers.
> Missing or unbuildable dependency chain was:
> ['meta-toolchain-arago-dvsdk', 'task-arago-toolchain-dvsdk-host',
> 'ti-xdctools-sdk']
>
> What provides ti-xdctools-sdk in your case ?
>
> hmm if you see sdk.bbclass then you will see that it demands the
> recipes inheriting from it to be
> excluded from build it being sdk I just excluded it.
Koen, Khem,
meta-toolchain-arago-dvsdk (and corresponding ti-<blah>-sdk.bb recipes) were
used by legacy dvsdk builds early on and never got merged into OE. Moreover,
the legacy dvsdk support was deprecated even in the mainline Arago...
As we don't have necessary ti-<blah>-sdk.bb recipes, this meta recipe can
safely be excluded from world or even removed completely.
--
Denys
next prev parent reply other threads:[~2010-08-30 23:01 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-28 20:24 [PATCH 01/23] getting to bitbake world Khem Raj
2010-08-28 20:24 ` [PATCH 01/23] recipes: Move some recipes to nonworking for getting " Khem Raj
2010-08-29 7:16 ` Frans Meulenbroeks
2010-08-29 8:25 ` Khem Raj
2010-08-28 20:24 ` [PATCH 02/23] clutter_0.6svn.bb, clutter-gtk-0.6_git.bb: Unused and unbuildable for long hence removed Khem Raj
2010-08-29 7:28 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 03/23] angstrom-bootmanager.bb: recipes it depends upon do not exist Khem Raj
2010-08-29 7:28 ` Frans Meulenbroeks
2010-08-29 10:38 ` Michael 'Mickey' Lauer
2010-08-28 20:24 ` [PATCH 04/23] esc-node-demo_git.bb: Do not RDEPEND on a recipe yet which is under review Khem Raj
2010-08-29 7:29 ` Frans Meulenbroeks
2010-08-29 9:54 ` Koen Kooi
2010-08-29 18:29 ` Khem Raj
2010-08-28 20:24 ` [PATCH 05/23] meta-toolchain-arago-dvsdk.bb: Exclude from world build Khem Raj
2010-08-29 7:23 ` Frans Meulenbroeks
2010-08-29 9:54 ` Koen Kooi
2010-08-29 18:20 ` Khem Raj
2010-08-30 22:00 ` Denys Dmytriyenko [this message]
2010-08-30 23:47 ` Tom Rini
2010-09-01 21:39 ` Khem Raj
2010-08-28 20:24 ` [PATCH 06/23] sugar-fructose.bb: sugar-web-activity is not provided by any recipe dont DEPEND on it Khem Raj
2010-08-29 7:25 ` Frans Meulenbroeks
2010-08-29 8:28 ` Khem Raj
2010-08-28 20:24 ` [PATCH 07/23] task-arago-toolchain-target.bb: remove libpng12-dev which is not provided and e2fsprogs-libs-dev is now e2fsprogs-dev Khem Raj
2010-08-29 7:23 ` Frans Meulenbroeks
2010-08-30 21:51 ` Denys Dmytriyenko
2010-08-28 20:24 ` [PATCH 08/23] task-demo-x11.bb: Replace non existing libgles-omap3-demos with libgles-omap3-x11demos Khem Raj
2010-08-29 7:24 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 09/23] task-gmae.bb: it uses XSERVER but doesnt really define it so define it Khem Raj
2010-08-29 7:26 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 10/23] task-gpe.bb: virtual/xserver can not be RDEPEND'ed on it can be DEPEND'ed upon Khem Raj
2010-08-29 7:05 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 11/23] udev-compat141_141.bb: if machine is not one of spitz akita c70x poodle then it is not needed to RDEPEND'ed on udev-compat-wrapper Khem Raj
2010-08-29 7:24 ` Frans Meulenbroeks
2010-08-29 9:56 ` Koen Kooi
2010-08-29 18:15 ` Khem Raj
2010-09-01 21:40 ` Khem Raj
2010-09-02 8:39 ` Koen Kooi
2010-09-03 7:01 ` Khem Raj
2010-09-06 6:44 ` Koen Kooi
2010-08-28 20:24 ` [PATCH 12/23] vlc-davinci_0.8.6h.bb: Rename codec-engine to ti-codec-engine Khem Raj
2010-08-29 7:06 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 13/23] bt950-cs_0.1.bb: Dont override PACKAGES but append to it Khem Raj
2010-08-29 7:07 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 14/23] libmsip_svn.bb: Rename libmnetutil0->libmnetutil in DEPENDS Khem Raj
2010-08-29 6:57 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 15/23] libmsgenabler2_svn.bb: Replace gsmd-lips with gsmd " Khem Raj
2010-08-29 7:07 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 16/23] meta-angstrom-2007.bb, meta-opie.bb: task-opie-bluetooth is added only if it appeas in COMBINED_FEATURES Khem Raj
2010-08-29 7:14 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 17/23] initramfs-bootmenu-debug-image.bb, initramfs-bootmenu-image.bb: Rename klibc-utils-static-modprobe->klibc-static-utils-modprobe Khem Raj
2010-08-29 7:06 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 18/23] initramfs-module-bootmenu_1.0.bb, initramfs-module-kexecboot_1.0.bb: Rename klibc-utils-static-fstype -> klibc-static-utils-fstype Khem Raj
2010-08-29 6:56 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 19/23] cnetworkmanager_git.bb: python-uuid is not provided remove it from RDENEDS Khem Raj
2010-08-29 6:55 ` Frans Meulenbroeks
2010-08-29 8:31 ` Khem Raj
2010-08-28 20:24 ` [PATCH 20/23] openmoko-session_svn.bb: Replace openmoko-today with openmoko-today2 Khem Raj
2010-08-29 6:56 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 21/23] xqt2_20060509.bb: DEPEND on libxmu instead of xmu Khem Raj
2010-08-29 7:14 ` Frans Meulenbroeks
2010-08-29 7:44 ` Martin Jansa
2010-08-29 9:03 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 22/23] task-openprotium.bb: Define missing DISTRO_SSH_DAEMON, DISTRO_DEV_MANAGER, DISTRO_INIT_MANAGER, DISTRO_LOGIN_MANAGER Khem Raj
2010-08-29 6:57 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 23/23] recipes/tasks: Do not RDEPENDS on unavailable packages Khem Raj
2010-08-29 6:57 ` Frans Meulenbroeks
2010-08-29 7:31 ` [PATCH 01/23] getting to bitbake world Frans Meulenbroeks
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=20100830220042.GC14561@denix.org \
--to=denis@denix.org \
--cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.