All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 17/19] arago.conf: with unification on mainline, remove PACKAGE_ARCH logic
Date: Fri, 20 Jun 2014 15:32:27 -0400	[thread overview]
Message-ID: <20140620193227.GF1825@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C6D638E@DFLE08.ent.ti.com>

On Fri, Jun 20, 2014 at 03:22:39PM -0400, Cooper Jr., Franklin wrote:
> I'm a bit worried when there is an overlap LTS overlap (working on 
> unreleased LTS sdk while previously release LTS is available). But I'm ok 
> with removing it for now and possibly resurrecting it in the future.

It's very kludgy and causes more problems than it solves. E.g. the one I 
previously fixed with TOOLCHAIN variable. Plus it multiplies the build time - 
almosot no sharing is possible between generic armv7a packages...


> It think we should also do a cleanup of old kernels in meta-ti to reflect 
> this change.

That's the plan.


> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Friday, June 20, 2014 2:13 PM
> > To: Cooper Jr., Franklin
> > Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 17/19] arago.conf: with unification on
> > mainline, remove PACKAGE_ARCH logic
> > 
> > I meant unification on mainline kernel, or at least the same version of the
> > kernel used for all our platforms.
> > 
> > On the other hand, there's nothing to fix. If a package builds differently when
> > used with different linux-libc-headers version, then it should be rather
> > marked machine-specific. In other words, if it's generic to all armv7a
> > platforms, it shouldn't matter what linux-libc-headers it builds against, as that
> > provides kernel-userspace API and it should be rather stable.
> > 
> > 
> > On Fri, Jun 20, 2014 at 07:08:52PM +0000, Cooper Jr., Franklin wrote:
> > > Does this mean that a fix for this issue was pushed to mainline?
> > >
> > > > -----Original Message-----
> > > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > > > Sent: Friday, June 20, 2014 12:57 PM
> > > > To: meta-arago@arago-project.org
> > > > Subject: [meta-arago] [PATCH 17/19] arago.conf: with unification on
> > > > mainline, remove PACKAGE_ARCH logic
> > > >
> > > > From: Denys Dmytriyenko <denys@ti.com>
> > > >
> > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > > ---
> > > >  meta-arago-distro/conf/distro/arago.conf | 9 ---------
> > > >  1 file changed, 9 deletions(-)
> > > >
> > > > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-
> > > > distro/conf/distro/arago.conf index 7bd1de2..b652fda 100644
> > > > --- a/meta-arago-distro/conf/distro/arago.conf
> > > > +++ b/meta-arago-distro/conf/distro/arago.conf
> > > > @@ -72,12 +72,3 @@ ENTERPRISE_DISTRO = "1"
> > > >  # Arago based SDK. No need to prevent gst-ffmpeg from being used
> > > > since we # disable troublesome software.
> > > >  LICENSE_FLAGS_WHITELIST = "commercial_gst-ffmpeg"
> > > > -
> > > > -# Some machines with the same architecture use different kernel
> > versions.
> > > > -# Set PACKAGE_ARCH to allow packages to be seperated by both
> > > > architecture and -# linux-libc-headers version.
> > > > -PACKAGE_ARCH := "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-
> > > > headers}"
> > > > -# Need to include the new PACKAGE_ARCH to the PACKAGE_ARCHS
> > > > variable - PACKAGE_ARCHS +=
> > > > "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-
> > > > headers}"
> > > > -# Adjust some vars accordingly
> > > > -STAGING_BINDIR_TOOLCHAIN =
> > > > "${STAGING_DIR_NATIVE}${bindir_native}/${TUNE_PKGARCH}-
> > > > ${PREFERRED_VERSION_linux-libc-headers}${TARGET_VENDOR}-
> > > > ${TARGET_OS}"
> > > > --
> > > > 2.0.0
> > > >
> > > > _______________________________________________
> > > > meta-arago mailing list
> > > > meta-arago@arago-project.org
> > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-06-20 19:32 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-20 17:56 [PATCH 00/19] Daisy migration Denys Dmytriyenko
2014-06-20 17:56 ` [PATCH 01/19] README: update with Daisy info Denys Dmytriyenko
2014-06-20 19:03   ` Maupin, Chase
2014-06-20 20:18     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 02/19] linux-libc-headers: remove old 2.6.37 version Denys Dmytriyenko
2014-06-20 19:04   ` Maupin, Chase
2014-06-20 19:08     ` Denys Dmytriyenko
2014-06-20 20:13       ` Cooper Jr., Franklin
2014-06-20 20:14         ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 04/19] binutils: remove the old overlay of 2.20.1 version Denys Dmytriyenko
2014-06-20 19:06   ` Maupin, Chase
2014-06-20 20:15     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 05/19] eglibc: remove the old overlay of 2.12 version Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:16     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 06/19] linux-ti-staging: remove 3.8 bbappend, as recipe is gone from meta-ti Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 07/19] libjpeg-turbo: remove bbappend for SVN URI, as main recipe uses tarball now Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 08/19] icu: remove bbappend and patch to disable LDFLAGSICUDT, applied upstream Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 09/19] recipes: update bbappends to match newer versions in lower layers Denys Dmytriyenko
2014-06-20 19:08   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 10/19] gadget-init: LICENSE from oe-core has changed, update hash Denys Dmytriyenko
2014-06-20 19:08   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 11/19] wl18xx-firmware: specify the branch being used for this version Denys Dmytriyenko
2014-06-20 19:09   ` Maupin, Chase
2014-06-20 19:09   ` Maupin, Chase
2014-06-20 19:15     ` Denys Dmytriyenko
2014-06-20 20:16       ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 12/19] hostap-daemon: " Denys Dmytriyenko
2014-06-20 19:09   ` Maupin, Chase
2014-06-20 19:28     ` Cooper Jr., Franklin
2014-06-20 19:29       ` Cooper Jr., Franklin
2014-06-20 19:33       ` Denys Dmytriyenko
2014-06-20 20:15         ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 13/19] wpa-supplicant: " Denys Dmytriyenko
2014-06-20 19:10   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 14/19] toolchain-external: bb.which() is not part of bb.utils module Denys Dmytriyenko
2014-06-20 19:10   ` Maupin, Chase
2014-06-20 19:15     ` Denys Dmytriyenko
2014-06-20 20:16       ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 15/19] toolchain-linaro/gcc: remove DEFAULTTUNE settings that went to meta-ti Denys Dmytriyenko
2014-06-20 19:10   ` Maupin, Chase
2014-06-20 19:18     ` Cooper Jr., Franklin
2014-06-20 19:29       ` Denys Dmytriyenko
2014-06-20 19:31         ` Cooper Jr., Franklin
2014-06-20 19:35           ` Denys Dmytriyenko
2014-06-20 19:51             ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 16/19] arago-prefs, toolchain-linaro: update system versions Denys Dmytriyenko
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 20:18   ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 17/19] arago.conf: with unification on mainline, remove PACKAGE_ARCH logic Denys Dmytriyenko
2014-06-20 19:08   ` Cooper Jr., Franklin
2014-06-20 19:13     ` Denys Dmytriyenko
2014-06-20 19:22       ` Cooper Jr., Franklin
2014-06-20 19:32         ` Denys Dmytriyenko [this message]
2014-06-20 20:15           ` Cooper Jr., Franklin
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 17:56 ` [PATCH 18/19] tisdk-image: upstream got new rootfs/image framework, unbreak parsing Denys Dmytriyenko
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 19/19] arago.conf: update version, remove FETCHCMD_wget workaround Denys Dmytriyenko
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 19:05 ` [PATCH 00/19] Daisy migration Maupin, Chase
2014-06-20 19:06 ` Denys Dmytriyenko

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=20140620193227.GF1825@edge \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=meta-arago@arago-project.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.