74dc2201e332778d0343dd028c5f908341044e3a
[csit.git] / resources / tools / disk-image-builder / nested / CHANGELOG
1 ## [1.3] - 2016-06-12
2
3 ### Changes
4 - Use Glibc instead of uClibc. Required for DPDK.
5 - Include buildroot patch for DPDK. Update build.sh
6   script to include that patch.
7 - Update Linux kernel config to include UIO support
8
9 ### Added
10 - Python, DPDK to image
11
12
13 ## [1.2] - 2016-05-25
14
15 ### Changes
16 - Embed version in hidden file with magic string that can be read
17   without actually booting the image:
18   ~~~
19   cat <vm image> | strings | grep NESTED_VERSION
20   ~~~
21 - Include both cisco/cisco credentials (for backwards compatibility)
22   and csit/csit
23
24 ## [1.1] - 2016-05-17
25
26 ### Added
27 - iproute2 package (for "ip" command)
28
29
30 ## [1.0] - 2016-05-16
31
32 ### First release
33 - Basic script to build FD.IO VPP CSIT "nested VM" image using buildroot.
34 This version is to mimic the previous, manually built image.
35 - Packages installed:
36     - Kernel 4.3
37         - support for virtio NIC
38     - bridge-utils (for brctl)
39     - qemu (for qemu-ga)