# My localized, layered distribution require conf/distro/include/mydistro-fixed-revisions.inc require conf/distro/poky.conf DISTRO = "mydistro" DISTRO_NAME = "My Local Embedded (Poky Powered)" DISTRO_VERSION = "0.99+snapshot-${DATE}" # Allow hardware overrides, e.g. armv7a OVERRIDES .= ":${FEED_ARCH}:${SOC_FAMILY}" # Use A&M kernels PREFERRED_PROVIDER_virtual/kernel = "linux-mydistro" # Use A&M opkg setup EXTRAOPKGCONFIG = "mydistro-feed-config-opkg"