All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Support for VirtualBox guest additions
@ 2015-08-03 20:35 Juro Bystricky
  2015-08-03 20:35 ` [PATCH 1/2] kernel-headers: linux kernel headers Juro Bystricky
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Juro Bystricky @ 2015-08-03 20:35 UTC (permalink / raw)
  To: openembedded-core, jurobystricky; +Cc: richard.purdie

In order to support VirtualBox guest additions, kernel headers need to be present 
in the VM. I am aware we already have two packages/recipes that are somewhat similar
(kernel-devsrc.bb, linux-libc-headers), but none of them is suitable for this purpose.
Besides the kernel headers, some additional files (scripts, Makefiles, .config, etc)
are also required. 

The new recipe "kernel-headers.bb" can in principle be used by other images as well.
It is not limited to the Build Appliance and hence is not a part of the Build Appliance
recipe.

Juro Bystricky (2):
  kernel-headers: linux kernel headers
  build-appliance-image: support for VirtualBox guest addtions

 .../README_vbox_guest_additions.txt                | 78 ++++++++++++++++++++++
 .../images/build-appliance-image_12.0.1.bb         |  4 +-
 meta/recipes-kernel/linux/kernel-headers.bb        | 66 ++++++++++++++++++
 3 files changed, 147 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-core/images/build-appliance-image/README_vbox_guest_additions.txt
 create mode 100644 meta/recipes-kernel/linux/kernel-headers.bb

-- 
1.9.1



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

end of thread, other threads:[~2015-08-26 18:56 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 20:35 [PATCH 0/2] Support for VirtualBox guest additions Juro Bystricky
2015-08-03 20:35 ` [PATCH 1/2] kernel-headers: linux kernel headers Juro Bystricky
2015-08-04  4:37   ` Christopher Larson
2015-08-04 16:06     ` Bystricky, Juro
2015-08-05  2:20   ` Bruce Ashfield
2015-08-26 17:55     ` Josh Cartwright
2015-08-26 17:57       ` Bruce Ashfield
2015-08-26 18:11         ` Josh Cartwright
2015-08-03 20:35 ` [PATCH 2/2] build-appliance-image: support for VirtualBox guest addtions Juro Bystricky
2015-08-04  4:37   ` Christopher Larson
2015-08-04 16:08     ` Bystricky, Juro
2015-08-04 16:20 ` [PATCH 0/2] Support for VirtualBox guest additions Mark Hatle
2015-08-04 17:25   ` Bystricky, Juro
2015-08-04 17:32     ` Mark Hatle
2015-08-04 19:10       ` Bystricky, Juro
2015-08-04 19:22         ` Mark Hatle
2015-08-04 21:27           ` Bystricky, Juro
2015-08-04 21:31             ` Otavio Salvador
2015-08-05  2:24               ` Bruce Ashfield
2015-08-05  2:24         ` Bruce Ashfield
2015-08-05  2:43       ` Bruce Ashfield
2015-08-05  2:48         ` Bruce Ashfield
2015-08-05 22:02           ` Bystricky, Juro
2015-08-06  2:09             ` Bruce Ashfield
2015-08-06  2:20             ` Khem Raj
2015-08-07 22:13               ` Bystricky, Juro
2015-08-08  1:09                 ` Bruce Ashfield
2015-08-08 17:36                   ` Bystricky, Juro

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.