]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
10 years agogdb: Add a dependency on zlib
Peter Kjellerstedt [Wed, 13 Aug 2014 17:46:35 +0000 (19:46 +0200)]
gdb: Add a dependency on zlib

This solves the following warning:

WARNING: QA Issue: gdb rdepends on zlib, but it isn't a build
dependency? [build-deps]

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agocml1.bbclass: fix diffconfig diff command
Maciej Borzecki [Thu, 14 Aug 2014 11:34:24 +0000 (13:34 +0200)]
cml1.bbclass: fix diffconfig diff command

Commit 6a7b98993350d0d24eae0058ae26ae19cfdf7c4c introduced a typo in
command, a whitespace was missing between --new-line-format and path to
original file. As a result, diffconfig task did not work, diff failed
with exit status 2, resulting in empty fragment.cfg.

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>
10 years agolibav: update 9.x version to 9.16
Paul Eggleton [Thu, 14 Aug 2014 13:15:42 +0000 (14:15 +0100)]
libav: update 9.x version to 9.16

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibav: update 0.8 version to 0.8.15
Paul Eggleton [Thu, 14 Aug 2014 13:15:41 +0000 (14:15 +0100)]
libav: update 0.8 version to 0.8.15

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqemu: Overwrite KVM explicitly for darwin/mingw
Richard Purdie [Thu, 14 Aug 2014 15:56:29 +0000 (16:56 +0100)]
qemu: Overwrite KVM explicitly for darwin/mingw

Force KVM to disabled on mingw/darwin systems since this makes no
sense there.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqemu: Simplify DEPENDS
Richard Purdie [Thu, 14 Aug 2014 14:27:49 +0000 (15:27 +0100)]
qemu: Simplify DEPENDS

These DEPENDS are now identical and the native/nativesdk variants can
be dropped in favour of letting PACKAGECONFIG sort it out.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqemu: Add PACKAGECONFIG for glx
Richard Purdie [Thu, 14 Aug 2014 14:26:53 +0000 (15:26 +0100)]
qemu: Add PACKAGECONFIG for glx

With the configuration for sdl and glx, the virtual/libx11 in DEPENDS
no longer makes any sense at all, the dependency comes through the
various graphics backends. Therefore drop it. The glx PACKAGECONFIG
is added for completeness. We avoid a floating dependency on mesa.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqemu: Add alsa PACKAGECONFIG and cleanup native/nativesdk DEPENDS
Richard Purdie [Thu, 14 Aug 2014 14:25:52 +0000 (15:25 +0100)]
qemu: Add alsa PACKAGECONFIG and cleanup native/nativesdk DEPENDS

Converting this dependency to become a PACKAGECONFIG makes sense. Since
there is a "," in the configuration option, its not quite as straightforward
as normal.

Also clean up the native and nativesdk DEPENDS and set the PACKAGECONFIG
entries to match the old behaviour by default.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqemu: Fixup target sdl configuration to use PACKAGECONFIG
Richard Purdie [Thu, 14 Aug 2014 14:27:25 +0000 (15:27 +0100)]
qemu: Fixup target sdl configuration to use PACKAGECONFIG

SDL is now controlled by PACKAGECONFIG, remove the DEPENDS remnant
set PACKAGECONFIG accordingly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqemu: Move dtc(fdt) configuration to PACKAGECONFIG
Richard Purdie [Thu, 14 Aug 2014 14:27:42 +0000 (15:27 +0100)]
qemu: Move dtc(fdt) configuration to PACKAGECONFIG

Converting this dependency to become a PACKAGECONFIG makes sense.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosite: Add common-darwin
Richard Purdie [Thu, 14 Aug 2014 13:38:26 +0000 (14:38 +0100)]
site: Add common-darwin

We need this to ensure there are some correct values when building with
meta-darwin. This matches the addition of a common-mingw site file in
the core.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoglib-2.0: Allow correct printf configuration on darwin/mingw
Richard Purdie [Thu, 14 Aug 2014 13:34:42 +0000 (14:34 +0100)]
glib-2.0: Allow correct printf configuration on darwin/mingw

mingw and darwin builds need to change the value of printf from no
to yes. Whilst you can do this from a bbappend, its currently a bit ugly
and assumes knowledge of the other conf arguments. Fixing this in the glib
recipe directly is cleaner in this case.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoglib-2.0: Make the gtester-report installation conditional
Richard Purdie [Thu, 14 Aug 2014 13:34:13 +0000 (14:34 +0100)]
glib-2.0: Make the gtester-report installation conditional

This isn't built/present under mingw builds so make installation
conditional upon its presence.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopopulate_sdk_base: Move toolchain installation script to a separate file
Richard Purdie [Thu, 14 Aug 2014 13:33:33 +0000 (14:33 +0100)]
populate_sdk_base: Move toolchain installation script to a separate file

