All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: OE-Core and MacOS X
Date: Thu, 28 Apr 2011 16:12:54 -0500	[thread overview]
Message-ID: <4DB9D856.7030709@windriver.com> (raw)

I've started working on getting bitbake and OE-Core building on MacOS X.  So far
what I have are some pretty hacky patches.. but they should be a reasonable start.

I've pushed my changes to the git://git.pokylinux.org/poky-contrib.git
repository and the "mhatle/macosx/bitbake" and "mhatle/macosx/oe-core" branches.

The way I am doing builds is:

git clone git://git.pokylinux.org/poky-contrib.git oe-core
cd oe-core
git checkout mhatle/macosx/oe-core
git clone . bitbake
cd bitbake
git checkout mhatle/macosx/bitbake
cd ..
. ./oe-init-build-env build-macosx


Then you edit the conf/local.conf, add the following to the top of the file:

BUILD_ARCH = "x86_64"
TARGET_OS = "linux"

PREFERRED_VERSION_pseudo-native = "1.0+git%"
PSEUDOSRCREV = "481c6ff64f8aa6de01d3cb4042914f8e9f8d0abb"

PATCHRESOLVE = 'noop'

DISTRO = 'poky'


This allows me to build through the stage 1 part of the build (pseudo) and onto
the second stage.. it gets the 'gmp' and fails.

On my Mac OS X machine, I need to install the following items (beyond the normal
BSD tools):

gawk, git, mercurial, sed, tar and wget

--Mark



             reply	other threads:[~2011-04-28 21:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-28 21:12 Mark Hatle [this message]
2011-04-28 21:22 ` OE-Core and MacOS X Joshua Lock
2011-04-28 21:24 ` Khem Raj
2011-04-28 21:41   ` Chris Larson

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=4DB9D856.7030709@windriver.com \
    --to=mark.hatle@windriver.com \
    --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 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.