Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
pmaports
pmaports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 187
    • Issues 187
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 30
    • Merge Requests 30
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Security & Compliance
    • Security & Compliance
    • Dependency List
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • postmarketOS
  • pmaportspmaports
  • Merge Requests
  • !631

Open
Opened Sep 16, 2019 by William O-D@WilliamO7
  • Report abuse
Report abuse

WIP: samsung-hero2lte: kernel update (3.18.140), use packaged exynos-dtbtool and enable wifi support

  • Overview 9
  • Commits 4
  • Pipelines 1
  • Changes 5

Self-explanatory, really.

The former of the two changes will have to be repeated to hero but I don't have an S7 flat to test, it should be fairly easy to port over (it's what I did for wifi support.)

Also went ahead and updated the downstream kernel since it was available.

Edited Oct 08, 2019 by PureTryOut

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch "https://gitlab.com/WilliamO7/pmaports.git" "device-samsung-hero2lte"
git checkout -b "WilliamO7/pmaports-device-samsung-hero2lte" FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/master"
git merge --no-ff "WilliamO7/pmaports-device-samsung-hero2lte"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
3
Labels
device packaging upgrade
Assign labels
  • View project labels
Reference: postmarketOS/pmaports!631