Skip to content

Update bullseye submodule and cloning to https #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: ev3dev-bullseye
Choose a base branch
from

Conversation

Doom4535
Copy link

@Doom4535 Doom4535 commented Jun 9, 2025

Notes:

  • This is because GitLab has removed support for the insecure 'git://' protocol

@Doom4535
Copy link
Author

Doom4535 commented Jun 9, 2025

The same sort of fix is needed for the other branches as well, it is likely easier to cherry-pick across all the branches

Doom4535 added 3 commits June 17, 2025 21:46
Notes:
* This is because GitLab has removed support for the insecure 'git://'
  protocol
Notes:
1. It seems like something changed in CMakes build behavior here
Notes:
1. This is likely from the change here:
   ev3dev/grx@28b0686#diff-02a99699ea96689f62c694983532fedec8e3b84b46ccc23d10f1ced786c82473L329
   where grx is updated to take a uint8[] instead of a uint8*[] for
   Context? new(); the commit mentions that this is a breaking change
   that removes support for the unused planar memory objects.
Comment on lines +177 to 179
uint8 addr[4];
addr[0] = *context_mem_addr;
context = Context.new_full (mode, width, height, addr);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
uint8 addr[4];
addr[0] = *context_mem_addr;
context = Context.new_full (mode, width, height, addr);
context = Context.new_full (mode, width, height, context_mem_addr);

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.

2 participants