diff options
Diffstat (limited to 'meta-crownbay')
-rw-r--r-- | meta-crownbay/conf/machine/crownbay-noemgd.conf | 5 | ||||
-rw-r--r-- | meta-crownbay/conf/machine/crownbay.conf | 7 | ||||
-rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend | 3 |
3 files changed, 14 insertions, 1 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index a334202b..277c5ff3 100644 --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf | |||
@@ -17,6 +17,8 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | |||
17 | KERNEL_IMAGETYPE = "bzImage" | 17 | KERNEL_IMAGETYPE = "bzImage" |
18 | 18 | ||
19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" | 19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" |
20 | #PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | ||
21 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
20 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 22 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
21 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | 23 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" |
22 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | 24 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" |
@@ -41,5 +43,8 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz" | |||
41 | GLIBC_ADDONS = "nptl" | 43 | GLIBC_ADDONS = "nptl" |
42 | GLIBC_EXTRA_OECONF = "--with-tls" | 44 | GLIBC_EXTRA_OECONF = "--with-tls" |
43 | 45 | ||
46 | SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
47 | SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "e1f85a470934a0cf6abde5d95533e74501822c6b" | ||
48 | |||
44 | SRCREV_machine_pn-linux-yocto-stable_crownbay-noemgd ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | 49 | SRCREV_machine_pn-linux-yocto-stable_crownbay-noemgd ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" |
45 | SRCREV_meta_pn-linux-yocto-stable_crownbay-noemgd ?= "e1f85a470934a0cf6abde5d95533e74501822c6b" | 50 | SRCREV_meta_pn-linux-yocto-stable_crownbay-noemgd ?= "e1f85a470934a0cf6abde5d95533e74501822c6b" |
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf index e6c43157..0d613802 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf | |||
@@ -16,7 +16,9 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | |||
16 | 16 | ||
17 | KERNEL_IMAGETYPE = "bzImage" | 17 | KERNEL_IMAGETYPE = "bzImage" |
18 | 18 | ||
19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" | 19 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-stable" |
20 | #PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | ||
21 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
20 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 22 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
21 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | 23 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" |
22 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-emgd" | 24 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-emgd" |
@@ -45,5 +47,8 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz" | |||
45 | GLIBC_ADDONS = "nptl" | 47 | GLIBC_ADDONS = "nptl" |
46 | GLIBC_EXTRA_OECONF = "--with-tls" | 48 | GLIBC_EXTRA_OECONF = "--with-tls" |
47 | 49 | ||
50 | SRCREV_machine_pn-linux-yocto_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
51 | SRCREV_meta_pn-linux-yocto_crownbay ?= "e1f85a470934a0cf6abde5d95533e74501822c6b" | ||
52 | |||
48 | SRCREV_machine_pn-linux-yocto-stable_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | 53 | SRCREV_machine_pn-linux-yocto-stable_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" |
49 | SRCREV_meta_pn-linux-yocto-stable_crownbay ?= "e1f85a470934a0cf6abde5d95533e74501822c6b" | 54 | SRCREV_meta_pn-linux-yocto-stable_crownbay ?= "e1f85a470934a0cf6abde5d95533e74501822c6b" |
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend new file mode 100644 index 00000000..32bbd107 --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend | |||
@@ -0,0 +1,3 @@ | |||
1 | FILESEXTRAPATHS := "${THISDIR}/${PN}" | ||
2 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
3 | KMACHINE_crownbay = "yocto/standard/crownbay" | ||