Skip to content

Intel developer staging area for unmerged upstream patch contributions to libjpeg-turbo

Notifications You must be signed in to change notification settings

Bin-CI/cartwheel-libjpeg-turbo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cartwheel : libjpeg-turbo

Intel developer staging area for upstream patch contributions to libjpeg-turbo.

The upstream project is tracked as a submodule in this repo.

maintainers

  • @uartie @FocusLuo @Bin-CI for CI system

clone

$ git clone https://github.com/intel/cartwheel-libjpeg-turbo --recursive

apply patches

# at top-level directory
$ git submodule update --init --recursive
# at submodule directory
$ cd libjpeg-turbo
# It is recommended to create a branch before applying the patches
$ git checkout -b <my new branch>
$ git am ../patches/*.patch

rebase

# at top-level directory
$ git pull --rebase --recurse-submodule

administrators

To update the submodule reference commit id to the latest upstream:

# at top-level directory
$ git submodule update --remote --recursive
$ git commit -sam "$(git diff --submodule | head -1 | sed 's/:$//')"

...verify the patches still apply successfully. If they don't apply, fix them and include in new commit(s).

additional information

For more information and examples about Git Submodules, see https://git-scm.com/book/en/v2/Git-Tools-Submodules

About

Intel developer staging area for unmerged upstream patch contributions to libjpeg-turbo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published