aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-28 01:25:08 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 15:40:46 +0100
commit40e86b9249cc171f0e4369d9723d7177a8a3d7e4 (patch)
treec1f2eb21dfd4965de0b21b7d3364dd53c03d0227
parent80ed4d4aa2f5d1ec69f1391e0d3f1d6e32611d15 (diff)
downloadmeta-handheld-40e86b9249cc171f0e4369d9723d7177a8a3d7e4.tar.gz
linux.inc: replace call to oenote with bbnote
OE-core uses bbnote, bbwarn, etc. instead of oenote, oewarn, etc. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-kernel/linux/linux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
index beecf5c..892e94b 100644
--- a/recipes-kernel/linux/linux.inc
+++ b/recipes-kernel/linux/linux.inc
@@ -202,7 +202,7 @@ do_configure_prepend() {
# Enable this by setting a proper CMDLINE_NFSROOT_USB.
#
if [ ! -z "${CMDLINE_NFSROOT_USB}" ]; then
- oenote "Configuring the kernel for root-over-nfs-over-usb-eth with CMDLINE ${CMDLINE_NFSROOT_USB}"
+ bbnote "Configuring the kernel for root-over-nfs-over-usb-eth with CMDLINE ${CMDLINE_NFSROOT_USB}"
sed -e '/CONFIG_INET/d' \
-e '/CONFIG_IP_PNP=/d' \
-e '/CONFIG_USB_GADGET=/d' \