summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend1
-rw-r--r--meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.0.bbappend2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index fbf81b2..8466788 100644
--- a/meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -12,6 +12,7 @@ COMPATIBLE_MACHINE = ${MACHINE}
# KBRANCH ?= "yocto/standard/${KMACHINE}"
# KSRC_linux_yocto_rt ?= /path/to/local/linux-yocto-3.0/clone
+KSRC_linux_yocto_rt ?= /home/bruce/poky-kernel/linux-yocto-3.0-1.1.x.git
KMACHINE ?= "yocto/${LINUX_KERNEL_TYPE}/${KMACHINE}"
SRC_URI = "git://${KSRC_linux_yocto_rt};nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
diff --git a/meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 977d856..7e7b834 100644
--- a/meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -14,7 +14,7 @@ COMPATIBLE_MACHINE = ${MACHINE}
# allow patches to be staged, branches created, etc. Modify
# KSRC_linux_yocto to point to your local clone as appropriate.
-# KSRC_linux_yocto ?= /path/to/local/linux-yocto-3.0
+KSRC_linux_yocto ?= /home/bruce/poky-kernel/linux-yocto-3.0-1.1.x.git
KMACHINE ?= "yocto/${LINUX_KERNEL_TYPE}/${KMACHINE}"
SRC_URI = "git://${KSRC_linux_yocto};protocol=file;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"