It makes sense to move the script to a separate file, making the bbclass
clearer and allowing the end user to more easily customise or replace
it. There are no functionality changes, just the addition of some
substitution variables.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agorootfs_*: Refactor common depends/lockfile task flags
Richard Purdie [Thu, 14 Aug 2014 13:32:10 +0000 (14:32 +0100)]
rootfs_*: Refactor common depends/lockfile task flags

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoclasses: Combine rootfs_<pkgtype> and populate_sdk_<pkgtype>
Richard Purdie [Thu, 14 Aug 2014 13:31:40 +0000 (14:31 +0100)]
classes: Combine rootfs_<pkgtype> and populate_sdk_<pkgtype>

There is no real reason to have these separate files any longer. It does
mean in meta-toolchain type recipes some extra variables are defined but
it also means the common code can be grouped and maintained together
which I believe is more beneficial. We therefore merge the classes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoSIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts
Martin Jansa [Mon, 11 Aug 2014 14:09:13 +0000 (16:09 +0200)]
SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts

* update-rc.d now adds initscripts dependency even to allarch recipes
  making them effectively TUNE_PKGARCH, "fix" it by excluding
  initscripts from all signatures

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooe.package_manager: fix use of PACKAGE_EXCLUDE for dpkg
Christopher Larson [Mon, 11 Aug 2014 16:15:37 +0000 (09:15 -0700)]
oe.package_manager: fix use of PACKAGE_EXCLUDE for dpkg

It was iterating over the variable character-by-character rather than
word-by-word.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopython-dbus: use PACKAGECONFIG for doc generation
Christopher Larson [Mon, 11 Aug 2014 16:15:36 +0000 (09:15 -0700)]
python-dbus: use PACKAGECONFIG for doc generation

Adds 'docs' (for html doc generation) and 'api-docs' (for API doc generation)
configurations and leaves them both disabled by default. This avoids
autodetected dependency upon docutils.

