From: Trevor Woerner <twoerner@gmail.com>
To: Eddie Cai <eddie.cai.linux@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add
Date: Mon, 27 Feb 2017 04:07:47 -0500 [thread overview]
Message-ID: <20170227090747.GA1959@linux-uys3> (raw)
In-Reply-To: <CAJrj+DO3DfJmDzJAkUAVOf3ja8jvmuEH00+o+u64m=k5N537Wg@mail.gmail.com>
On Wed 2017-02-22 @ 10:06:23 PM, Eddie Cai wrote:
> Build Configuration:
> BB_VERSION = "1.32.0"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "universal"
> TARGET_SYS = "arm-poky-linux-gnueabi"
> MACHINE = "firefly-rk3288"
> DISTRO = "poky"
> DISTRO_VERSION = "2.2.1"
> TUNE_FEATURES = "arm armv7ve vfp neon vfpv4 callconvention-hard
> cortexa17"
> TARGET_FPU = "hard"
> meta
> meta-poky
> meta-yocto-bsp = "HEAD:6a1f33cc40bfac33cf030fe41e1a8efd1e5fad6f"
> meta-rockchip =
> "review-uboot-gtpimg-v2:5e181d4e74c50e290b507b1a990b1517eaffcea6"
>
> BBLAYERS ?= " \
> ${BSPDIR}/src/poky/meta \
> ${BSPDIR}/src/poky/meta-poky \
> ${BSPDIR}/src/poky/meta-yocto-bsp \
> ${BSPDIR}/src/meta-rockchip \
I can't reproduce the issue you're seeing, and your meta-rockchip branch
sounds suspicious. In a completely fresh location with a fresh shell could you
please try the following?
$ mkdir -p ~/tmp/rockchip/layers
$ cd ~/tmp/rockchip/layers
$ git clone git://git.openembedded.org/openembedded-core
$ git clone git://git.openembedded.org/bitbake
$ git clone git://git.yoctoproject.org/meta-rockchip
$ cd meta-rockchip
$ git checkout devs/twoerner/feb-updates-2
$ cd ~/tmp/rockchip
$ . layers/openembedded-core/oe-init-build-env build layers/bitbake
$ echo "BBLAYERS += \"$HOME/tmp/rockchip/layers/meta-rockchip\"" >> conf/bblayers.conf
set conf/local.conf to:
MACHINE ?= "firefly-rk3288"
DISTRO ?= "nodistro"
DL_DIR = "/opt/Downloads"
DEFAULTTUNE_rk3288 = "cortexa17hf-neon-vfpv4"
PACKAGE_CLASSES ?= "package_ipk"
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 \
STOPTASKS,/tmp,100M,100K \
ABORT,${TMPDIR},100M,1K \
ABORT,${DL_DIR},100M,1K \
ABORT,${SSTATE_DIR},100M,1K \
ABORT,/tmp,10M,1K"
PACKAGECONFIG_append_pn-qemu-native = " sdl"
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"
$ bitbake virtual/bootloader
The build configuration should look like:
Build Configuration:
BB_VERSION = "1.33.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "opensuse-42.2"
TARGET_SYS = "arm-oe-linux-gnueabi"
MACHINE = "firefly-rk3288"
DISTRO = "nodistro"
DISTRO_VERSION = "nodistro.0"
TUNE_FEATURES = "arm armv7ve vfp neon vfpv4 callconvention-hard cortexa17"
TARGET_FPU = "hard"
meta = "master:65cfc8aca3ff7e39453977a0215a350d13cb85ef"
meta-rockchip = "devs/twoerner/feb-updates-2:c252843cf2bf8326ccf2b552b59209f7a2ac3f16"
next prev parent reply other threads:[~2017-02-27 9:07 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-19 2:43 [meta-rockchip][PATCH v2 0/5] various updates Trevor Woerner
2017-02-19 2:43 ` [meta-rockchip][PATCH v2 1/5] machine: rk3288: enable SoC-specific assignments Trevor Woerner
2017-02-19 3:40 ` Eddie Cai
2017-02-21 22:25 ` Trevor Woerner
2017-02-22 2:20 ` Eddie Cai
2017-02-26 6:15 ` Trevor Woerner
2017-02-19 2:43 ` [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add Trevor Woerner
2017-02-19 3:26 ` Eddie Cai
2017-02-19 14:22 ` Jacob Chen
2017-02-19 14:33 ` Eddie Cai
2017-02-20 11:14 ` Eddie Cai
2017-02-21 16:01 ` Trevor Woerner
2017-02-21 22:18 ` Trevor Woerner
2017-02-22 14:06 ` Eddie Cai
2017-02-27 9:07 ` Trevor Woerner [this message]
2017-03-06 5:06 ` Trevor Woerner
2017-03-06 7:04 ` Eddie Cai
2017-03-06 18:44 ` Trevor Woerner
2017-02-19 2:43 ` [meta-rockchip][PATCH v2 3/5] machine: firefly-rk3288: specify bootloader Trevor Woerner
2017-02-19 5:03 ` Eddie Cai
2017-02-19 8:17 ` Jacob Chen
2017-02-21 22:22 ` Trevor Woerner
2017-02-26 6:24 ` Trevor Woerner
2017-02-19 2:43 ` [meta-rockchip][PATCH v2 4/5] classes: rockchip-gpt-img: add Trevor Woerner
2017-02-19 6:32 ` Eddie Cai
2017-02-19 8:31 ` Jacob Chen
2017-02-19 12:18 ` Eddie Cai
2017-02-21 22:21 ` Trevor Woerner
2017-02-27 7:29 ` Trevor Woerner
2017-02-19 2:43 ` [meta-rockchip][PATCH v2 5/5] machine: rk3288: GPT image support Trevor Woerner
2017-02-19 6:33 ` Eddie Cai
2017-02-26 6:28 ` 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=20170227090747.GA1959@linux-uys3 \
--to=twoerner@gmail.com \
--cc=eddie.cai.linux@gmail.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.