Skip to content

Added new base distros with wayland support#1028

Merged
ricardosalveti merged 1 commit intofoundriesio:mainfrom
MaxPayne86Arduino:feature/add-wayland-to-base-distro
Feb 2, 2023
Merged

Added new base distros with wayland support#1028
ricardosalveti merged 1 commit intofoundriesio:mainfrom
MaxPayne86Arduino:feature/add-wayland-to-base-distro

Conversation

@MaxPayne86
Copy link
Copy Markdown
Contributor

Initial sanity check with

bitbake -e weston-init | awk '/^# \$SRC_URI \[/,/^SRC_URI/'

@quaresmajose
Copy link
Copy Markdown
Member

LGTM, but I didn't understand very well the sanity check command on the PR description.

Thanks for the patch @MaxPayne86

@MaxPayne86
Copy link
Copy Markdown
Contributor Author

LGTM, but I didn't understand very well the sanity check command on the PR description.

Minor test to see if the files that are normally included in weston-init and lmp-wayland distro are applied also with this new distro. Before this command of course you need to do something like

DISTRO=lmp-base-xwayland MACHINE=<YOUR-MACHINE> . setup-environment

files I'm referring to below

SRC_URI:append:lmp-wayland = " \
    file://utilities-terminal.png \
    file://background.jpg \
    file://weston.env \
    file://weston.service.patch \
    file://tmpfiles.conf \
"

@quaresmajose
Copy link
Copy Markdown
Member

Thanks for the explanation, i got it.
Recent versions of bitbake can do the same in a more elegant way:

bitbake-getvar -r weston-init SRC_URI

Copy link
Copy Markdown
Contributor

@MrCry0 MrCry0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@ricardosalveti ricardosalveti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@ricardosalveti ricardosalveti merged commit 67b0a2e into foundriesio:main Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants