require conf/distro/poky.conf # distro name DISTRO = "roro" DISTRO_NAME = "roro distribution" DISTRO_VERSION = "1.0" DISTRO_CODENAME = "roro" #DISTRO_FEATURES_append = " alsa usbhost usbgadget keyboard bluetooth" # Comment out any of the lines below to disable them in the build # DISTRO_FEATURES options: # alsa bluetooth ext2 pcmcia usbgadget usbhost wifi nfs zeroconf pci DISTRO_FEATURES_TINY = "largefile zeroconf virtualization" DISTRO_FEATURES_NET = "ipv4 ipv6" DISTRO_FEATURES_USB = "usbhost" DISTRO_FEATURES_WIFI = "wifi" DISTRO_FEATURES = " \ ${DISTRO_FEATURES_TINY} \ ${DISTRO_FEATURES_NET} \ ${DISTRO_FEATURES_USB} \ ${DISTRO_FEATURES_WIFI} \ " POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot" POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet" # INIT_MANAGER ?= "none" # INIT_MANAGER ?= "sysvinit" # INIT_MANAGER ?= "systemd" INIT_MANAGER ?= "mdev-busybox" TCLIBC = "glibc" # TCLIBC = "newlib" # TCLIBC = "musl" # TLIBC = "baremetal" # Disable wide char support for ncurses as we don't include it in # in the LIBC features below. # Leave native enable to avoid build failures ENABLE_WIDEC = "false" ENABLE_WIDEC_class-native = "true" # Drop native language support. This removes the # eglibc->bash->gettext->libc-posix-clang-wchar dependency. USE_NLS="no" SDK_VENDOR = "-rorodistsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" MAINTAINER = "rorodist " INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" KERNEL_MODULE_AUTOLOAD += "w1-gpio" KERNEL_MODULE_AUTOLOAD += "w1-therm"