Skip to content
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

Fixes to add additional operating system support #7

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2017

  1. adding the source

    nealvis committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    4fbe5a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    163be9b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    dd33d3b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Changes for 1.10.00 release

    Eman Copty committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    b912be7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Changes for 1.10.01 release

    Eman Copty committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    a517b72 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. delete bad readme.md

    Eman Copty committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    28a904d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2eb99e View commit details
    Browse the repository at this point in the history
  3. fixing README.md vs readme.md

    nealvis committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    0f054b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    d837878 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Changes for 1.11 release

    Eman Copty committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    4810ced View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. install.sh: Allow re-install for debugging sdk

    As it stands now the sdk re-installs itself every
    time you run make install and erases the old install.
    
    That makes it impossible to develop and patch the SDK
    easily while trying to add support for a new OS
    or debugging an install problem.
    
    Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
    jwessel committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    c3407d6 View commit details
    Browse the repository at this point in the history
  2. Fix the execute attributes in the git repository

    Some of the demonstrations do not run correctly because
    the execute bit is not set.  Some of the makefiles
    fix this, while others do not.  This patch makes them
    all consistent.
    
    Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
    jwessel committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    af4ef32 View commit details
    Browse the repository at this point in the history