Skip to content

Commit

Permalink
Replaced gitorious with github mirror for kernel fetch url.
Browse files Browse the repository at this point in the history
Default kernel branch is minibox-picopc-android-3.1
  • Loading branch information
nicupavel committed May 24, 2012
1 parent b2de76c commit 7dfb2f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/machine/picosam9.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMAGE_FSTYPES += "tar.bz2"

SERIAL_CONSOLE = "115200 ttyS0"

PREFERRED_PROVIDER_virtual/kernel = "picosam9"
PREFERRED_PROVIDER_virtual/kernel = "linux-picosam9"

PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"

Expand Down
6 changes: 4 additions & 2 deletions recipes-kernel/linux/linux-picosam9_3.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ require linux.inc

DESCRIPTION = "Linux kernel for the picosam9 board"

SRCREV = "6853fe7ae3ca8b70a16f496cf38f23c6f7d42f41"
SRCREV = "6cc85e3dccc9b078c0469980fb577b8d2ddc61bc"

#SRC_URI = "git://gitorious.org/picopc-kernel/kernel.git;protocol=git;branch=minibox-picopc-android-3.1" #Fails fetch
SRC_URI = "git://github.com/mini-box/picosam9-kernel.git;protocol=git;branch=minibox-picopc-android-3.1"

SRC_URI = "git://gitorious.org/picopc-kernel/kernel.git;protocol=git;branch=minibox-picopc-3.1"

LINUX_VERSION ?= "3.1"
PV = "${LINUX_VERSION}+${PR}+git${SRCREV}"
Expand Down

0 comments on commit 7dfb2f3

Please sign in to comment.