Commit 5866c663f9e62d183d70ca8236a2880a43050f00

Authored by Eric Lee
1 parent c1264d79ff
Exists in master

Read Board Info from EEPROM at U-Boot

Showing 2 changed files with 3 additions and 7 deletions Side-by-side Diff

recipes-bsp/u-boot/u-boot-smarct335x_2015.07-smarct335x.bb
... ... @@ -16,7 +16,7 @@
16 16  
17 17 BRANCH = "v2015.07-smarct33"
18 18  
19   -SRCREV = "0cea25608de698ec4e3be05e3b65a1e7279ff074"
  19 +SRCREV = "014253a8cdbd3bfa4e5278ba2ec356878cc0833e"
20 20  
21 21 S = "${WORKDIR}/git"
22 22  
recipes-core/packagegroups/packagegroup-initramfs-boot.bb
... ... @@ -5,8 +5,7 @@
5 5 SUMMARY = "Minimal boot requirements"
6 6 DESCRIPTION = "The minimal set of packages required to boot the system"
7 7 LICENSE = "MIT"
8   -DEPENDS = "virtual/kernel"
9   -PR = "r11"
  8 +PR = "r17"
10 9  
11 10 PACKAGE_ARCH = "${MACHINE_ARCH}"
12 11  
... ... @@ -20,7 +19,7 @@
20 19  
21 20 # Distro can override the following VIRTUAL-RUNTIME providers:
22 21 VIRTUAL-RUNTIME_dev_manager ?= "udev"
23   -VIRTUAL-RUNTIME_login_manager ?= "tinylogin"
  22 +VIRTUAL-RUNTIME_login_manager ?= "busybox"
24 23 VIRTUAL-RUNTIME_init_manager ?= "sysvinit"
25 24 VIRTUAL-RUNTIME_initscripts ?= "initscripts"
26 25 VIRTUAL-RUNTIME_keymaps ?= "keymaps"
27 26  
28 27  
... ... @@ -40,12 +39,9 @@
40 39 util-linux-sfdisk \
41 40 ${@bb.utils.contains("DISTRO_FEATURES", "sysvinit", "${SYSVINIT_SCRIPTS}", "", d)} \
42 41 ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \
43   - modutils-initscripts \
44 42 netbase \
45   - init-ifupdown \
46 43 ${VIRTUAL-RUNTIME_login_manager} \
47 44 ${VIRTUAL-RUNTIME_init_manager} \
48   - ${VIRTUAL-RUNTIME_initscripts} \
49 45 ${VIRTUAL-RUNTIME_dev_manager} \
50 46 ${VIRTUAL-RUNTIME_update-alternatives} \
51 47 ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"