Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAH-2095: Updated the README for Build and Installation Process

Added a short overview & simple installation diagram

  1. … 3 more files in changeset.
added drafted description of other repositories.

updated the readme

updated the README moved the build folder to the main foder. removed selinux from the list of remotes.

  1. … 1 more file in changeset.
Added build and layer remotes tot he manifest. Updated the README.md

  1. … 1 more file in changeset.
Fixed README instruction

updated the README.md for setting up the build

Updated the README.md to match ELY

Next steps

- Remove any extra repo from default.xml manifest.

- Add Leahi layer

- Add the following:

----------------------------------------------------

# Add extra tools

IMAGE_INSTALL:append = " fbset tslib"

IMAGE_INSTALL:append = " tzdata"

IMAGE_INSTALL:append = " nano"

IMAGE_INSTALL:append = " strace"

IMAGE_INSTALL:append = " curl"

IMAGE_INSTALL:append = " can-utils"

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"

init commit : Leahi Distribution Manifest Initial commit

Description : Derived from Digi's DEY manifest

repository : https://github.com/digi-embedded/dey-manifest.git

tag : 4.0.6.r.1

hash : dd5d0d11431f361225e0a47e615a939dd9e22602

  1. … 1 more file in changeset.