From c0f31150fee778f403a38f7710578aecef272a8d Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sat, 22 Jan 2011 21:34:14 -0600 Subject: [PATCH] Makefile: bump up to bitbake 1.10.2 -- now a requirement for OE --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0f233c8..7a4d423 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ HOST_MACHINE:=$(shell uname -m | sed \ -e 's/armv5b/armeb/' \ ) -BITBAKE_BRANCH = 1.8 -BITBAKE_VERSION = 1.8.18 +BITBAKE_BRANCH = 1.10 +BITBAKE_VERSION = 1.10.2 .PHONY: all all: update build -- 2.11.4.GIT