From 4b5ffac402c73329f8ecfa4bc372100c885cd139 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 16 May 2014 10:52:02 +0000 Subject: Vagrant system with virtualbox guest additions. At this time, the VirtualBox stuff is x86_64 only because we're abusing its build system to get to what we need. --- virtualbox-guest-x86_64.morph | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 virtualbox-guest-x86_64.morph (limited to 'virtualbox-guest-x86_64.morph') diff --git a/virtualbox-guest-x86_64.morph b/virtualbox-guest-x86_64.morph new file mode 100644 index 00000000..4babc6da --- /dev/null +++ b/virtualbox-guest-x86_64.morph @@ -0,0 +1,21 @@ +name: virtualbox-guest-x86_64 +kind: stratum +description: | + VirtualBox Guest Additions for x86_64 +build-depends: +- morph: tools +- morph: bsp-x86_64-generic +- morph: x-common +- morph: x-x86_64-generic +chunks: +- name: yasm + repo: upstream:yasm + ref: fefefe262eb29081f0bcb4d48f2d476ce5730562 + unpetrify-ref: baserock/morph + build-depends: [] +- name: vboxguest + repo: upstream:VirtualBox + ref: 617aeb5a3c13f4a46423e8c2fb560449403ad56d + unpetrify-ref: baserock/morph + build-depends: + - yasm -- cgit v1.2.1