All of lore.kernel.org
 help / color / mirror / Atom feed
* Can't build for BeagleBone
@ 2012-03-02 14:56 Gary Thomas
  2012-03-02 15:01 ` Gary Thomas
  0 siblings, 1 reply; 12+ messages in thread
From: Gary Thomas @ 2012-03-02 14:56 UTC (permalink / raw)
  To: Discussion of the angstrom distribution development
  Cc: meta-ti@yoctoproject.org

In a freshly updated Angstrom tree:
OE Build Configuration:
BB_VERSION        = "1.15.1"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "beaglebone"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v2012.03-core"
TUNE_FEATURES     = "armv7a vfp neon cortexa8"
TARGET_FPU        = "vfp-neon"
meta-angstrom     = "master:2129eed920364abcc4f3f72d395333a041634e26"
meta-oe
meta-efl
meta-gpe
meta-gnome
meta-xfce
meta-initramfs    = "master:fdff8697ea2db6254d26510adb7d11e6352d950f"
meta-opie         = "master:efa3892b20a4ef80274e56e5633ebd62c16f9731"
meta-java         = "master:d430de31c167cd264be74a1d82af4b732bb915dd"
meta-ti           = "master:2dbb7f09bf1c54d505d2e84a3a614bc5ca9b89aa"
meta-efikamx      = "master:2c09a3a780b23448e8a6ca964256ff7f5ccba65d"
meta-nslu2        = "master:3d9fc951b05b4df476374b6fc3085ebac7f293ee"
meta-htc
meta-nokia
meta-openmoko
meta-palm         = "master:cda19686a2a3573ce50c86733c3469d926124995"
meta-handheld     = "master:fa1e6dcb524eb7ed29a6cd971a150d35c31e96e7"
meta-intel
meta-sugarbay
meta-crownbay
meta-emenlow
meta-fishriver
meta-jasperforest
meta-n450         = "master:df18b721f86f0737c0f302e49b27ea232c70e683"
meta              = "master:d94cb18f7f17a492c7a948337d7d2d1d0785573f"

% MACHINE="beaglebone" bitbake cloud9-image
   ...
| cp: cannot stat `/local/new-angstrom/sources/meta-ti/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/./configs/*': No such file or directory
| ERROR: Function failed: Unpack failure for URL: 'file://configs/*'. Unpack command 
PATH="/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi:/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/beaglebone/usr/bin/crossscripts:/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/sbin:/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin:/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/sbin:/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux//bin:/local/new-angstrom/sources/openembedded-core/scripts:/local/new-angstrom/sources/bitbake/bin:/usr/lib/ccache:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/gthomas/bin:/local/new-angstrom/sources/openembedded-core/scripts" 
cp /local/new-angstrom/sources/meta-ti/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/./configs/* 
/local/new-angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/linux-ti33x-psp-3.2-r4c+gitr09e9651bcf2ee8d86685f2a8075bc6557b1d3b91/configs/ failed 
with return value 1
NOTE: package linux-ti33x-psp-3.2-r4c+gitr09e9651bcf2ee8d86685f2a8075bc6557b1d3b91: task do_unpack: Failed

Did I miss something?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 12+ messages in thread
* Can't build for BeagleBone
@ 2016-10-11  9:52 Gary Thomas
  2016-10-11 10:47 ` Denys Dmytriyenko
  0 siblings, 1 reply; 12+ messages in thread
From: Gary Thomas @ 2016-10-11  9:52 UTC (permalink / raw)
  To: meta-ti

Using (Poky/Yocto):

Build Configuration:
BB_VERSION        = "1.31.2"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "universal"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "beaglebone"
DISTRO            = "poky"
DISTRO_VERSION    = "2.1+snapshot-20161011"
TUNE_FEATURES     = "arm armv7a vfp thumb neon       callconvention-hard"
TARGET_FPU        = "hard"
meta              = "master:b9d6a7cc234f44e44e5421191924b7463e9c0a9d"
meta-ti           = "master:48ffe2b2da9b44cdb0ce055c008ab21843ec98b3"
meta-poky         = "master:b9d6a7cc234f44e44e5421191924b7463e9c0a9d"

I get this error:

| 
/local/bbb_2016-10-11/tmp/work/beaglebone-poky-linux-gnueabi/u-boot-ti-staging/2016.05+gitAUTOINC+bbfdf926a1-r21/git/tools/mkenvimage.c: 
In function 'main':
| 
/local/bbb_2016-10-11/tmp/work/beaglebone-poky-linux-gnueabi/u-boot-ti-staging/2016.05+gitAUTOINC+bbfdf926a1-r21/git/tools/mkenvimage.c:120:35: 
error: 'PLAIN_VERSION' undeclared (first use in this function)
|     printf("%s version %s\n", prg, PLAIN_VERSION);
|                                    ^
| 
/local/bbb_2016-10-11/tmp/work/beaglebone-poky-linux-gnueabi/u-boot-ti-staging/2016.05+gitAUTOINC+bbfdf926a1-r21/git/tools/mkenvimage.c:120:35: 
note: each undeclared identifier is reported only once for each function it appears in
| scripts/Makefile.host:111: recipe for target 'tools/mkenvimage.o' failed

I was able to build with this configuration in late September, so the changes
in early October to .../meta-ti/recipes-bsp/u-boot must be involved.

I'll look into the details, but in the meantime does anyone have suggestions?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-10-19  5:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 14:56 Can't build for BeagleBone Gary Thomas
2012-03-02 15:01 ` Gary Thomas
2012-03-03  8:27   ` Denys Dmytriyenko
2012-03-03 12:49     ` Gary Thomas
  -- strict thread matches above, loose matches on Subject: below --
2016-10-11  9:52 Gary Thomas
2016-10-11 10:47 ` Denys Dmytriyenko
2016-10-12  8:05   ` Gary Thomas
2016-10-12  8:59     ` Gary Thomas
2016-10-16 10:46   ` Gary Thomas
2016-10-18 16:31     ` Denys Dmytriyenko
2016-10-18 17:17       ` Denys Dmytriyenko
2016-10-19  5:44         ` Gary Thomas

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.