aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-distro
AgeCommit message (Collapse)Author
2019-07-25poky-amd: enable devices auto mounting using udev-extraconfArsalan H. Awan
This makes the storage devices such as sata hdd/ssd or usb to be auto mounted on hotplug. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-25poky-amd: add rootfs space to avoid no space left issues on first bootArsalan H. Awan
This adds extra space of 50 MB to the final created rootfs to allow first boot postinstall intercept scripts and system init configuration to be able to create files and make the system boot up properly and so that all the components are configured properly. We don't need this normally, but as the rootfs size grows, "du" utility that is used to calculate the size of rootfs to create a rootfs image doesn't do the job well. Therefore, we observe various components such as systemd units and xserver failing to create files saying: No space left. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-25poky-amd: enable buildhistoryArsalan H. Awan
This enables buildhistory in build dir to facilitate development. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-25poky-amd: enable connman as network managerArsalan H. Awan
This adds connman to DISTRO_EXTRA_RDEPENDS to enable it as the network manager in poky-amd. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-25poky-amd: enable openssh-server via IMAGE_FEATURE ssh-server-opensshArsalan H. Awan
This enables the openssh-server as the default ssh server in poky-amd. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-25poky-amd: enabled package-management with deb PACKAGE_CLASSESArsalan H. Awan
This enables IMAGE_FEATUE package-management and sets the PACKAGE_CLASSES var to "package_deb" to enable debian packages that can be controlled/manipulated with dpkg and apt. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-25poky-amd: disable sysvinit and enable systemd as system init managerArsalan H. Awan
This disables sysvinit and removes its initscripts, and enables systemd as system init manager. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-25meta-amd-distro: initialize amd distro layer with poky-amd distroArsalan H. Awan
This adds a new distro layer for AMD BSPs and creates a poky-amd distro based on poky distro. We will customize this as per the requirements. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>