Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: torvalds/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: trini/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 23, 2013

  1. Makefile, scripts/package/builddeb: HACK: Force xargs max char length

    This is based on https://patchwork.kernel.org/patch/1314931/ with an
    extension to cover scripts/package/builddeb.  As hpa notes in the above
    link, QEMU is at fault here not the kernel, thus making this a HACK.  A
    bug against QEMU exists at
    https://bugs.launchpad.net/qemu-linaro/+bug/1036645 but until a fix is
    available, we need to hack around it.
    
    Signed-off-by: Tom Rini <[email protected]>
    trini committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    74470d0 View commit details
    Browse the repository at this point in the history
  2. Makefile: HACK: Install device trees with modules_install

    In Ubuntu (see
    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1030600) it has
    been decided that device trees should live in
    firmware/$version/device-trees/ so we need to add device tree
    installation to the modules install rule following this location, as
    this is the rule that is responsible for installing all firmware for
    things built into the kernel.
    
    Signed-off-by: Tom Rini <[email protected]>
    trini committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    b311dfa View commit details
    Browse the repository at this point in the history
Loading