diff --git a/recipes-bsp/u-boot/u-boot-smarct335x_2015.07-smarct335x.bb b/recipes-bsp/u-boot/u-boot-smarct335x_2015.07-smarct335x.bb index 1396c71..bc872b4 100644 --- a/recipes-bsp/u-boot/u-boot-smarct335x_2015.07-smarct335x.bb +++ b/recipes-bsp/u-boot/u-boot-smarct335x_2015.07-smarct335x.bb @@ -16,7 +16,7 @@ SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}" BRANCH = "v2015.07-smarct33" -SRCREV = "0cea25608de698ec4e3be05e3b65a1e7279ff074" +SRCREV = "014253a8cdbd3bfa4e5278ba2ec356878cc0833e" S = "${WORKDIR}/git" diff --git a/recipes-core/packagegroups/packagegroup-initramfs-boot.bb b/recipes-core/packagegroups/packagegroup-initramfs-boot.bb index 9fed105..38676bb 100644 --- a/recipes-core/packagegroups/packagegroup-initramfs-boot.bb +++ b/recipes-core/packagegroups/packagegroup-initramfs-boot.bb @@ -5,8 +5,7 @@ SUMMARY = "Minimal boot requirements" DESCRIPTION = "The minimal set of packages required to boot the system" LICENSE = "MIT" -DEPENDS = "virtual/kernel" -PR = "r11" +PR = "r17" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -20,7 +19,7 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" # Distro can override the following VIRTUAL-RUNTIME providers: VIRTUAL-RUNTIME_dev_manager ?= "udev" -VIRTUAL-RUNTIME_login_manager ?= "tinylogin" +VIRTUAL-RUNTIME_login_manager ?= "busybox" VIRTUAL-RUNTIME_init_manager ?= "sysvinit" VIRTUAL-RUNTIME_initscripts ?= "initscripts" VIRTUAL-RUNTIME_keymaps ?= "keymaps" @@ -40,12 +39,9 @@ RDEPENDS_${PN} = "\ util-linux-sfdisk \ ${@bb.utils.contains("DISTRO_FEATURES", "sysvinit", "${SYSVINIT_SCRIPTS}", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \ - modutils-initscripts \ netbase \ - init-ifupdown \ ${VIRTUAL-RUNTIME_login_manager} \ ${VIRTUAL-RUNTIME_init_manager} \ - ${VIRTUAL-RUNTIME_initscripts} \ ${VIRTUAL-RUNTIME_dev_manager} \ ${VIRTUAL-RUNTIME_update-alternatives} \ ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"