* problems adding extra packages
@ 2012-12-05 20:25 Jim Abernathy
2012-12-05 20:28 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Jim Abernathy @ 2012-12-05 20:25 UTC (permalink / raw)
To: yocto
In the past on denzil, I'd get images working then start adding specific
packages like this:
LICENSE_FLAGS_WHITELIST = "commercial"
CORE_IMAGE_EXTRA_INSTALL ?= "gst-fluendo-mp3"
CORE_IMAGE_EXTRA_INSTALL ?= "web-webkit"
CORE_IMAGE_EXTRA_INSTALL ?= "myvideos"
CORE_IMAGE_EXTRA_INSTALL ?= "myaudios"
Today, I got chiefriver bsp working on my hardware and then wanted to
add my video and audio files into the image along with extra software.
It didn't get added and the image is basically the same size. No errors
on just bitbaking again. I was trying to avoid deleting tmp and
starting over again. Has something changed with Danny?
Along with the CORE_IMAGE_EXTRA_INSTALL additions, I added my layer in
bblayer.conf to pick up myvideos, etc.
Jim A
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problems adding extra packages
2012-12-05 20:25 problems adding extra packages Jim Abernathy
@ 2012-12-05 20:28 ` Martin Jansa
2012-12-05 20:31 ` Jim Abernathy
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2012-12-05 20:28 UTC (permalink / raw)
To: Jim Abernathy; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]
On Wed, Dec 05, 2012 at 03:25:52PM -0500, Jim Abernathy wrote:
> In the past on denzil, I'd get images working then start adding specific
> packages like this:
>
> LICENSE_FLAGS_WHITELIST = "commercial"
> CORE_IMAGE_EXTRA_INSTALL ?= "gst-fluendo-mp3"
> CORE_IMAGE_EXTRA_INSTALL ?= "web-webkit"
> CORE_IMAGE_EXTRA_INSTALL ?= "myvideos"
> CORE_IMAGE_EXTRA_INSTALL ?= "myaudios"
did you use '+=' before?
Cheers,
> Today, I got chiefriver bsp working on my hardware and then wanted to
> add my video and audio files into the image along with extra software.
> It didn't get added and the image is basically the same size. No errors
> on just bitbaking again. I was trying to avoid deleting tmp and
> starting over again. Has something changed with Danny?
>
> Along with the CORE_IMAGE_EXTRA_INSTALL additions, I added my layer in
> bblayer.conf to pick up myvideos, etc.
>
> Jim A
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problems adding extra packages
2012-12-05 20:28 ` Martin Jansa
@ 2012-12-05 20:31 ` Jim Abernathy
0 siblings, 0 replies; 3+ messages in thread
From: Jim Abernathy @ 2012-12-05 20:31 UTC (permalink / raw)
To: Martin Jansa; +Cc: yocto
On 12/05/2012 03:28 PM, Martin Jansa wrote:
> On Wed, Dec 05, 2012 at 03:25:52PM -0500, Jim Abernathy wrote:
>> In the past on denzil, I'd get images working then start adding specific
>> packages like this:
>>
>> LICENSE_FLAGS_WHITELIST = "commercial"
>> CORE_IMAGE_EXTRA_INSTALL ?= "gst-fluendo-mp3"
>> CORE_IMAGE_EXTRA_INSTALL ?= "web-webkit"
>> CORE_IMAGE_EXTRA_INSTALL ?= "myvideos"
>> CORE_IMAGE_EXTRA_INSTALL ?= "myaudios"
> did you use '+=' before?
>
> Cheers,
You'd think by now, my keyboard would know to put the + and not the ?. :-)
Thanks for spotting that. I looked right past it.
Jim A
>> Today, I got chiefriver bsp working on my hardware and then wanted to
>> add my video and audio files into the image along with extra software.
>> It didn't get added and the image is basically the same size. No errors
>> on just bitbaking again. I was trying to avoid deleting tmp and
>> starting over again. Has something changed with Danny?
>>
>> Along with the CORE_IMAGE_EXTRA_INSTALL additions, I added my layer in
>> bblayer.conf to pick up myvideos, etc.
>>
>> Jim A
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-05 20:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05 20:25 problems adding extra packages Jim Abernathy
2012-12-05 20:28 ` Martin Jansa
2012-12-05 20:31 ` Jim Abernathy
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.