Index: sdk/config/leahi/local.conf.sample =================================================================== diff -u -ra197b4dc093cae61afe5837b8036fe26eee6f469 -r0b4c1a3520876af880e854b9db9e6b24af26ea89 --- sdk/config/leahi/local.conf.sample (.../local.conf.sample) (revision a197b4dc093cae61afe5837b8036fe26eee6f469) +++ sdk/config/leahi/local.conf.sample (.../local.conf.sample) (revision 0b4c1a3520876af880e854b9db9e6b24af26ea89) @@ -93,7 +93,7 @@ # Ultimately when creating custom policy, people will likely end up subclassing # these defaults. # -DISTRO ?= "dey" +DISTRO ?= "ely" # As an example of a subclass there is a "bleeding" edge policy configuration # where many versions are set to the absolute latest code from the upstream # source control systems. This is just mentioned here as an example, its not @@ -291,3 +291,33 @@ # Some libraries and packages are covered by NXP EULA # ACCEPT_FSL_EULA = "1" + + +################################################################################ +# LEAHI DISTRO CONFIGURATIONS Notes to be moved to the layer +################################################################################ + +#IMAGE_INSTALL:append = " python3-pydoc" +#IMAGE_INSTALL:append = " python3-pip" + +# Add Qt packages and ensure linuxfb support +#IMAGE_INSTALL:append = " qtbase qtbase-dev qtbase-plugins qtdeclarative qtquickcontrols2 qtgraphicaleffects qtimageformats qttools qtmultimedia qtconnectivity qtvirtualkeyboard qtserialbus" +#PACKAGECONFIG:append:pn-qtbase = " directfb linuxfb gles2 pulseaudio tslib accessibility dbus sql-sqlite openssl glib icu widgets xml eglfs" +#PACKAGECONFIG:append:pn-qtmultimedia = " alsa gstreamer pulseaudio" +# PACKAGECONFIG:append:pn-qtwebkit = " gstreamer" + +# Remove Wayland +#DISTRO_FEATURES:append = " opengl alsa bluetooth wifi" +#DISTRO_FEATURES:remove = " x11 wayland vulkan" +#IMAGE_INSTALL:remove = " wayland weston" +#IMAGE_FEATURES:remove = "dey-qt" + + +#isntalling fonts +# ROOTFS_POSTPROCESS_COMMAND += "cp /home/bruce/digi_yocto/ccimx8mm-dvk/update/fonts/* ${IMAGE_ROOTFS}/usr/lib/fonts/;" + + +# the following lines are defined for files-based update. +# SWUPDATE_FILES_TARGZ_FILE = "/home/bruce/digi_yocto/ccimx8mm-dvk/update/swupdate.tar.gz" +# SWUPDATE_SCRIPT = "/home/bruce/digi_yocto/ccimx8mm-dvk/update/update_files.sh" +