diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-12-15 14:52:27 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-01-02 20:26:05 -0800 |
commit | ce52a61b0279669b0e312ab2f4a72329ad711a36 (patch) | |
tree | 3579a0afd5bd396e19ba5ce627d0d704fc5d856e /meta | |
parent | b6787f5d6e181d8c39cce7b050e261d1a1d1b075 (diff) | |
download | openembedded-core-ce52a61b0279669b0e312ab2f4a72329ad711a36.tar.gz openembedded-core-ce52a61b0279669b0e312ab2f4a72329ad711a36.tar.bz2 openembedded-core-ce52a61b0279669b0e312ab2f4a72329ad711a36.zip |
linux-yocto: add cedartrail BSP support
Updating the meta branch to contain the board config and description
for the cedartrail.
Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb index 6c9917f45e..b854ab5dc3 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb @@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt" SRCREV_machine ?= "6e96ccbbf19a4a7b67d98fdcd74d2c9da2c7c463" SRCREV_machine_qemuppc ?= "8ea61de7fd201ff0001a039f2fda8ec2e4a562a1" -SRCREV_meta ?= "caa74f86f42f6ecc22c3e9f380176b2695579e18" +SRCREV_meta ?= "44ce39d43d1c7f98ab7aaa01c1bdf87498fb2253" PR = "r1" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index bfecbf1ac1..cc1fe83291 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb @@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "7ecece328c5987112de2959f8f998dfcedaf7210" SRCREV_machine_qemux86 ?= "a611ba462ac51b2bfdac1c5c6538dac95ad9b4dd" SRCREV_machine_qemux86-64 ?= "b15a9b67089e31ef9780fdbd0481f48ef7facdba" SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe" -SRCREV_meta ?= "caa74f86f42f6ecc22c3e9f380176b2695579e18" +SRCREV_meta ?= "44ce39d43d1c7f98ab7aaa01c1bdf87498fb2253" PR = "r2" PV = "${LINUX_VERSION}+git${SRCPV}" |