Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-10 | Kernel: Intel: config: i40evf driver is used from mainline | Christian Poessinger | |
2020-06-06 | vyos-dev: add vim | Christian Poessinger | |
2020-06-05 | firmware: T1958: fix firmware package name | Christian Poessinger | |
2020-06-05 | firmware: T1958: only include firmware for compiled Kernel drivers | Christian Poessinger | |
In the past when building the VyOS ISO we have simply pulle din the entire linux-firmware Git repository and just deleted some arbitrary files manually selected. Now all is shipped via vyos-linux-firmware. | |||
2020-06-05 | Add intel driver packagesa | Christian Poessinger | |
Intel driver packages are more related to the overall generated image instead of the VyOS userland packages. Thus they have meen migrated from vyos-world to vyos-build. | |||
2020-06-04 | Include "tshark" package in developer builds | Christian Poessinger | |
2020-06-02 | Revert "build: add linux-tools package to development builds" | Christian Poessinger | |
linux-tools has a "dynamic" version extension corresponding to the Kernel version. This reverts commit 655fa1b949c2bf0ee6789bd556981b9298e54116. | |||
2020-06-02 | build: add linux-tools package to development builds | Christian Poessinger | |
... this will contain the Linux Kernels "perf" binary. | |||
2020-01-25 | VMware: move additional files to vyos-1x-vmware package | Christian Poessinger | |
2020-01-02 | Revert "open-vm-tools is now a dependency of vyos-vmwaretools-scripts" | Christian Poessinger | |
This reverts commit c670deddbee8ae852770574d1c8fce29154812dd. | |||
2019-12-27 | Move vyos-smoketest from vyos-dev to vyos-x86 package list | Christian Poessinger | |
2019-07-22 | Merge remote-tracking branch 'origin/current' into equuleus | Runar Borge | |
fixed merge errors in: * scripts/live-build-config - kernel parameters * scripts/build-packages - fixed list of packages to compile | |||
2019-07-02 | T1502: include vyos-smoketest in the dev builds. | Daniil Baturin | |
2019-06-20 | T1413: T1412: compilation of netplug and xe-guest-utilities is now fixed in ↵ | Runar Borge | |
equuleus | |||
2019-05-28 | T1412, T1413: remove non installable paclage vyos-xe-guest-utilities and ↵ | Runar Borge | |
vyos-netplug These packages is for now not installable in buster and breaks the live-build process | |||
2019-03-22 | [vyos-dev] remove linux-perf package | Christian Poessinger | |
Linux-perf package is no longer available, thus removed. It was also only available for Kernel 4.9 where we use 4.19. Fixes: E: Unable to locate package linux-perf | |||
2019-03-02 | VyOS base image requires aptitude - remove it from special dev package list | Christian Poessinger | |
Commit 743ec288637b ("T859: add aptitude to the default package lists.") added aptitude to the base packages as it's required by grub-efi. Thus we do not need to install it via the dev packages list and can keep a single source. | |||
2019-01-28 | open-vm-tools is now a dependency of vyos-vmwaretools-scripts | hagbard | |
2019-01-18 | Adding vyos-netplug to installation package list | hagbard | |
2019-01-17 | adding vyos-xe-guest-utilities since it was removed from vyos-world pointing ↵ | hagbard | |
to that spot here. | |||
2019-01-16 | developer: add linux-perf package to vyos-dev apt packages | Christian Poessinger | |
2018-11-25 | Remove ofed-scripts, since we are using kernel built-in drivers now. | Daniil Baturin | |
2018-11-25 | T996: add hyperv-daemons package. | Daniil Baturin | |
2018-10-02 | Remove mlnx-ofed-kernel-modules package from ISO | Christian Poessinger | |
2018-09-19 | ISO: remove iser-modules as it is build against Kernel 4.14 | Christian Poessinger | |
2018-06-25 | Add aptitude and apt-rdepends to the dev package lists. They come in handy ↵ | Daniil Baturin | |
for untangling package dependencies. | |||
2018-04-30 | T584: include Mellanox OFED drivers in the image. | Daniil Baturin | |
2018-04-26 | T610: Add qemu-guest-agent into VyOS ISO | Christian Poessinger | |
2016-05-24 | update clearfog script name | Kim Hagen | |
add x86 specific packages to vyos-x86.list.chroot | |||
2016-05-24 | add build options for clearfog | Kim Hagen | |
2016-04-13 | For the ARM porting story: add copying a package list with arch-specific ↵ | Daniil Baturin | |
packages to the build-flavour script. Right now it only includes grub-pc. | |||
2016-02-03 | Add a script for copying various files to the build config dir depending on ↵ | Daniil Baturin | |
build flavour. | |||
2016-01-24 | Keep all common live-build config data in data/live-build-config | Daniil Baturin | |
If more granular data modification is needed, it can be stored in other data/ subdirs. | |||
2015-12-18 | Add package lists support. | Daniil Baturin | |
The idea is that package lists in data/package-lists/common/ will be used by all build flavours, while special individual build flavours may have their own additional package lists defined by configure options. |