]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
10 years agoyocto-bsp: Get rid of 'strange' filenames in mips templates
Tom Zanussi [Wed, 17 Dec 2014 00:41:04 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames in mips templates

For the mips templates, give all the 'strange' yocto-bsp template
filenames 'normal' names, adding new yocto-bsp-filename and
yocto-bsp-dirname tags for the new filename processing pass where
needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Get rid of 'strange' filenames in x86 templates
Tom Zanussi [Wed, 17 Dec 2014 00:41:03 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames in x86 templates

For the x86 templates, give all the 'strange' yocto-bsp template
filenames 'normal' names, adding new yocto-bsp-filename and
yocto-bsp-dirname tags for the new filename processing pass where
needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Get rid of 'strange' filenames
Tom Zanussi [Wed, 17 Dec 2014 00:41:01 +0000 (18:41 -0600)] 
yocto-bsp: Get rid of 'strange' filenames

Give all the 'strange' yocto-bsp template filenames 'normal' names,
adding new yocto-bsp-filename and yocto-bsp-dirname tags for the new
filename processing pass where needed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Add a processing pass to get rid of 'strange' filenames
Tom Zanussi [Wed, 17 Dec 2014 00:41:00 +0000 (18:41 -0600)] 
yocto-bsp: Add a processing pass to get rid of 'strange' filenames

Operating systems that can't handle filenames containing anything but
uppercase letters don't like to see 'strange' characters in filenames
such as the file and directory names yocto-bsp uses as part of its
templating mechanism.  To fix this, we essentially add another level
of metadata into the template files themselves rather than into their
names, and add a processing pass that internally gives us what we had
before.  Specifically:

  - strange characters in filenames are moved inside the files they
    apply to, to the first line of the file prepended with '#
    yocto-bsp-filename {{...}} filename | this'

  - strange characters in directory names are moved inside a new file
    of the same name but ending in .noinstall and with the first (and
    only) line of the file prepended with '# yocto-bsp-dirname {{...}}
    dirname'

If the new filename contained in the yocto-bsp-* tag is 'this', the
filename is the existing name of the file.  For a dirname, this would
be the filename with .noinstall removed.

"Fixes" [YOCTO #5312].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodistro/poky: Add Debian 8 (Jessie) as sanity tested
Otavio Salvador [Tue, 9 Dec 2014 14:23:56 +0000 (12:23 -0200)] 
distro/poky: Add Debian 8 (Jessie) as sanity tested

The Debian 8 (codename Jessie) is frozen and has been in use in our
machines for some time. It has been working fine and as it is about to
be released it is better to whitelist it and remove the ugly warning
from build logs.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Add mips64 support
Tom Zanussi [Wed, 3 Dec 2014 17:15:51 +0000 (11:15 -0600)] 
yocto-bsp: Add mips64 support

mips64 support was recently added to the core BSPs; we should also
support it in yocto-bsp.  [YOCTO #5314]

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoyocto-bsp: Update templates to 3.17 kernel
Tom Zanussi [Wed, 3 Dec 2014 17:15:50 +0000 (11:15 -0600)] 
yocto-bsp: Update templates to 3.17 kernel

Add 3.17 kernel support.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agometa-yocto/distro: Updated SANITY_TESTED_DISTROS.
Lucian Musat [Wed, 26 Nov 2014 08:44:59 +0000 (10:44 +0200)] 
meta-yocto/distro: Updated SANITY_TESTED_DISTROS.

Removed Poky-1.4, Poky-1.5, Ubuntu-13.10, Fedora-19, CentOs-6.4,Suse-LINUX-12.2. Replaced the list of Debian-7.x with wildcard. Added Ubuntu 14.10.

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoupstream_tracking.inc: update entries for dbus
Chong Lu [Mon, 24 Nov 2014 07:47:19 +0000 (15:47 +0800)] 
upstream_tracking.inc: update entries for dbus

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopackage_regex.inc: Update REGEX'es in order to find upstream versions correctly
Aníbal Limón [Fri, 28 Nov 2014 01:10:47 +0000 (19:10 -0600)] 
package_regex.inc: Update REGEX'es in order to find upstream versions correctly

Since Bitbake fetcher implements latest version string methods using bs4 to parse
HTML data some regexes need update because bs4 gives functionality to get href
entries and isn't necessary put pattern [hH][rR][eE][fF] into it, this make
maintenance easier.

Compatibility testing was made running distrodata class and the result files
can be found at:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=1813

[YOCTO #1813]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotoasterconf: fix localpath values
Alexandru DAMIAN [Thu, 27 Nov 2014 16:45:17 +0000 (16:45 +0000)] 
toasterconf: fix localpath values

The toasterconf.json file listed wrong local path values
for meta-yocto and meta-yocto-bsp. This patch fixes the values.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers.inc: update maintainers
Robert Yang [Wed, 26 Nov 2014 08:41:48 +0000 (00:41 -0800)] 
maintainers.inc: update maintainers

* Update maintainers
* Fix some typos
* Remove duplicated lines

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotoaster: add toaster layer configuration files for meta-yocto
Alexandru DAMIAN [Thu, 20 Nov 2014 16:03:30 +0000 (16:03 +0000)] 
toaster: add toaster layer configuration files for meta-yocto

In managed mode, Toaster tries to create project configuration
based on the layers that are being checked-out on disk.

This is done by using a JSON configuration file that is
layer-specific.

This patch adds toasterconf.json files to the meta-yocto layer,
allowing Toaster projects based on Yocto Project releases.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomaintainers: Update per replies on OE-Core
Signed-off-by: Saul Wold [Mon, 10 Nov 2014 17:46:06 +0000 (17:46 +0000)] 
maintainers: Update per replies on OE-Core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopoky-tiny.conf: remove inherit of blacklist
Paul Eggleton [Fri, 31 Oct 2014 16:50:23 +0000 (16:50 +0000)] 
poky-tiny.conf: remove inherit of blacklist

The blacklist class is now automatically inherited.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomaintainers.inc: Updated with some ownership for Aníbal Limón and Alejandro Hernandez.
Aníbal Limón [Tue, 28 Oct 2014 17:01:31 +0000 (11:01 -0600)] 
maintainers.inc: Updated with some ownership for Aníbal Limón and Alejandro Hernandez.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky-lsb: Set LTSI as base kernel for LSB
Saul Wold [Thu, 23 Oct 2014 17:43:30 +0000 (10:43 -0700)] 
poky-lsb: Set LTSI as base kernel for LSB

By doing this we will enable the LTSI kernel (3.10 at this time) for the LSB
based images.

[YOCTO #6853]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: add Debian 7.7 to SANITY_TESTED_DISTROS
Ross Burton [Mon, 20 Oct 2014 16:26:58 +0000 (17:26 +0100)] 
poky.conf: add Debian 7.7 to SANITY_TESTED_DISTROS

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample.extended: update for RPM_PREFER_ELF_ARCH
Robert Yang [Mon, 20 Oct 2014 03:35:41 +0000 (20:35 -0700)] 
local.conf.sample.extended: update for RPM_PREFER_ELF_ARCH

Updated as the rpm upstream suggested:
- RPM_PREFER_COLOR -> RPM_PREFER_ELF_ARCH
- 3 -> 4

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoRevert "meta-yocto: make 3.17 the preferred qemu kernel version"
Richard Purdie [Thu, 9 Oct 2014 16:41:47 +0000 (17:41 +0100)] 
Revert "meta-yocto: make 3.17 the preferred qemu kernel version"

3.17 has problems with:

a) CONFIG_USB_WACOM -> CONFIG_HID_WACOM
b) The wacom driver no longer working with qemu
c) The USB stack being missing on arm and ppc

and these are just the issues we know about. Switch back to 3.14
until 3.17 is fixed.

This reverts commit 6a56492f3ae5e2a7e4d5b80169710a0eab87c0e2.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto: make 3.17 the preferred qemu kernel version
Bruce Ashfield [Wed, 1 Oct 2014 04:53:23 +0000 (00:53 -0400)] 
meta-yocto: make 3.17 the preferred qemu kernel version

3.17 is ready and stable to be used as the default for the qemu* BSPs,
so we update their preferred version to reflect this.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsps: update h/w reference boards to the latest 3.14 SRCREVs
Bruce Ashfield [Wed, 1 Oct 2014 04:53:22 +0000 (00:53 -0400)] 
yocto-bsps: update h/w reference boards to the latest 3.14 SRCREVs

The oe-core BSPs have been udpated to 3.14.19, so we follow suit with the
reference BSPs.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample.extended: Document RPM4 setup
Saul Wold [Tue, 30 Sep 2014 20:24:52 +0000 (13:24 -0700)] 
local.conf.sample.extended: Document RPM4 setup

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: Bump version for 1.7 dizzy release
Richard Purdie [Tue, 23 Sep 2014 21:09:50 +0000 (22:09 +0100)] 
poky.conf: Bump version for 1.7 dizzy release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobeaglebone.conf: add IMAGE_BOOT_FILES
Maciej Borzecki [Mon, 22 Sep 2014 11:35:21 +0000 (13:35 +0200)] 
beaglebone.conf: add IMAGE_BOOT_FILES

Set IMAGE_BOOT_FILES to list of files that end up in boot
partition. This in turn is used by wic to generate a bootable SD card
image.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agodistro/poky: Add Debian 7.5 and 7.6 version as validated
Otavio Salvador [Tue, 2 Sep 2014 16:50:10 +0000 (17:50 +0100)] 
distro/poky: Add Debian 7.5 and 7.6 version as validated

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agonettle: Add name to maintainers list
Armin Kuster [Mon, 1 Sep 2014 04:06:55 +0000 (21:06 -0700)] 
nettle: Add name to maintainers list

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoupstream_tracking: add lz4 version and date info for package
Armin Kuster [Mon, 1 Sep 2014 04:06:56 +0000 (21:06 -0700)] 
upstream_tracking: add lz4 version and date info for package

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoconf: Account for eglibc->glibc move
Khem Raj [Thu, 28 Aug 2014 06:10:13 +0000 (06:10 +0000)] 
conf: Account for eglibc->glibc move

Change references in documentation appropriately

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsps: update SRCREVs to linux-yocto latest
Bruce Ashfield [Sat, 30 Aug 2014 04:46:05 +0000 (00:46 -0400)] 
yocto-bsps: update SRCREVs to linux-yocto latest

Bumping the reference boards to the linux-yocto 3.14 latest SRCREVs.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsps: remove 3.4 bbappend
Bruce Ashfield [Sat, 30 Aug 2014 04:46:04 +0000 (00:46 -0400)] 
yocto-bsps: remove 3.4 bbappend

The oe-core 3.4 recipes have been removed, so we drop our associated
bbappend from the yocto-bsps.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky-tiny: Fix qemu build failure
Richard Purdie [Sun, 31 Aug 2014 09:59:54 +0000 (10:59 +0100)] 
poky-tiny: Fix qemu build failure

qemu-native shows:

| ERROR: User requested feature sdl
|        configure was not able to find it.
|        Install SDL devel
|

and from config.log, it shows:

pokybuild@ubuntu1404:~/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/work/x86_64-linux/qemu-native/2.1.0-r0/qemu-2.1.0$ gcc -fPIE -DPIE -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -isystem/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-all -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -g -L/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/usr/lib -L/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/lib -Wl,-rpath,/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/build/tmp/sysroots/x86_64-linux/lib -Wl,-O1 -L/usr/lib/x86_64-linux-gnu -lSDL
//lib/x86_64-linux-gnu/libncursesw.so.5: undefined reference to `_nc_putchar'
collect2: error: ld returned 1 exit status

Enabling widec for ncurses-native should resolve this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky-tiny: Set native DISTRO_FEATURES
Richard Purdie [Sat, 30 Aug 2014 09:16:20 +0000 (10:16 +0100)] 
poky-tiny: Set native DISTRO_FEATURES

This should resolve failures like:

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'libxext-native' (but virtual:native:/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/meta/recipes-devtools/qemu/qemu_2.1.0.bb DEPENDS on or otherwise requires it)
ERROR: libxext-native was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
NOTE: Runtime target 'qemu-native' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qemu-native', 'libxext-native']

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky-floating-revisions: SRCREV never worksin PREFERRED_VERSION, remove bad example
Richard Purdie [Sun, 24 Aug 2014 09:05:13 +0000 (10:05 +0100)] 
poky-floating-revisions: SRCREV never worksin PREFERRED_VERSION, remove bad example

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agonettle: add nettle to tracking
Armin Kuster [Thu, 21 Aug 2014 22:16:44 +0000 (15:16 -0700)] 
nettle: add nettle to tracking

add note on regarding nettle upgrade

V2: add missing '_pn'
  : more description.
Nettle version 3.0.0 breaks gnutls build do
to api changes. Updating to nettle 3.0 is on
gnutls roadmap
https://www.gitorious.org/gnutls/pages/Plan3_4

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample: Append sdl to qemu-native* PACKAGECONFIG
Richard Purdie [Sun, 17 Aug 2014 08:40:45 +0000 (09:40 +0100)] 
local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG

Now there are other PACKAGECONFIG options to qemu, we need
to append to the list.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample.extended: fix example for EXTRA_USERS_PARAMS
Chen Qi [Thu, 31 Jul 2014 08:41:06 +0000 (16:41 +0800)] 
local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS

The `groupdel' command doesn't support '-g' option, so remove it.

[YOCTO #6575]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoupstream-tracking: Add various CHECK_DATE and UPDATE_REASONs for my recipes
Richard Purdie [Sat, 2 Aug 2014 08:44:48 +0000 (09:44 +0100)] 
upstream-tracking: Add various CHECK_DATE and UPDATE_REASONs for my recipes

Update the CHECK_DATE and various UPDATE_REASON/UPDATE_VERSION fields
for various recipes I maintain.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky: Enable build-deps QA test bu default
Richard Purdie [Wed, 9 Jul 2014 08:03:09 +0000 (08:03 +0000)] 
poky: Enable build-deps QA test bu default

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample.extended: update for preferred ABI
Robert Yang [Thu, 31 Jul 2014 06:06:16 +0000 (23:06 -0700)] 
local.conf.sample.extended: update for preferred ABI

[YOCTO #4073]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobitbake.conf: move BB_NUMBER_THREADS and PARALLEL_MAKE to bitbake.conf
Roxana Ciobanu [Wed, 23 Jul 2014 07:46:02 +0000 (10:46 +0300)] 
bitbake.conf: move BB_NUMBER_THREADS and PARALLEL_MAKE to bitbake.conf

Currently, BB_NUMBER_THREADS and PARALLEL_MAKE default to unset and
are set in local.conf. Now that we have the automatic probing,
the default values can be set in bitbake.conf and an example of
explicitly defining how many tasks to run can be moved to
local.conf.sample.extended.

[YOCTO #6217]

Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: Catch up with qemu-config rename -> packagegroup-core-device-devel
Richard Purdie [Mon, 21 Jul 2014 08:28:57 +0000 (08:28 +0000)] 
poky.conf: Catch up with qemu-config rename -> packagegroup-core-device-devel

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agooeqa/controllers/beaglebonetarget.py: fix deploy when kernel file is a broken link
Corneliu Stoicescu [Fri, 11 Jul 2014 16:03:24 +0000 (19:03 +0300)] 
oeqa/controllers/beaglebonetarget.py: fix deploy when kernel file is a broken link

Sometimes the uncompressed rootfs image contains boot/uImage but if it's a symlink, it seems broken from the master image's point of view.
Because [ -e /mnt/testrootfs/boot/uImage ] will return 1, it will proceed to copy the backup kernel file over it but cp ~/test-kernel /mnt/testrootfs/boot/uImage will also fail with:
cp: not writing through dangling symlink

Adding a new check here, if the boot/uImage is a link, leave it as is.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolz4: Add self to maintainers list
Armin Kuster [Mon, 7 Jul 2014 21:33:05 +0000 (14:33 -0700)] 
lz4: Add self to maintainers list

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomaintainers.inc: add info for libical
Cristian Iorga [Mon, 7 Jul 2014 14:37:45 +0000 (17:37 +0300)] 
maintainers.inc: add info for libical

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsp: Drop GLIBC_ADDONS setting
Richard Purdie [Fri, 4 Jul 2014 08:09:54 +0000 (08:09 +0000)] 
yocto-bsp: Drop GLIBC_ADDONS setting

This has been copied and pasted around and is not needed, simply drop it.
The defaults in the recipe work just fine.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsp: Update qemu inclusion lists
Richard Purdie [Fri, 4 Jul 2014 08:06:37 +0000 (08:06 +0000)] 
yocto-bsp: Update qemu inclusion lists

Update qemu tune definitions to match changes in main qemu machines.

[YOCTO #6482]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogrubtarget.py: Change 'test' GRUB entry selection method
Corneliu Stoicescu [Thu, 3 Jul 2014 17:57:10 +0000 (20:57 +0300)] 
grubtarget.py: Change 'test' GRUB entry selection method

Using character combinations for <arrow down> to select the test image will not always work.

Using the '--hotkey x' option added to the 'test' GRUB menuentry to select the 'test' GRUB entry.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto-bsp: oeqa/controllers: add GrubTarget
Cristian Iorga [Fri, 20 Jun 2014 15:42:20 +0000 (18:42 +0300)] 
meta-yocto-bsp: oeqa/controllers: add GrubTarget

add control for generic grub pc via serial line

Implementation [YOCTO #5615].

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoscripts: fix no newline at end of file
Robert Yang [Thu, 3 Jul 2014 06:58:17 +0000 (14:58 +0800)] 
scripts: fix no newline at end of file

Add a '\n' to the last line of the file to fix:

No newline at end of file

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: Add gitsm PREMIRRORS
Richard Purdie [Thu, 19 Jun 2014 16:38:36 +0000 (17:38 +0100)] 
poky.conf: Add gitsm PREMIRRORS

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG
Saul Wold [Thu, 19 Jun 2014 00:39:09 +0000 (17:39 -0700)] 
local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG

Enable SDL by default for nativesdk as we do with natve, this will
allow qemu with ADT to use graphics no vnc by default.

[YOCTO #6446]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto-bsps: update 3.14 SRCREVs
Bruce Ashfield [Tue, 17 Jun 2014 16:13:21 +0000 (12:13 -0400)] 
meta-yocto-bsps: update 3.14 SRCREVs

Updating the h/w reference BSPs to the latest 3.14 content.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agompc8315e-rdb: add the example about booting from jffs2 root
Kevin Hao [Tue, 17 Jun 2014 16:13:20 +0000 (12:13 -0400)] 
mpc8315e-rdb: add the example about booting from jffs2 root

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agompc8315e-rdb: add the jffs2 image support
Kevin Hao [Tue, 17 Jun 2014 16:13:19 +0000 (12:13 -0400)] 
mpc8315e-rdb: add the jffs2 image support

There is a 32M NAND flash on this board, so it would be convenient
that a jffs2 image is created by default. Also change the default image
type from "tar.gz" to "tar.bz2" in order to be compatible with
the beaglebone black and edgerouter BSP.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agompc8315e-rdb: bump to linux-yocto 3.14
Kevin Hao [Tue, 17 Jun 2014 16:13:18 +0000 (12:13 -0400)] 
mpc8315e-rdb: bump to linux-yocto 3.14

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocontrollers/edgeroutertarget.py: enable dynamical determination of rootfs type
Corneliu Stoicescu [Fri, 6 Jun 2014 18:24:43 +0000 (21:24 +0300)] 
controllers/edgeroutertarget.py: enable dynamical determination of rootfs type

[YOCTO #6375]

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocontrollers/beaglebonetarget.py: enable dynamical determination of rootfs type
Corneliu Stoicescu [Fri, 6 Jun 2014 18:24:42 +0000 (21:24 +0300)] 
controllers/beaglebonetarget.py: enable dynamical determination of rootfs type

[YOCTO #6375]

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobeaglebonetarget.py: Add support for get_extra_files() classmethod
Corneliu Stoicescu [Fri, 6 Jun 2014 18:24:41 +0000 (21:24 +0300)] 
beaglebonetarget.py: Add support for get_extra_files() classmethod

[YOCTO #6254]

Adding support for the get_extra_files() method to the BeagleBoneTarget class.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomaintainers: Update directfb/ghostscript/libnewt/qmmp ownership
Hongxu Jia [Tue, 17 Jun 2014 07:01:08 +0000 (15:01 +0800)] 
maintainers: Update directfb/ghostscript/libnewt/qmmp ownership

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopackage_ipk.bbclass: Support hierarchical feed
Paul Barker [Wed, 28 May 2014 15:19:50 +0000 (15:19 +0000)] 
package_ipk.bbclass: Support hierarchical feed

This patch allows for an optional new layout for ipk feed directories which I've
called a 'hierarchical feed' and is based on how Debian pools package files. It
is disabled by default and is enabled by setting IPK_HIERARCHICAL_FEED to "1".

In the traditional feed layout, package files are placed in <outdir>/<arch>/.
This can lead to several thousand files existing in a single directory which is
often a problem if developers want to upload a package feed to a shared web
hosting provider. For example, in my case, listing files via FTP only shows the
first 2000 files, breaking my scripts which attempt to upload only new and
changed files via FTP.

In the hierarchical feed, package files are written to
<outdir>/<arch>/<pkg_prefix>/<pkg_subdir>, where pkg_prefix is the first letter
of the package file name for non-lib packages or "lib" plus the 4th letter of
the package file name for lib packages (eg, 'l' for less, 'libc' for libc6).
pkg_subdir is the root of the package file name, discarding the version and
architecture parts and the common suffixes '-dbg', '-dev', '-doc', '-staticdev',
'-locale' and '-locale-*' which are listed in meta/conf/bitbake.conf.

This change relies on recent patches to opkg-utils which support hierarchical
package feeds.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomaintainers: Update package ownership
Saul Wold [Thu, 12 Jun 2014 19:07:33 +0000 (12:07 -0700)] 
maintainers: Update package ownership

Signed-off-by: Ross Burton <ross@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agodefault-distrovars.inc: Remove unused variable 'LIMIT_BUILT_LOCALES'
Jacob Kroon [Sun, 8 Jun 2014 11:52:56 +0000 (13:52 +0200)] 
default-distrovars.inc: Remove unused variable 'LIMIT_BUILT_LOCALES'

This variable is a left-over from early glibc recipes.
It is not referenced anymore in oe-core, and its functionality
has been replaced with 'GLIBC_GENERATE_LOCALES'.

Also remove the reference to it in local.conf.sample.extended.

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobusybox: fix meta-yocto's bbappend's FILESEXTRAPATH
Saul Wold [Tue, 3 Jun 2014 14:52:51 +0000 (07:52 -0700)] 
busybox: fix meta-yocto's bbappend's FILESEXTRAPATH

The FILESEXTRAPATH was not getting used correctly since our distro
OVERRIDE is for poky-tiny, not poky, so just remove it, also we are
not using a version directory so ensure we get correct BPN (Base Package
Name).

[YOCTO #6353]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky-tiny: Update kernel version to 3.14
Saul Wold [Tue, 3 Jun 2014 14:52:50 +0000 (07:52 -0700)] 
poky-tiny: Update kernel version to 3.14

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agooeqa/controllers/beaglebonetarget.py: fix conditions for files copied to /boot
Corneliu Stoicescu [Mon, 2 Jun 2014 08:37:33 +0000 (11:37 +0300)] 
oeqa/controllers/beaglebonetarget.py: fix conditions for files copied to /boot

Using '[ ! -e /mnt/testrootfs/boot/uImage ] && cp ~/test-kernel /mnt/testrootfs/boot/uImage' would result in exit code 1 if the first condition is not met.
Changing the code to return exit status 0 if /mnt/testrootfs/boot/uImage exists.

Also adding this change to dtb files check.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogenericx86: switch to Linux 3.14 from 3.10
Ross Burton [Fri, 30 May 2014 15:05:59 +0000 (16:05 +0100)] 
genericx86: switch to Linux 3.14 from 3.10

Boot-tested on a NUC.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomaintainers.inc: js package removed
Cristian Iorga [Mon, 19 May 2014 14:46:55 +0000 (17:46 +0300)] 
maintainers.inc: js package removed

js package is no longer present in oe-core;
Removed Cristian Iorga as maintainer.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoREADME: add maintainers section for hardware reference boards
Bruce Ashfield [Fri, 9 May 2014 20:50:04 +0000 (16:50 -0400)] 
README: add maintainers section for hardware reference boards

Kevin Hao has stepped up to take care of issues specific to the meta-yocto-bsp
hardware reference boards. I'll also serve as a maintaier, so adding my name
as well.

To make this clear, let's add it to the README.hardware file that describes
the boards.

cc: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto-bsp: oeqa/controllers: add EdgeRouterTarget
Paul Eggleton [Wed, 30 Apr 2014 12:38:59 +0000 (13:38 +0100)] 
meta-yocto-bsp: oeqa/controllers: add EdgeRouterTarget

Based on BeagleBoneTarget, this provides support for deploying images
and running tests on an EdgeRouter Lite (edgerouter). The device must
be set up to boot into the master image already - see the instructions
in the file.

Implements [YOCTO #6253].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto-bsp: oeqa/controllers: add BeagleBoneTarget
Stefan Stanacar [Wed, 30 Apr 2014 12:38:58 +0000 (13:38 +0100)] 
meta-yocto-bsp: oeqa/controllers: add BeagleBoneTarget

With a serial connection and beaglebone setup correctly as per
README.hardware (nand erased, default uboot config assumed, etc) and a
correctly deployed core-image-testmaster, we could actually deploy and
test AB built images.
In the default configuration u-boot will do the right thing and will
always boot into the master image (rootfs on second fs on the card,
kernel in /boot on the same partition). We just need to tell it for the
test image to use the third partition and update the kernel cmdline.
Pexpect is used to interact with whatever serial connection we have
(which for this target is mandatory).

There is some handling for images that don't contain the kernel and
dtb files as needed (such as core-image-minimal).

Implements [YOCTO #6252].

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopackage_regex.inc: Changed, removed and added regexes
Irina Patru [Mon, 28 Apr 2014 11:15:17 +0000 (14:15 +0300)] 
package_regex.inc: Changed, removed and added regexes

Signed-off-by: Irina Patru <irina.patru@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoGlobally replace 'base_contains' calls with 'bb.utils.contains'
Otavio Salvador [Thu, 24 Apr 2014 18:59:20 +0000 (15:59 -0300)] 
Globally replace 'base_contains' calls with 'bb.utils.contains'

The base_contains is kept as a compatibility method and we ought to
not use it in OE-Core so we can remove it from base metadata in
future.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-bsps: update to v3.10.35
Bruce Ashfield [Wed, 2 Apr 2014 04:52:06 +0000 (04:52 +0000)] 
meta-bsps: update to v3.10.35

Updating the remaining 3.10 reference BSPs to the oe-core 3.10 -stable
version.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsps: update references to v3.4.85
Bruce Ashfield [Wed, 2 Apr 2014 04:51:31 +0000 (04:51 +0000)] 
yocto-bsps: update references to v3.4.85

Update the remaining 3.4 reference BSPs to the latest oe-core -stable update.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agodistro_alias.inc: update/sort alias information.
Beth Flanagan [Tue, 22 Apr 2014 00:34:48 +0000 (17:34 -0700)] 
distro_alias.inc: update/sort alias information.

Added new package data and resorted per
http://article.gmane.org/gmane.linux.embedded.poky/9253

Removed -native packages as distrodata handles them in OVERRIDES.

However, meta packages and grub-efi are special and needs some
handling within distrodata. I have a patch for this but for the
release I'm leaving them within distro-alias.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: Post release version bump
Richard Purdie [Thu, 10 Apr 2014 17:02:37 +0000 (18:02 +0100)] 
poky.conf: Post release version bump

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky: Branch for 1.6 daisy release
Richard Purdie [Thu, 10 Apr 2014 17:01:35 +0000 (18:01 +0100)] 
poky: Branch for 1.6 daisy release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoREADME.hardware: update with Texas Instruments Beaglebone instructions
Denys Dmytriyenko [Thu, 10 Apr 2014 08:02:13 +0000 (04:02 -0400)] 
README.hardware: update with Texas Instruments Beaglebone instructions

Replaces outdated Beagleboard instructions with Beaglebone Black (and White).

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobeaglebone.conf: configuration updates
Denys Dmytriyenko [Thu, 10 Apr 2014 08:02:12 +0000 (04:02 -0400)] 
beaglebone.conf: configuration updates

* Use fbdev video driver for xserver-xorg
* Recommend installing device tree DTB files into rootfs /boot directory
* Switch back to uImage kernel format from zImage, as U-boot was not updated
  - default has changed to zImage in newer U-boot 2013.10+, but we use 2013.07
* Correct copy/paste typo in serial console

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: Update SANITY_TESTED_DISTROS
Alexandru Palalau [Thu, 10 Apr 2014 08:14:09 +0000 (11:14 +0300)] 
poky.conf: Update SANITY_TESTED_DISTROS

Added openSUSE-project-13.1 to SANITY_TESTED_DISTROS

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoedgerouter: clarify diskboot instructions
Bruce Ashfield [Wed, 9 Apr 2014 19:41:32 +0000 (15:41 -0400)] 
edgerouter: clarify diskboot instructions

There was some missing details in how to boot from the edgerouter USB
storage. With this update, we have the information required to boot from
either the vfat, or ext3 partition.

[YOCTO #6113]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: Update SANITY_TESTED_DISTROS
Alexandru Palalau [Wed, 9 Apr 2014 15:11:53 +0000 (18:11 +0300)] 
poky.conf: Update SANITY_TESTED_DISTROS

Removed Ubuntu 12.10, Ubuntu 13.04 and Fedora 18 from SANITY_TESTED_DISTROS
Added Ubuntu 14.04. Tests were done for Ubuntu 14.04 beta.

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsp: Update templates to 3.14 kernel
Tom Zanussi [Tue, 8 Apr 2014 14:42:56 +0000 (09:42 -0500)] 
yocto-bsp: Update templates to 3.14 kernel

Add 3.14 kernel support, and remove support for 3.4.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
11 years agoREADME.hardware: tweak edgerouter instructions
Paul Eggleton [Fri, 4 Apr 2014 14:26:26 +0000 (15:26 +0100)] 
README.hardware: tweak edgerouter instructions

* You need a rollover cable for the serial port
* Some minor grammar / typo / formatting fixes

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoREADME.hardware: drop routerstationpro in favour of edgerouter
Paul Eggleton [Fri, 4 Apr 2014 14:26:25 +0000 (15:26 +0100)] 
README.hardware: drop routerstationpro in favour of edgerouter

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample: drop routerstationpro in favour of edgerouter
Paul Eggleton [Fri, 4 Apr 2014 14:26:24 +0000 (15:26 +0100)] 
local.conf.sample: drop routerstationpro in favour of edgerouter

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agorouterstationpro: drop
Paul Eggleton [Fri, 4 Apr 2014 14:26:23 +0000 (15:26 +0100)] 
routerstationpro: drop

This has been moved to meta-yocto-bsp-old; edgerouter replaces it as the
MIPS reference platform going forward.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky.conf: added Poky 1.6 as tested distro
Cristian Iorga [Wed, 2 Apr 2014 13:39:35 +0000 (13:39 +0000)] 
poky.conf: added Poky 1.6 as tested distro

Build Appliance will not complain about distro.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky-tiny: enable LFS for uclibc
Valentin Popa [Fri, 4 Apr 2014 10:31:20 +0000 (13:31 +0300)] 
poky-tiny: enable LFS for uclibc

Enable large file support for uclibc.
This patch also solves the build issue
reported for uclibc (poky-tiny).

[YOCTO #5865]

Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobeaglebone: fix typo in the U-Boot config name
Denys Dmytriyenko [Mon, 31 Mar 2014 15:04:25 +0000 (11:04 -0400)] 
beaglebone: fix typo in the U-Boot config name

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agometa-yocto-bsp: Bump layer version after the BSP changes
Richard Purdie [Fri, 28 Mar 2014 18:09:13 +0000 (18:09 +0000)] 
meta-yocto-bsp: Bump layer version after the BSP changes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoDrop beagleboard, replaced by beaglebone
Richard Purdie [Fri, 28 Mar 2014 18:07:01 +0000 (18:07 +0000)] 
Drop beagleboard, replaced by beaglebone

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolocal.conf.sample: Update for beagleboard -> beaglebone
Richard Purdie [Fri, 28 Mar 2014 18:06:45 +0000 (18:06 +0000)] 
local.conf.sample: Update for beagleboard -> beaglebone

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobeaglebone: Switch to linux-yocto 3.14
Richard Purdie [Fri, 28 Mar 2014 17:48:13 +0000 (17:48 +0000)] 
beaglebone: Switch to linux-yocto 3.14

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobeaglebone: add OE machine definition for use with linux-yocto kernels
Denys Dmytriyenko [Wed, 26 Mar 2014 19:21:10 +0000 (15:21 -0400)] 
beaglebone: add OE machine definition for use with linux-yocto kernels

Kernel support is now in linux-yocto-dev and will be moved to a versioned
recipe once 3.14 is released.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopoky: add edgerouter information to README.hardware
Yang Wei [Mon, 31 Mar 2014 18:01:59 +0000 (14:01 -0400)] 
poky: add edgerouter information to README.hardware

Adding the summary, preparation and boot information for the newly introduced
edgerouter BSP.

Signed-off-by: Yang Wei <Wei.Yang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsps: edgerouter: explicitly set preferred version
Bruce Ashfield [Mon, 31 Mar 2014 18:01:58 +0000 (14:01 -0400)] 
yocto-bsps: edgerouter: explicitly set preferred version

Switch the edgerouter from linux-yocto-dev, to the 3.14 linux-yocto
BSP.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsps: Add a new BSP to support edgerouter
Yang Wei [Mon, 31 Mar 2014 18:01:57 +0000 (14:01 -0400)] 
yocto-bsps: Add a new BSP to support edgerouter

  The EdgeRouter Lite is part of the EdgeMax series. It is an MIPS64 router(Cavium Octeon)
  with 512MB of RAM, which uses a USB pendrive for storage.

  Setup instructions
  ------------------

  You will need the following:
  * NFS root setup on your workstation
  * TFTP server installed on your workstation
  * Straight-thru 9-conductor serial cable (DB9, M/F) connected from your
    PC to UART1
  * Ethernet connected to the first ethernet port on the board

The rest of the details can be found in the BSP kernel config, and README.hardware.

Signed-off-by: Yang Wei <Wei.Yang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoyocto-bsps: update reference BSPs to v3.10.34
Bruce Ashfield [Mon, 31 Mar 2014 18:01:55 +0000 (14:01 -0400)] 
yocto-bsps: update reference BSPs to v3.10.34

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>