Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

>git porject Rk3188 Kitkat question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    >git porject Rk3188 Kitkat question

    Hai,I recieved a git project from a source for rk3188 kitkat. It's for the Veolo2 ussuable The structure looks like this

    09-10-2014 08:45 <DIR> .
    09-10-2014 08:45 <DIR> ..
    28-04-2014 12:37 <DIR> branches
    24-06-2014 10:51 23 COMMIT_EDITMSG
    24-06-2014 10:46 197 config
    28-04-2014 12:37 73 description
    17-09-2014 04:58 205 FETCH_HEAD
    24-06-2014 10:45 23 HEAD
    28-04-2014 12:37 <DIR> hooks
    24-09-2014 14:47 55.597.689 index
    28-04-2014 12:37 <DIR> info
    09-10-2014 08:45 0 list.txt
    28-04-2014 12:48 <DIR> logs
    17-09-2014 05:00 <DIR> objects
    17-09-2014 05:00 41 ORIG_HEAD
    28-04-2014 12:39 101 packed-refs
    14-05-2014 09:10 <DIR> refs


    I googled a lot but i was wondering how can i compile this in to a firmware ?
    My players,

    Ac Ryan Veolo 2
    Ac Ryan Veolo 4K
    Ac Ryan Playon!HD2
    Ac Ryan Playon!HD3

    #2
    If the file is a .git , you will just need to use git clone, for instance:

    git clone /home/user/veolo2.git (just an example for the names).

    Is there any place to download this source?

    Comment


      #3
      Originally posted by skelton View Post
      If the file is a .git , you will just need to use git clone, for instance:

      git clone /home/user/veolo2.git (just an example for the names).

      Is there any place to download this source?
      No Sorry
      My players,

      Ac Ryan Veolo 2
      Ac Ryan Veolo 4K
      Ac Ryan Playon!HD2
      Ac Ryan Playon!HD3

      Comment


        #4
        I see. I imagined that. Good luck with the source anyway

        Comment


          #5
          See your pm m8
          My players,

          Ac Ryan Veolo 2
          Ac Ryan Veolo 4K
          Ac Ryan Playon!HD2
          Ac Ryan Playon!HD3

          Comment


            #6
            It seems to be it's only the git repo that's not checked out. What you can do is, name the folder those files are in to ".git" without the quote marks, then put it in a folder (say, RK3188).

            After that, open a terminal, go to the RK3188 folder, and run this command: "git reset --hard HEAD". It should check all the files out of your git tree in the last saved status.

            Comment


              #7
              Originally posted by kraakie View Post
              Hai,I recieved a git project from a source for rk3188 kitkat. It's for the Veolo2 ussuable The structure looks like this

              09-10-2014 08:45 <DIR> .
              09-10-2014 08:45 <DIR> ..
              28-04-2014 12:37 <DIR> branches
              24-06-2014 10:51 23 COMMIT_EDITMSG
              24-06-2014 10:46 197 config
              28-04-2014 12:37 73 description
              17-09-2014 04:58 205 FETCH_HEAD
              24-06-2014 10:45 23 HEAD
              28-04-2014 12:37 <DIR> hooks
              24-09-2014 14:47 55.597.689 index
              28-04-2014 12:37 <DIR> info
              09-10-2014 08:45 0 list.txt
              28-04-2014 12:48 <DIR> logs
              17-09-2014 05:00 <DIR> objects
              17-09-2014 05:00 41 ORIG_HEAD
              28-04-2014 12:39 101 packed-refs
              14-05-2014 09:10 <DIR> refs


              I googled a lot but i was wondering how can i compile this in to a firmware ?
              What you received is a bare git repo. This is usually kept on a server and allows other users to use it as a common reference where they can all push or pull.

              Think of it as what github would store.

              You should clone the repo to another directory - using git clone and specifying the local path.

              Comment

              Working...
              X