All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: "Bystricky, Juro" <juro.bystricky@intel.com>,
	"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [meta-darwin][PATCH] osx-runtime: OSX Yosemite v10.10
Date: Thu, 12 Nov 2015 18:32:29 -0500	[thread overview]
Message-ID: <5645218D.6000104@gmail.com> (raw)
In-Reply-To: <6E51916E4A1F32428260031F4C7CD2B6101D623D@ORSMSX109.amr.corp.intel.com>

On 08/12/15 16:01, Bystricky, Juro wrote:
> yes, I ran into the same libgcc problem, I plan on tackling it eventually. 
> Likely some paths are not set correctly.
> For what is worth, try to build the SDK against the poky "dizzy" branch.
> I was able to build Darwin SDK with it. You may need to patch some other files though.
> Anyway, there is new repo https://git.yoctoproject.org/cgit/cgit.cgi/meta-darwin-contrib/
> where I will place some Darwin patches, most notably those I used to build 
> the "dizzy" SDK (later next week).

I can't seem to get even this working (i.e. generating an SDK for MacOSX
using dizzy).

$ cat conf/bblayers.conf

    # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
    # changes incompatibly
    LCONF_VERSION = "6"

    BBPATH = "${TOPDIR}"
    BBFILES ?= ""

    BBLAYERS ?= " \
      /z/darwinSDK/layers/meta-poky/meta \
      /z/darwinSDK/layers/meta-poky/meta-yocto \
      /z/darwinSDK/layers/meta-poky/meta-yocto-bsp \
      /z/darwinSDK/layers/meta-darwin-contrib \
      "
    BBLAYERS_NON_REMOVABLE ?= " \
      /z/darwinSDK/layers/meta-poky/meta \
      /z/darwinSDK/layers/meta-poky/meta-yocto \



$ cat conf/local.conf

    MACHINE ??= "qemux86"
    DL_DIR ?= "/home/trevor/devel/Downloads"
    DISTRO ?= "poky"
    PACKAGE_CLASSES ?= "package_rpm"
    EXTRA_IMAGE_FEATURES = "debug-tweaks"
    USER_CLASSES ?= "buildstats image-mklibs image-prelink"
    PATCHRESOLVE = "noop"
    BB_DISKMON_DIRS = "\
        STOPTASKS,${TMPDIR},1G,100K \
        STOPTASKS,${DL_DIR},1G,100K \
        STOPTASKS,${SSTATE_DIR},1G,100K \
        ABORT,${TMPDIR},100M,1K \
        ABORT,${DL_DIR},100M,1K \
        ABORT,${SSTATE_DIR},100M,1K"
    PACKAGECONFIG_append_pn-qemu-native = " sdl"
    PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
    ASSUME_PROVIDED += "libsdl-native"
    CONF_VERSION = "1"

    SDKMACHINE = "i386-darwin"



build config:
$ bitbake core-image-minimal -c populate_sdk

    Build Configuration:
    BB_VERSION        = "1.24.0"
    BUILD_SYS         = "x86_64-linux"
    NATIVELSBSTRING   = "openSUSE-project-13.2"
    TARGET_SYS        = "i586-poky-linux"
    MACHINE           = "qemux86"
    DISTRO            = "poky"
    DISTRO_VERSION    = "1.7.3"
    TUNE_FEATURES     = "m32 i586"
    TARGET_FPU        = ""
    meta             
    meta-yocto       
    meta-yocto-bsp    = "dizzy:b38454c2e3a7a58f5397bb16d59e2b0aa71c4a94"
    meta-darwin-contrib =
    "juro/dizzy/osx-runtime:396962db08ed77c5ee83cd5dd2c301402ec826c1"



meta-darwin-contrib doesn't have a "dizzy" branch, but I tried all of
the "juro/dizzy/*" branches individually without success. Is there
anything obvious I'm doing wrong?


  reply	other threads:[~2015-11-12 23:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-11 21:48 [meta-darwin][PATCH] osx-runtime: OSX Yosemite v10.10 Juro Bystricky
2015-08-12 18:21 ` Trevor Woerner
2015-08-12 20:01   ` Bystricky, Juro
2015-11-12 23:32     ` Trevor Woerner [this message]
2015-11-12 23:36       ` Trevor Woerner

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=5645218D.6000104@gmail.com \
    --to=twoerner@gmail.com \
    --cc=juro.bystricky@intel.com \
    --cc=yocto@yoctoproject.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.