* Image with DK, X11 and multimedia
@ 2014-03-13 14:39 Boszormenyi Zoltan
2014-03-13 14:47 ` Otavio Salvador
0 siblings, 1 reply; 2+ messages in thread
From: Boszormenyi Zoltan @ 2014-03-13 14:39 UTC (permalink / raw)
To: meta-freescale Mailing List
[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]
Hi,
I have created the attached image recipe to add both X11 and development packages.
However, I can't add anything more, like multimedia. I wanted to add
require fsl-image-gui.bb
require fsl-image-multimedia-full.bb
but I got this:
[zozo@localhost build-master-next]$ bitbake core-image-lsb-sdk-x11
Loading cache: 100%
|#########################################################################################################################|
ETA: 00:00:00
Loaded 1804 entries from dependency cache.
ERROR: ParseError at
/home/zozo/fsl-community-bsp/sources/poky/meta/recipes-extended/images/core-image-lsb-sdk-x11.bb:2:
Could not include required file fsl-image-gui.bb
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
The core-image-lsb-sdk-image.bb was cloned from
sources/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb
and was put into the same directory. On the other hand, the fsl-image*.bb
image recipes are under
sources/meta-fsl-demos/recipes-fsl/images/
Is there a boundary I can't cross in including image recipes?
Thanks in advance,
Zoltán Böszörményi
[-- Attachment #2: core-image-lsb-sdk-x11.bb --]
[-- Type: text/plain, Size: 469 bytes --]
require core-image-lsb.bb
DESCRIPTION = "Basic image with X support suitable for Linux Standard Base \
(LSB) implementations. It includes the full meta-toolchain, plus development \
headers and libraries to form a standalone SDK."
IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks x11-base"
IMAGE_INSTALL += "kernel-dev"
inherit core-image distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Image with DK, X11 and multimedia
2014-03-13 14:39 Image with DK, X11 and multimedia Boszormenyi Zoltan
@ 2014-03-13 14:47 ` Otavio Salvador
0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2014-03-13 14:47 UTC (permalink / raw)
To: Boszormenyi Zoltan; +Cc: meta-freescale Mailing List
Hello,
On Thu, Mar 13, 2014 at 11:39 AM, Boszormenyi Zoltan <zboszor@pr.hu> wrote:
> I have created the attached image recipe to add both X11 and development
> packages.
> However, I can't add anything more, like multimedia. I wanted to add
>
> require fsl-image-gui.bb
> require fsl-image-multimedia-full.bb
>
> but I got this:
>
> [zozo@localhost build-master-next]$ bitbake core-image-lsb-sdk-x11
> Loading cache: 100%
Don't do that; this is ugly!
You can get similar result using:
IMAGE_FEATURES += "tools-sdk"
in your local.conf
and building:
bitbake fsl-image-multimedia
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-13 14:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 14:39 Image with DK, X11 and multimedia Boszormenyi Zoltan
2014-03-13 14:47 ` Otavio Salvador
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.