From 98467656d8147e5986d2d1bd9503b2812d4a93c0 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 25 Jul 2011 11:27:55 -0700 Subject: [PATCH] data|cooker: use saved environment variables when calling inheritFromOS Now that we have a pristine copy of the variables available at launch time we can use them when looking to inherit the OS's environment. (Bitbake rev: 21c21fcc5871e81d8d497b6baed605cdd74c4571) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta-yocto/conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf index eb527cf9b26..172deec68e4 100644 --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf @@ -1,7 +1,7 @@ #@TYPE: Machine #@DESCRIPTION: Machine configuration for running -TARGET_FPU = "hard" +TARGET_FPU = "" require conf/machine/include/tune-ppc603e.inc -- 2.47.3