Fixes [YOCTO #6530]

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooeqa/runtime: add new cpp test and file
Corneliu Stoicescu [Sat, 9 Aug 2014 11:01:25 +0000 (14:01 +0300)]
oeqa/runtime: add new cpp test and file

This tests out the limits header which we've noticed does have problems in
some SDK builds.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolib/oeqa/selftest: Don't match log level in output
Tyler Hall [Sat, 9 Aug 2014 22:43:57 +0000 (18:43 -0400)]
lib/oeqa/selftest: Don't match log level in output

To facilitate changing the log level of the "Fetcher failure" message,
search only for the message without the "Error:" prefix.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosstate-sysroot-cruft.sh: Improve to use it from CI
Martin Jansa [Sun, 10 Aug 2014 18:41:53 +0000 (20:41 +0200)]
sstate-sysroot-cruft.sh: Improve to use it from CI

* strip tmpdir prefix, so that we have shorter paths which aren't
  builder specific
* use '#' for regexp delimiter so that we don't need to prefix
  forward slashes in paths
* extend default whitelist to cover typical cases
* add parameter for external whitelist file
* use number of found paths as return code, so that CI can easily
  report error when new untracked files are found
* use .txt suffix for all output files, so that they can be easily
  viewed in browser
* add populate_sysroot task, because somewhere between dora and daisy
  the populate-sysroot files in sstate-control were renamed to have
  underscore instead of dash
* only few entries not covered by this default whitelist were found
  in world build (but I'll leave these for people to whitelist, because
  they are not generated in most builds)
  * [^/]*/home/builder
    home directory from meta/recipes-graphics/builder/builder_0.1.bb
  * [^/]*/usr/src/kernel/patches
  * [^/]*/usr/lib/gdk-pixbuf-2.0/.*/loaders.cache
    3 places are using this, not sure which one creates it
    meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb:
      GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/${LIBV}/loaders.cache
    meta/recipes-gnome/gtk+/gtk-update-icon-cache-native_3.4.4.bb:
      GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/2.10.0/loaders.cache
    scripts/postinst-intercepts/update_pixbuf_cache:
      >$GDK_PIXBUF_MODULEDIR/../loaders.cache && \
      sed -i -e "s:$D::g" $GDK_PIXBUF_MODULEDIR/../loaders.cache

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqt4: Avoid duplicate flags in the g++-unix.conf
Marek Vasut [Thu, 7 Aug 2014 15:25:46 +0000 (17:25 +0200)]
qt4: Avoid duplicate flags in the g++-unix.conf

The removed flags from this g++.conf file, which is installed to the
target as g++-unix.conf are added by gcc-base.conf . Do not add those
flags twice.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotslib: Delete unnecessary "SRC_URI_OVERRIDES_PACKAGE_ARCH = 0"
Robert P. J. Day [Sat, 9 Aug 2014 11:25:30 +0000 (07:25 -0400)]
tslib: Delete unnecessary "SRC_URI_OVERRIDES_PACKAGE_ARCH = 0"

Since the machine-specific files for tslib were removed quite some
time ago, there is no need for this directive anymore.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotrace-cmd: fix recompile error
Robert Yang [Thu, 7 Aug 2014 13:40:55 +0000 (06:40 -0700)]
trace-cmd: fix recompile error

Fixed:
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stddef.h', needed by `parse-events.o'.  Stop.
make: *** Waiting for unfinished jobs....
ERROR: oe_runmake failed

This happens when upgrade gcc from 4.9.0 to 4.9.1, and the
.parse-events.d isn't regenerated when recompile, the content of it are:

[snip]
parse-events.o: /path/to/sysroot/4.9.0/include/stddef.h
[snip]

And Makefile includes the .parse-events.d file if it exists, so there
would be errors when /path/to/sysroot/4.9.0/include/stddef.h doesn't
exist.

Remove .*.d (a few .d files, its Makefile uses this wildcard) will fix
the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoopenssl: upgrade to 1.0.1i
Paul Eggleton [Sun, 10 Aug 2014 16:06:58 +0000 (17:06 +0100)]
openssl: upgrade to 1.0.1i

Removed one patch merged upstream.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodirectfb: add PACKAGECONFIG for webp
Martin Jansa [Sun, 10 Aug 2014 13:24:27 +0000 (15:24 +0200)]
directfb: add PACKAGECONFIG for webp

* fixes floating dependency:
  directfb-1.7.4: directfb rdepends on libwebp, but it isn't a build dependency? [build-deps]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokernelshark: add dependency on libxml2
Martin Jansa [Sun, 10 Aug 2014 13:15:24 +0000 (15:15 +0200)]
kernelshark: add dependency on libxml2

* fixes floating dependency:
  kernelshark-1.2+gitAUTOINC+7055ffd37b: kernelshark rdepends on libxml2, but it isn't a build dependency? [build-deps]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agognupg: Added PACKAGECONFIG[curl]
Shrikant Bobade [Mon, 11 Aug 2014 09:37:59 +0000 (15:07 +0530)]
gnupg: Added PACKAGECONFIG[curl]

gnupg can be built with or without curl. This should be explicitly defined
to avoid race between curl and gnupg.

Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agocurl: add ssl to PACKAGECONFIG
João Henrique Ferreira de Freitas [Mon, 11 Aug 2014 02:09:56 +0000 (23:09 -0300)]
curl: add ssl to PACKAGECONFIG

This will allow curl run as nativesdk and fixes the following:

fatal: unable to access 'https://...': Protocol https not supported or disabled in libcurl

Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobase.bbclass: Remove old-style definition of do_build() task.
Robert P. J. Day [Sun, 10 Aug 2014 10:04:54 +0000 (06:04 -0400)]
base.bbclass: Remove old-style definition of do_build() task.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoguile: add dependency on ncurses and readline
Martin Jansa [Sat, 9 Aug 2014 16:08:03 +0000 (18:08 +0200)]
guile: add dependency on ncurses and readline

* fixes floating dependency:
  guile/guile/latest lost dependency on  ncurses-libncurses readline

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomidori: add dependency on libxscrnsaver
Martin Jansa [Sat, 9 Aug 2014 16:08:01 +0000 (18:08 +0200)]
midori: add dependency on libxscrnsaver

* fixes floating dependency:
  midori/midori/latest lost dependency on  libxscrnsaver

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibarchive: add PACKAGECONFIG for nettle
Martin Jansa [Sat, 9 Aug 2014 16:07:59 +0000 (18:07 +0200)]
libarchive: add PACKAGECONFIG for nettle

* fixes following floating dependencies:
  libarchive/libarchive/latest lost dependency on  nettle
  libarchive/libarchive-bin/latest lost dependency on  libxml2 nettle

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agompeg2dec: add PACKAGECONFIG for x11 and fix dependencies
Martin Jansa [Sat, 9 Aug 2014 16:07:58 +0000 (18:07 +0200)]
mpeg2dec: add PACKAGECONFIG for x11 and fix dependencies

* the configure script checks for Xext and Xv when X/libvo is enabled
* fixes following warnings:
  WARN: mpeg2dec: mpeg2dec rdepends on libxext but it isn't a build dependency?
  WARN: mpeg2dec: mpeg2dec rdepends on libxv but it isn't a build dependency?

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogst-fluendo*: add --disable-debug only to gst-fluendo-mp3
Martin Jansa [Sat, 9 Aug 2014 16:07:57 +0000 (18:07 +0200)]
gst-fluendo*: add --disable-debug only to gst-fluendo-mp3

* fixes following QA warnings:
  gst-fluendo-mpegdemux-0.10.72: gst-fluendo-mpegdemux: configure was
    passed unrecognised options: --disable-debug
    [unknown-configure-option]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotest-dependencies, insane.bbclass: improve the message
Martin Jansa [Sat, 9 Aug 2014 16:07:56 +0000 (18:07 +0200)]
test-dependencies, insane.bbclass: improve the message

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodirectfb: add PACKAGECONFIG for drmkms and tiff
Martin Jansa [Sat, 9 Aug 2014 16:08:02 +0000 (18:08 +0200)]
directfb: add PACKAGECONFIG for drmkms and tiff

* fixes following floating dependencies:
  directfb/directfb/latest lost dependency on  libdrm libdrm-kms liblzma tiff

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoRemove remnants of deleted "do_package_write" task.
Robert P. J. Day [Wed, 6 Aug 2014 16:10:08 +0000 (12:10 -0400)]
Remove remnants of deleted "do_package_write" task.

As the do_package_write() task is listed as deleted, remove the few
remaining references.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowic: Bump the version to 2.0
Tom Zanussi [Fri, 8 Aug 2014 20:56:55 +0000 (15:56 -0500)]
wic: Bump the version to 2.0

This represents a complete rework, and if we assume the previous
version should have been 1.0 (instead of a silly .1x version), then
this should be 2.0.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Rename /mic to /wic
Tom Zanussi [Fri, 8 Aug 2014 20:53:52 +0000 (15:53 -0500)]
wic: Rename /mic to /wic

As well as any other stray instances of mic in the codebase that can
be removed.

We don't really need to carry around legacy naming, and the history is
in git.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Update Disk description
Tom Zanussi [Fri, 8 Aug 2014 20:24:46 +0000 (15:24 -0500)]
wic: Update Disk description

Remove obsolete comment.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Rename MountError
Tom Zanussi [Fri, 8 Aug 2014 20:11:31 +0000 (15:11 -0500)]
wic: Rename MountError

wic doesn't mount anything, so can't have a mount error; rename it to
something more appropriate.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Rename PartitionedMount
Tom Zanussi [Fri, 8 Aug 2014 19:46:28 +0000 (14:46 -0500)]
wic: Rename PartitionedMount

It's actually a container for disks and partitions, and wic doesn't
mount anything, so rename it to match what it really is.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Update/rename configure-related code
Tom Zanussi [Fri, 8 Aug 2014 18:43:45 +0000 (13:43 -0500)]
wic: Update/rename configure-related code

The wic code inherited a basic image-creation flow based on
image-configuration, but wic doesn't actually configure anything, so
rename parts of the code dealing with configuration to something more
appropriate.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Update/rename install-related code
Tom Zanussi [Fri, 8 Aug 2014 18:28:54 +0000 (13:28 -0500)]
wic: Update/rename install-related code

The wic code inherited a basic image-creation flow based on installing
packages, but wic doesn't actually install anything, so rename parts
of the code dealing with installing to something more appropriate.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Update cleanup/unmount-related code
Tom Zanussi [Fri, 8 Aug 2014 15:50:07 +0000 (10:50 -0500)]
wic: Update cleanup/unmount-related code

The wic code inherited a basic image-creation flow based on mounting
loop devices, but wic doesn't actually mount or unmount anything, so
get rid of unmount() and consolidate whatever it did do with
cleanup().

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Update/rename/delete mount-related code
Tom Zanussi [Fri, 8 Aug 2014 15:09:12 +0000 (10:09 -0500)]
wic: Update/rename/delete mount-related code

The wic code inherited a basic image-creation flow based on mounting
loop devices, but wic doesn't actually mount anything, so rename parts
of the code dealing with mounting to something more appropriate, and
remove related unused code.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove Mount object
Tom Zanussi [Fri, 8 Aug 2014 12:53:35 +0000 (07:53 -0500)]
wic: Remove Mount object

It doesn't do anything we need, so remove it and fix up callers/base
classes.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove unused conf support
Tom Zanussi [Thu, 7 Aug 2014 17:04:06 +0000 (12:04 -0500)]
wic: Remove unused conf support

Also fix up users such as imager functions.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Update 'Background and Motivation' help section
Tom Zanussi [Tue, 5 Aug 2014 21:15:30 +0000 (16:15 -0500)]
wic: Update 'Background and Motivation' help section

Remove help text regarding the source and future intentions of the wic
codebase, since the code prompting those comments has now been mostly
removed.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove unused command versioning support
Tom Zanussi [Tue, 5 Aug 2014 20:17:38 +0000 (15:17 -0500)]
wic: Remove unused command versioning support

The default is F16 and there's no reason to change that, so remove
everything else.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Clean up Creator
Tom Zanussi [Tue, 5 Aug 2014 19:49:36 +0000 (14:49 -0500)]
wic: Clean up Creator

wic doesn't use a lot of Creator, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Clean up PartitionedMount
Tom Zanussi [Tue, 5 Aug 2014 15:59:11 +0000 (10:59 -0500)]
wic: Clean up PartitionedMount

wic doesn't use a lot of ParitionedMount, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Clean up DirectImageCreator
Tom Zanussi [Tue, 5 Aug 2014 13:58:27 +0000 (08:58 -0500)]
wic: Clean up DirectImageCreator

Remove what wic doesn't use from DirectImageCreator.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Clean up BaseImageCreator
Tom Zanussi [Tue, 5 Aug 2014 00:43:15 +0000 (19:43 -0500)]
wic: Clean up BaseImageCreator

wic doesn't use a lot of BaseImageCreator, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove unused plugin and error code
Tom Zanussi [Mon, 4 Aug 2014 19:27:52 +0000 (14:27 -0500)]
wic: Remove unused plugin and error code

wic doesn't use it, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove gpt_parser
Tom Zanussi [Mon, 4 Aug 2014 17:36:49 +0000 (12:36 -0500)]
wic: Remove gpt_parser

wic doesn't currently use it, so remove.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove unused 3rdparty/commands
Tom Zanussi [Mon, 4 Aug 2014 13:36:24 +0000 (08:36 -0500)]
wic: Remove unused 3rdparty/commands

wic doesn't use anything but partition and bootloader, so remove the
rest.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove 3rdparty/urlgrabber
Tom Zanussi [Mon, 4 Aug 2014 12:55:07 +0000 (07:55 -0500)]
wic: Remove 3rdparty/urlgrabber

wic doesn't use it, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove unused misc code
Tom Zanussi [Mon, 4 Aug 2014 00:04:36 +0000 (19:04 -0500)]
wic: Remove unused misc code

wic doesn't use it, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove unused fs_related code
Tom Zanussi [Sun, 3 Aug 2014 23:49:20 +0000 (18:49 -0500)]
wic: Remove unused fs_related code

wic doesn't use it, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove rpmmisc
Tom Zanussi [Sun, 3 Aug 2014 23:25:52 +0000 (18:25 -0500)]
wic: Remove rpmmisc

wic doesn't use it, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove proxy support
Tom Zanussi [Sun, 3 Aug 2014 23:19:29 +0000 (18:19 -0500)]
wic: Remove proxy support

wic doesn't use proxy support, so remove it.

Also remove anything related to proxies in misc and conf, and while
we're at it, remove all the obviously unneeded code from those files -
it's easier to just remove it than to figure out the callchain to the
proxy code usages.

Basically the extra stuff relates to packaging, images, and config
files we don't use.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove grabber implementation
Tom Zanussi [Sun, 3 Aug 2014 22:02:31 +0000 (17:02 -0500)]
wic: Remove grabber implementation

wic doesn't need to grab any urls, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove fiemap support
Tom Zanussi [Sun, 3 Aug 2014 21:54:12 +0000 (16:54 -0500)]
wic: Remove fiemap support

wic doesn't use it, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove bmap support
Tom Zanussi [Sun, 3 Aug 2014 21:52:17 +0000 (16:52 -0500)]
wic: Remove bmap support

wic doesn't use it, so remove it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove mic package managers
Tom Zanussi [Sun, 3 Aug 2014 17:28:32 +0000 (12:28 -0500)]
wic: Remove mic package managers

wic doesn't use the yum or zypp package managers, remove them.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove rt_util
Tom Zanussi [Sun, 3 Aug 2014 17:25:23 +0000 (12:25 -0500)]
wic: Remove rt_util

More package-related stuff we don't need.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove mic chroot
Tom Zanussi [Sun, 3 Aug 2014 17:14:16 +0000 (12:14 -0500)]
wic: Remove mic chroot

mic chroot allows users to chroot into an existing mic image and isn't
used by wic, so remove it.

Removing chroot.py leads in turn to various plugin-loading failures
for a number of plugins that wic doesn't use either, so remove those
as well.

The existing source plugins refer to chroot but don't use it, so fix
those up.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove mic bootstrap
Tom Zanussi [Sun, 3 Aug 2014 16:42:49 +0000 (11:42 -0500)]
wic: Remove mic bootstrap

packaging bootstrap, not needed

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove packaging, config commands
Tom Zanussi [Sun, 3 Aug 2014 14:55:22 +0000 (09:55 -0500)]
wic: Remove packaging, config commands

Remove commands related to repos, packaging, configuration

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Remove unused custom commands
Tom Zanussi [Sat, 2 Aug 2014 22:35:38 +0000 (17:35 -0500)]
wic: Remove unused custom commands

installer, repo, desktop-related stuff

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agowic: Make exec_cmd() error out instead of warn
Tom Zanussi [Thu, 31 Jul 2014 18:55:24 +0000 (13:55 -0500)]
wic: Make exec_cmd() error out instead of warn

The reason exec_cmd() warns but doesn't error out (broken parted)
doesn't really make sense, since the parted invocations don't even use
exec_cmd().  It really should just fail since by not doing so it's
actually enabling invalid images in some cases.

Also, since the return code is now always zero, there's no point in
having a return code, so remove it.  This represents a change in the
API, so we also need to update all callers.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
10 years agoqemu: upgrade to 2.1
Cristian Iorga [Wed, 6 Aug 2014 07:43:25 +0000 (10:43 +0300)]
qemu: upgrade to 2.1

QEMU 2.1 comes with fixes and improvements.
See http://wiki.qemu.org/ChangeLog/2.1 for details.
- Added config for quorum support, depending on gnutls.
- pcie_better_hotplug_support.patch removed,
integrated upstream.
- Qemu-Arm-versatilepb-Add-memory-size-checking.patch updated
to 2.1 source code.
- no-strip.patch removed, no longer necessary due to code changes.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotrace-cmd: Update to version 2.3.2
Yasir-Khan [Fri, 8 Aug 2014 15:41:08 +0000 (20:41 +0500)]
trace-cmd: Update to version 2.3.2

Current trace-cmd version 1.2 throws "recorder error in
splice input" error while recording a trace on kernel
version 3.10. Update the trace-cmd version to latest 2.3.2
to resolve this error and drop the redundant patches.

* patches dropped - not needed anymore
 - trace-cmd-Add-checks-for-invalid-pointers-to-fix-seg.patch - backport
 - trace-cmd-Do-not-call-stop_threads-if-doing-latency-.patch - backport
 - trace-cmd-Setting-plugin-to-nop-clears-data-before-i.patch - backport
 - trace-cmd-fix-syntax-error-of-shell.patch - backport

Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agoperl-rdepends: add CPAN, CPAN::Meta requirements
Tim Orling [Fri, 8 Aug 2014 14:31:00 +0000 (07:31 -0700)]
perl-rdepends: add CPAN, CPAN::Meta requirements

While testing libmodule-build-tiny-perl, it was discovered that
perl-module-cpan is missing some RDEPENDS.

* Run "perl -mCPAN::Meta" on a target, the following is missing:
  -- perl-module-parse-cpan-meta (Parse::CPAN::Meta)

* Run "perl -mCPAN" on a target, the following (and others) are
  missing:
  -- perl-module-file-glob (File::Glob)
  -- perl-module-config-git (Config_git)

* Also added missing modules from runtime-requires in
  https://metacpan.org/source/ANDK/CPAN-2.05/META.json

This patch adds them to perl-rdepends for  ${PN}-module-cpan

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agokexec-tools: reinstate 'kexec-tools' package
Koen Kooi [Fri, 8 Aug 2014 06:46:03 +0000 (08:46 +0200)]
kexec-tools: reinstate 'kexec-tools' package

The vmcore commit emptied out ${PN} leading to things like:

Collected errors:
 * opkg_install_cmd: Cannot install package kexec-tools.

Let's do the right thing and make ${PN} an empty meta-package that drags in all tools like people expect it to do.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agoubootchart: delete ubootchart recipe
Max Eliaser [Thu, 7 Aug 2014 17:47:48 +0000 (10:47 -0700)]
ubootchart: delete ubootchart recipe

The Ubootchart recipe had known issues. Ubootchart itself is no longer updated
upstream. Ubootchart is also now redundant with Bootchart2.

If people still want ubootchart around, it can be moved to meta-oe.

Ubootchart removed as part of the solution to [YOCTO #5893].

Signed-off-by: Max Eliaser <max.eliaser@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agocore-image.bbclass: Correct comment about packagegroups.
Robert P. J. Day [Thu, 7 Aug 2014 08:55:23 +0000 (04:55 -0400)]
core-image.bbclass: Correct comment about packagegroups.

Default core image actually includes packagegroup-base-extended, not
just packagegroup-base.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agogstreamer1.0-plugins-good: fix the bug for gstrtpmp4gpay
Wang Zidan [Thu, 7 Aug 2014 01:50:23 +0000 (09:50 +0800)]
gstreamer1.0-plugins-good: fix the bug for gstrtpmp4gpay

set dafault value for MPEG4 without codec data in caps

https://bugzilla.gnome.org/show_bug.cgi?id=734263

Signed-off-by: Wang Zidan <b50113@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agobootchart2: create recipe for bootchart2
Max Eliaser [Mon, 28 Jul 2014 17:13:26 +0000 (10:13 -0700)]
bootchart2: create recipe for bootchart2

This recipe creates packages for the bootchart2 system-wide profiler daemon
and related utilities. It fetches the Git revision immediately past the one
corresponding to the 0.14.6 release of bootchart2. (0.14.6 had a systemd-
related bug that was corrected right after it was tagged.)

The recipe contains three packages:
   *   bootchart2 - The daemon itself.
   *   pybootchartgui - Python program to visualize and display the data
       collected by bootchart2 or compatible daemons such as the original
       bootchart.
   *   bootchartd-stop-initscript - A SysV init script to stop data collection
       when booting completes.

Depending on how you wish to use bootchart2, you may not end up having all
three of those packages installed on your image.

There is also a bootchart2-native variant, which is intended solely to provide
a native version of the pybootchartgui utility. The non-cross-compiled version
of the bootchart2 daemon has not been tested at all, don't use it.

The recipe is extensively documented. Read the comments at the beginning of
bootchart2_git.bb or else you'll have no idea how to use it.

This recipe is based on a recipe from meta-WebOS. The WebOS people had some
extra code (including patches against the bootchart2 code) to support the
Upstart init system. However, since upstream Poky does not support Upstart,
that stuff is being left behind. The WebOS people can write a bbappend to re-
add it.

Original recipe written by Wonhong Kwon of LG. Upstreamed as part of the
solution to [YOCTO #5893].

Signed-off-by: Max Eliaser <max.eliaser@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agov86d: fix for systemd to load uvesafb module correctly
Chen Qi [Thu, 7 Aug 2014 06:58:12 +0000 (02:58 -0400)]
v86d: fix for systemd to load uvesafb module correctly

The /etc/init.d/fbsetup script doesn't have any effect in a systemd
image. Its purpose is to load the uvesafb kernel module at boot.
This functionality could be achieved by adding a configuration file
under /etc/modules-load.d/ directory which would be parsed by the
systemd-modules-load.service.

[YOCTO #4420]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agoalsa-state: install init script only when 'sysvinit' is in DISTRO_FEATURES
Chen Qi [Thu, 7 Aug 2014 02:46:42 +0000 (22:46 -0400)]
alsa-state: install init script only when 'sysvinit' is in DISTRO_FEATURES

The /etc/init.d/alsa-state is totally useless for a systemd image.
Its functionality has been replaced by alsa-state.service files.

So if 'sysvinit' is not in DISTRO_FEATURES, installing this script doesn't
make any sense.

[YOCTO #4420]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agosyslinux: fix reinstall error
Robert Yang [Thu, 7 Aug 2014 03:05:22 +0000 (20:05 -0700)]
syslinux: fix reinstall error

Fixed:
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stdarg.h', needed by `cpio.o'.  Stop.
make: *** Waiting for unfinished jobs....
ERROR: oe_runmake failed

This happens when upgrade gcc from 4.9.0 to 4.9.1, and the .cpio.o.d isn't
regenerated when recompile (the compile happens when do_install), the content
of it are:

[snip]
cpio.o: /path/to/sysroot/4.9.0/include/stdarg.h
[snip]

And Makefile includes the .cpio.o.d file if it exists, so there would be
errors when /path/to/sysroot/4.9.0/include/stdarg.h doesn't exist.

Remove .*.d (a few .d files, its Makefile uses this wildcard) will fix
the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agou-boot-mkimage: fix recompile error
Robert Yang [Thu, 7 Aug 2014 03:05:22 +0000 (20:05 -0700)]
u-boot-mkimage: fix recompile error

Fixed:
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stddef.h', needed by `crc32.o'.  Stop.
make: *** Waiting for unfinished jobs....
ERROR: oe_runmake failed

This happens when upgrade gcc from 4.9.0 to 4.9.1, and the .depend isn't
regenerated when recompile, the content of it are:

[snip]
crc32.o: /path/to/sysroot/4.9.0/include/stddef.h
[snip]

And Makefile includes the .depend file if it exists, so there would be
errors when /path/to/sysroot/4.9.0/include/stddef.h doesn't exist.

Remove .*.d (a few .d files, its Makefile uses this wildcard) will fix
the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agokernelshark: fix recompile error
Robert Yang [Thu, 7 Aug 2014 03:05:22 +0000 (20:05 -0700)]
kernelshark: fix recompile error

Fixed:
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stddef.h', needed by `parse-events.o'.  Stop.
make: *** Waiting for unfinished jobs....
ERROR: oe_runmake failed

This happens when upgrade gcc from 4.9.0 to 4.9.1, and the
.parse-events.d isn't regenerated when recompile, the content of it are:

[snip]
parse-events.o: /path/to/sysroot/4.9.0/include/stddef.h
[snip]

And Makefile includes the .parse-events.d file if it exists, so there
would be errors when /path/to/sysroot/4.9.0/include/stddef.h doesn't
exist.

Remove .*.d (a few .d files, its Makefile uses this wildcard) will fix
the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agokexec-tools: fix recompile error
Robert Yang [Thu, 7 Aug 2014 03:05:22 +0000 (20:05 -0700)]
kexec-tools: fix recompile error

Fixed:
NOTE: make -j 32
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stddef.h', needed by `kexec/kexec.o'.  Stop.

This happens when upgrade gcc from 4.9.0 to 4.9.1, and the kexec/kexec.d
isn't regenerated when recompile, the content of it are:

[snip]
kexec/kexec.o: /path/to/sysroot/4.9.0/include/stddef.h
[snip]

And Makefile includes the kexec/kexec.d file if it exists, so there
would be errors when /path/to/sysroot/4.9.0/include/stddef.h doesn't
exist.

Remove kexec/kexec.d and other similar files will fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agologrotate: fix recompile error
Robert Yang [Thu, 7 Aug 2014 03:05:22 +0000 (20:05 -0700)]
logrotate: fix recompile error

Fixed:
NOTE: make -j 32
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stddef.h', needed by `logrotate.o'.  Stop.

This happens when upgrade gcc from 4.9.0 to 4.9.1, and the .depend isn't
regenerated when recompile, the content of the .depend are:

[snip]
logrotate.o: /path/to/sysroot/4.9.0/include/stddef.h
[snip]

And Makefile includes the .depend file if it exists, so there would be
errors when /path/to/sysroot/4.9.0/include/stddef.h doesn't exist.

Remove .depend will fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agolibnewt: fix recompile error
Robert Yang [Thu, 7 Aug 2014 03:05:22 +0000 (20:05 -0700)]
libnewt: fix recompile error

Fixed:
NOTE: make -j 32
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stddef.h', needed by `test.o'.  Stop.

This happens when upgrade gcc from 4.9.0 to 4.9.1, and the .depend isn't
regenerated when recompile, the content of the .depend are:

[snip]
test.o: /path/to/sysroot/4.9.0/include/stddef.h
[snip]

And Makefile includes the .depend file if it exists, so there would be
errors when /path/to/sysroot/4.9.0/include/stddef.h doesn't exist.

Remove .depend will fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agobusybox: Add Upstream-Status to patch
Saul Wold [Wed, 6 Aug 2014 23:30:42 +0000 (16:30 -0700)]
busybox: Add Upstream-Status to patch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agosysvinit: allow stack size configuration from rcS
Scot Salmon [Mon, 4 Aug 2014 15:40:30 +0000 (10:40 -0500)]
sysvinit: allow stack size configuration from rcS

For certain swap/overcommit settings (e.g. when overcommit is disabled
on a real-time system), we need to limit the stack size used by
initscripts.  When the STACK_SIZE environment variable is set (usually
in /etc/default/rcS), ulimit the stack size to the value specified.

Make the stack size ulimit a soft limit, which allows the user to
increase the stack size where required without having to run the
respective application as root.

Signed-off-by: Scot Salmon <scot.salmon@ni.com>
Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Acked-by: Rich Tollerton <rich.tollerton@ni.com>
Acked-by: Brad Mouring <brad.mouring@ni.com>
Acked-by: Bill Pittman <bill.pittman@ni.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agowpa-supplicant: use PACKAGECONFIG for ssl selection
Yasir-Khan [Wed, 6 Aug 2014 12:52:36 +0000 (17:52 +0500)]
wpa-supplicant: use PACKAGECONFIG for ssl selection

Select between openssl or gnutls as ssl implementation via
PACKAGECONFIG instead of explicitly adding both via DEPENDS.

Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agolz4: update to 120
Armin Kuster [Wed, 6 Aug 2014 14:46:31 +0000 (07:46 -0700)]
lz4: update to 120

Update package to version 120
Add Makefile to LIC_FILES_CHKSUM check as it changes with every rev.

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agoboot-directdisk.bbclass: use local HDDDIR
Robert Yang [Wed, 6 Aug 2014 15:43:55 +0000 (08:43 -0700)]
boot-directdisk.bbclass: use local HDDDIR

Use $HDDDIR rather than ${HDDDIR} in build_boot_dd(), otherwise may
errors:
- Set these in local.conf:
  IMAGE_FSTYPES += "live"
  IMAGE_FSTYPES += "vmdk"
  AUTO_SYSLINUXMENU = "1"
  NOHDD = "1"

$ bitbake core-image-sato
  DEBUG: Executing shell function build_boot_dd
  install: cannot create regular file
  `/path/to/core-image-sato-1.0/hddimg//vesamenu.c32': No such file or directory
  WARNING: exit code 1 from a shell command.

This because it uses the ${HDDDIR} which is set in bootimg.bbclass, use
local HDDDIR which is set in build_boot_dd() will fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agoremake: fix build error
Maxin B. John [Wed, 6 Aug 2014 16:18:01 +0000 (18:18 +0200)]
remake: fix build error

Fix build error:
...
unknown command `colophon'
unknown command `cygnus'

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agotzdata: update to 2014f
Armin Kuster [Wed, 6 Aug 2014 19:07:07 +0000 (12:07 -0700)]
tzdata: update to 2014f

md5sum on asia file changed do to severel tzone updates

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agotzcode: update to 2014f
Armin Kuster [Wed, 6 Aug 2014 19:07:06 +0000 (12:07 -0700)]
tzcode: update to 2014f

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agoghostscript: Remove bogus gsfonts reference from DESCRIPTION
Richard Purdie [Wed, 6 Aug 2014 10:14:14 +0000 (11:14 +0100)]
ghostscript: Remove bogus gsfonts reference from DESCRIPTION

[YOCTO #5586]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodocumentation.conf: Small tweak to INITRD variable
Nitin A Kamble [Tue, 5 Aug 2014 21:39:56 +0000 (14:39 -0700)]
documentation.conf: Small tweak to INITRD variable

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>